Shades of Kelly Green #21C000
Tints of Kelly Green #21C000
RGB
CMYK
RGB Variations
Color information
#21C000 (or 0x21C000) is known color: Kelly Green. HEX triplet: 21, C0 and 00. RGB value is (33,192,0). Sum of RGB (Red+Green+Blue) = 33+192+0=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 192 (75.39% from 255 or 85.33% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 192 - color contains mainly: green. Hex color #21C000 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C000 is #DE3FFF. Grayscale: #7B7B7B. Windows color (decimal): -14565376 or 49185. OLE color: 49185.
HSL color Cylindrical-coordinate representation of color #21C000: hue angle of 109.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21C000 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 192 | 0 | - |
| CMYK | 0.83 | 0 | 1 | 0.25 |
| HSL | 109.69º | 1% | 0.38% | - |
| HSV(B) | 109.69º | 1% | 0.75% | - |
| XYZ | 19.48 | 38.02 | 6.31 | - |
| YUV | 122.57 | 58.82 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 192 | 0 | 0.83 | 0 | 1 | 0.25 | 109.69 | 1 | 0.38 |
| Hex | 21 | C0 | 0 | 53 | 0 | 64 | 19 | 6E | 64 | 26 |
| Octal | 41 | 300 | 0 | 123 | 0 | 144 | 31 | 156 | 144 | 46 |
| Binary | 100001 | 11000000 | 0 | 1010011 | 0 | 1100100 | 11001 | 1101110 | 1100100 | 100110 |
Color Harmonies of #21C000
Complementary color
Monochromatic Colors of #21C000
Black with #21C000
Text Example
Text Example
White with #21C000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C000; }
p { color: rgb(33,192,0); }
H1.HeaderClassName
{
color: #21C000;
}
.AnyTagClassName
{
color: #21C000;
}
</style>
background-color css
<style>
a { background-color: #21C000; }
a { background-color: rgb(33,192,0); }
div.DivClassName
{
background-color: #21C000;
}
.BgClassName
{
background-color: #21C000;
}
</style>
border-color css
<style>
span { border-color: #21C000; }
span { border-color: rgb(33,192,0); }
td.TdClassName
{
border-color: #21C000;
}
.TagClassName
{
border-color: #21C000;
}
</style>