Shades of Kelly Green #53CE13
Tints of Kelly Green #53CE13
RGB
CMYK
RGB Variations
Color information
#53CE13 (or 0x53CE13) is known color: Kelly Green. HEX triplet: 53, CE and 13. RGB value is (83,206,19). Sum of RGB (Red+Green+Blue) = 83+206+19=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 206 (80.86% from 255 or 66.88% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 206 - color contains mainly: green. Hex color #53CE13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #53CE13 is #AC31EC. Grayscale: #949494. Windows color (decimal): -11284973 or 1298003. OLE color: 1298003.
HSL color Cylindrical-coordinate representation of color #53CE13: hue angle of 99.47º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #53CE13 is Cyan = 0.60, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 206 | 19 | - |
| CMYK | 0.60 | 0 | 0.91 | 0.19 |
| HSL | 99.47º | 0.83% | 0.44% | - |
| HSV(B) | 99.47º | 0.91% | 0.81% | - |
| XYZ | 25.76 | 46.03 | 8.14 | - |
| YUV | 147.91 | 55.25 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 206 | 19 | 0.60 | 0 | 0.91 | 0.19 | 99.47 | 0.83 | 0.44 |
| Hex | 53 | CE | 13 | 3C | 0 | 5B | 13 | 63 | 53 | 2C |
| Octal | 123 | 316 | 23 | 74 | 0 | 133 | 23 | 143 | 123 | 54 |
| Binary | 1010011 | 11001110 | 10011 | 111100 | 0 | 1011011 | 10011 | 1100011 | 1010011 | 101100 |
Color Harmonies of #53CE13
Complementary color
Monochromatic Colors of #53CE13
Black with #53CE13
Text Example
Text Example
White with #53CE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CE13; }
p { color: rgb(83,206,19); }
H1.HeaderClassName
{
color: #53CE13;
}
.AnyTagClassName
{
color: #53CE13;
}
</style>
background-color css
<style>
a { background-color: #53CE13; }
a { background-color: rgb(83,206,19); }
div.DivClassName
{
background-color: #53CE13;
}
.BgClassName
{
background-color: #53CE13;
}
</style>
border-color css
<style>
span { border-color: #53CE13; }
span { border-color: rgb(83,206,19); }
td.TdClassName
{
border-color: #53CE13;
}
.TagClassName
{
border-color: #53CE13;
}
</style>