Shades of Kelly Green #21C005
Tints of Kelly Green #21C005
RGB
CMYK
RGB Variations
Color information
#21C005 (or 0x21C005) is known color: Kelly Green. HEX triplet: 21, C0 and 05. RGB value is (33,192,5). Sum of RGB (Red+Green+Blue) = 33+192+5=230 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.35% from 230); Green value is 192 (75.39% from 255 or 83.48% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 192 - color contains mainly: green. Hex color #21C005 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C005 is #DE3FFA. Grayscale: #7B7B7B. Windows color (decimal): -14565371 or 376865. OLE color: 376865.
HSL color Cylindrical-coordinate representation of color #21C005: hue angle of 111.02º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21C005 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 192 | 5 | - |
| CMYK | 0.83 | 0 | 0.97 | 0.25 |
| HSL | 111.02º | 0.95% | 0.39% | - |
| HSV(B) | 111.02º | 0.97% | 0.75% | - |
| XYZ | 19.5 | 38.03 | 6.46 | - |
| YUV | 123.14 | 61.32 | 63.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 192 | 5 | 0.83 | 0 | 0.97 | 0.25 | 111.02 | 0.95 | 0.39 |
| Hex | 21 | C0 | 5 | 53 | 0 | 61 | 19 | 6F | 5F | 27 |
| Octal | 41 | 300 | 5 | 123 | 0 | 141 | 31 | 157 | 137 | 47 |
| Binary | 100001 | 11000000 | 101 | 1010011 | 0 | 1100001 | 11001 | 1101111 | 1011111 | 100111 |
Color Harmonies of #21C005
Complementary color
Monochromatic Colors of #21C005
Black with #21C005
Text Example
Text Example
White with #21C005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C005; }
p { color: rgb(33,192,5); }
H1.HeaderClassName
{
color: #21C005;
}
.AnyTagClassName
{
color: #21C005;
}
</style>
background-color css
<style>
a { background-color: #21C005; }
a { background-color: rgb(33,192,5); }
div.DivClassName
{
background-color: #21C005;
}
.BgClassName
{
background-color: #21C005;
}
</style>
border-color css
<style>
span { border-color: #21C005; }
span { border-color: rgb(33,192,5); }
td.TdClassName
{
border-color: #21C005;
}
.TagClassName
{
border-color: #21C005;
}
</style>