Shades of Kelly Green #21C004
Tints of Kelly Green #21C004
RGB
CMYK
RGB Variations
Color information
#21C004 (or 0x21C004) is known color: Kelly Green. HEX triplet: 21, C0 and 04. RGB value is (33,192,4). Sum of RGB (Red+Green+Blue) = 33+192+4=229 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.41% from 229); Green value is 192 (75.39% from 255 or 83.84% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 192 - color contains mainly: green. Hex color #21C004 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C004 is #DE3FFB. Grayscale: #7B7B7B. Windows color (decimal): -14565372 or 311329. OLE color: 311329.
HSL color Cylindrical-coordinate representation of color #21C004: hue angle of 110.74º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #21C004 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 192 | 4 | - |
| CMYK | 0.83 | 0 | 0.98 | 0.25 |
| HSL | 110.74º | 0.96% | 0.38% | - |
| HSV(B) | 110.74º | 0.98% | 0.75% | - |
| XYZ | 19.5 | 38.03 | 6.43 | - |
| YUV | 123.03 | 60.82 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 192 | 4 | 0.83 | 0 | 0.98 | 0.25 | 110.74 | 0.96 | 0.38 |
| Hex | 21 | C0 | 4 | 53 | 0 | 62 | 19 | 6F | 60 | 26 |
| Octal | 41 | 300 | 4 | 123 | 0 | 142 | 31 | 157 | 140 | 46 |
| Binary | 100001 | 11000000 | 100 | 1010011 | 0 | 1100010 | 11001 | 1101111 | 1100000 | 100110 |
Color Harmonies of #21C004
Complementary color
Monochromatic Colors of #21C004
Black with #21C004
Text Example
Text Example
White with #21C004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C004; }
p { color: rgb(33,192,4); }
H1.HeaderClassName
{
color: #21C004;
}
.AnyTagClassName
{
color: #21C004;
}
</style>
background-color css
<style>
a { background-color: #21C004; }
a { background-color: rgb(33,192,4); }
div.DivClassName
{
background-color: #21C004;
}
.BgClassName
{
background-color: #21C004;
}
</style>
border-color css
<style>
span { border-color: #21C004; }
span { border-color: rgb(33,192,4); }
td.TdClassName
{
border-color: #21C004;
}
.TagClassName
{
border-color: #21C004;
}
</style>