Shades of Kelly Green #53CB14
Tints of Kelly Green #53CB14
RGB
CMYK
RGB Variations
Color information
#53CB14 (or 0x53CB14) is known color: Kelly Green. HEX triplet: 53, CB and 14. RGB value is (83,203,20). Sum of RGB (Red+Green+Blue) = 83+203+20=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 203 (79.69% from 255 or 66.34% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 203 - color contains mainly: green. Hex color #53CB14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53CB14 is #AC34EB. Grayscale: #929292. Windows color (decimal): -11285740 or 1362771. OLE color: 1362771.
HSL color Cylindrical-coordinate representation of color #53CB14: hue angle of 99.34º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #53CB14 is Cyan = 0.59, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 203 | 20 | - |
| CMYK | 0.59 | 0 | 0.90 | 0.20 |
| HSL | 99.34º | 0.82% | 0.44% | - |
| HSV(B) | 99.34º | 0.9% | 0.8% | - |
| XYZ | 25.05 | 44.6 | 7.95 | - |
| YUV | 146.26 | 56.74 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 203 | 20 | 0.59 | 0 | 0.90 | 0.20 | 99.34 | 0.82 | 0.44 |
| Hex | 53 | CB | 14 | 3B | 0 | 5A | 14 | 63 | 52 | 2C |
| Octal | 123 | 313 | 24 | 73 | 0 | 132 | 24 | 143 | 122 | 54 |
| Binary | 1010011 | 11001011 | 10100 | 111011 | 0 | 1011010 | 10100 | 1100011 | 1010010 | 101100 |
Color Harmonies of #53CB14
Complementary color
Monochromatic Colors of #53CB14
Black with #53CB14
Text Example
Text Example
White with #53CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CB14; }
p { color: rgb(83,203,20); }
H1.HeaderClassName
{
color: #53CB14;
}
.AnyTagClassName
{
color: #53CB14;
}
</style>
background-color css
<style>
a { background-color: #53CB14; }
a { background-color: rgb(83,203,20); }
div.DivClassName
{
background-color: #53CB14;
}
.BgClassName
{
background-color: #53CB14;
}
</style>
border-color css
<style>
span { border-color: #53CB14; }
span { border-color: rgb(83,203,20); }
td.TdClassName
{
border-color: #53CB14;
}
.TagClassName
{
border-color: #53CB14;
}
</style>