Shades of Kelly Green #21C008
Tints of Kelly Green #21C008
RGB
CMYK
RGB Variations
Color information
#21C008 (or 0x21C008) is known color: Kelly Green. HEX triplet: 21, C0 and 08. RGB value is (33,192,8). Sum of RGB (Red+Green+Blue) = 33+192+8=233 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.16% from 233); Green value is 192 (75.39% from 255 or 82.40% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 192 - color contains mainly: green. Hex color #21C008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C008 is #DE3FF7. Grayscale: #7C7C7C. Windows color (decimal): -14565368 or 573473. OLE color: 573473.
HSL color Cylindrical-coordinate representation of color #21C008: hue angle of 111.85º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #21C008 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 192 | 8 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.25 |
| HSL | 111.85º | 0.92% | 0.39% | - |
| HSV(B) | 111.85º | 0.96% | 0.75% | - |
| XYZ | 19.52 | 38.04 | 6.54 | - |
| YUV | 123.48 | 62.82 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 192 | 8 | 0.83 | 0 | 0.96 | 0.25 | 111.85 | 0.92 | 0.39 |
| Hex | 21 | C0 | 8 | 53 | 0 | 60 | 19 | 70 | 5C | 27 |
| Octal | 41 | 300 | 10 | 123 | 0 | 140 | 31 | 160 | 134 | 47 |
| Binary | 100001 | 11000000 | 1000 | 1010011 | 0 | 1100000 | 11001 | 1110000 | 1011100 | 100111 |
Color Harmonies of #21C008
Complementary color
Monochromatic Colors of #21C008
Black with #21C008
Text Example
Text Example
White with #21C008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C008; }
p { color: rgb(33,192,8); }
H1.HeaderClassName
{
color: #21C008;
}
.AnyTagClassName
{
color: #21C008;
}
</style>
background-color css
<style>
a { background-color: #21C008; }
a { background-color: rgb(33,192,8); }
div.DivClassName
{
background-color: #21C008;
}
.BgClassName
{
background-color: #21C008;
}
</style>
border-color css
<style>
span { border-color: #21C008; }
span { border-color: rgb(33,192,8); }
td.TdClassName
{
border-color: #21C008;
}
.TagClassName
{
border-color: #21C008;
}
</style>