Shades of Kelly Green #21C201
Tints of Kelly Green #21C201
RGB
CMYK
RGB Variations
Color information
#21C201 (or 0x21C201) is known color: Kelly Green. HEX triplet: 21, C2 and 01. RGB value is (33,194,1). Sum of RGB (Red+Green+Blue) = 33+194+1=228 (30% of max value = 765). Red value is 33 (13.28% from 255 or 14.47% from 228); Green value is 194 (76.17% from 255 or 85.09% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 194 - color contains mainly: green. Hex color #21C201 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C201 is #DE3DFE. Grayscale: #7C7C7C. Windows color (decimal): -14564863 or 115233. OLE color: 115233.
HSL color Cylindrical-coordinate representation of color #21C201: hue angle of 110.05º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21C201 is Cyan = 0.83, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 194 | 1 | - |
| CMYK | 0.83 | 0 | 0.99 | 0.24 |
| HSL | 110.05º | 0.99% | 0.38% | - |
| HSV(B) | 110.05º | 0.99% | 0.76% | - |
| XYZ | 19.92 | 38.91 | 6.49 | - |
| YUV | 123.86 | 58.66 | 63.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 194 | 1 | 0.83 | 0 | 0.99 | 0.24 | 110.05 | 0.99 | 0.38 |
| Hex | 21 | C2 | 1 | 53 | 0 | 63 | 18 | 6E | 63 | 26 |
| Octal | 41 | 302 | 1 | 123 | 0 | 143 | 30 | 156 | 143 | 46 |
| Binary | 100001 | 11000010 | 1 | 1010011 | 0 | 1100011 | 11000 | 1101110 | 1100011 | 100110 |
Color Harmonies of #21C201
Complementary color
Monochromatic Colors of #21C201
Black with #21C201
Text Example
Text Example
White with #21C201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C201; }
p { color: rgb(33,194,1); }
H1.HeaderClassName
{
color: #21C201;
}
.AnyTagClassName
{
color: #21C201;
}
</style>
background-color css
<style>
a { background-color: #21C201; }
a { background-color: rgb(33,194,1); }
div.DivClassName
{
background-color: #21C201;
}
.BgClassName
{
background-color: #21C201;
}
</style>
border-color css
<style>
span { border-color: #21C201; }
span { border-color: rgb(33,194,1); }
td.TdClassName
{
border-color: #21C201;
}
.TagClassName
{
border-color: #21C201;
}
</style>