Shades of Kelly Green #53CB16
Tints of Kelly Green #53CB16
RGB
CMYK
RGB Variations
Color information
#53CB16 (or 0x53CB16) is known color: Kelly Green. HEX triplet: 53, CB and 16. RGB value is (83,203,22). Sum of RGB (Red+Green+Blue) = 83+203+22=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 203 (79.69% from 255 or 65.91% from 308); Blue value is 22 (8.98% from 255 or 7.14% from 308); Max value from RGB is 203 - color contains mainly: green. Hex color #53CB16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53CB16 is #AC34E9. Grayscale: #939393. Windows color (decimal): -11285738 or 1493843. OLE color: 1493843.
HSL color Cylindrical-coordinate representation of color #53CB16: hue angle of 99.78º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #53CB16 is Cyan = 0.59, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 203 | 22 | - |
| CMYK | 0.59 | 0 | 0.89 | 0.20 |
| HSL | 99.78º | 0.8% | 0.44% | - |
| HSV(B) | 99.78º | 0.89% | 0.8% | - |
| XYZ | 25.07 | 44.61 | 8.05 | - |
| YUV | 146.49 | 57.74 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 203 | 22 | 0.59 | 0 | 0.89 | 0.20 | 99.78 | 0.8 | 0.44 |
| Hex | 53 | CB | 16 | 3B | 0 | 59 | 14 | 64 | 50 | 2C |
| Octal | 123 | 313 | 26 | 73 | 0 | 131 | 24 | 144 | 120 | 54 |
| Binary | 1010011 | 11001011 | 10110 | 111011 | 0 | 1011001 | 10100 | 1100100 | 1010000 | 101100 |
Color Harmonies of #53CB16
Complementary color
Monochromatic Colors of #53CB16
Black with #53CB16
Text Example
Text Example
White with #53CB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CB16; }
p { color: rgb(83,203,22); }
H1.HeaderClassName
{
color: #53CB16;
}
.AnyTagClassName
{
color: #53CB16;
}
</style>
background-color css
<style>
a { background-color: #53CB16; }
a { background-color: rgb(83,203,22); }
div.DivClassName
{
background-color: #53CB16;
}
.BgClassName
{
background-color: #53CB16;
}
</style>
border-color css
<style>
span { border-color: #53CB16; }
span { border-color: rgb(83,203,22); }
td.TdClassName
{
border-color: #53CB16;
}
.TagClassName
{
border-color: #53CB16;
}
</style>