#21C04C

Color #21C04C Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #21C04C

Tints of Dark Pastel Green #21C04C

Color information

#21C04C (or 0x21C04C) is unknown color: approx Dark Pastel Green. HEX triplet: 21, C0 and 4C. RGB value is (33,192,76). Sum of RGB (Red+Green+Blue) = 33+192+76=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 192 (75.39% from 255 or 63.79% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 192 - color contains mainly: green. Hex color #21C04C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C04C is #DE3FB3. Grayscale: #838383. Windows color (decimal): -14565300 or 5029921. OLE color: 5029921.

HSL color Cylindrical-coordinate representation of color #21C04C: hue angle of 136.23º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C04C is Cyan = 0.83, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB3319276-
CMYK0.8300.600.25
HSL136.23º70.67%44.12%-
HSV(B)136.23º82.81%75.29%-
XYZ20.7838.5413.18-
YUV131.2396.8257.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 10.96%
GREEN value IS 192 (75.39% from 255) = 63.79%
BLUE value IS 76 (30.08% from 255) = 25.25%
R=10.96%
G=63.79%
B=25.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal33192760.8300.600.25136.2370.6744.12
Hex21C04C5303C1988472c
Octal413001141230743121010754
Binary1000011100000010011001010011011110011001100010001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21C04C; }

 p { color: rgb(33,192,76); }

 H1.HeaderClassName
 {
   color: #21C04C;
 }
 .AnyTagClassName
 {
   color: #21C04C;
 }
</style>
background-color css

<style>
 a { background-color: #21C04C; }

 a { background-color: rgb(33,192,76); }

 div.DivClassName
 {
   background-color: #21C04C;
 }
 .BgClassName
 {
   background-color: #21C04C;
 }
</style>
border-color css

<style>
 span { border-color: #21C04C; }

 span { border-color: rgb(33,192,76); }

 td.TdClassName
 {
   border-color: #21C04C;
 }
 .TagClassName
 {
   border-color: #21C04C;
 }
</style>