Shades of Kelly Green #52CE0F
Tints of Kelly Green #52CE0F
RGB
CMYK
RGB Variations
Color information
#52CE0F (or 0x52CE0F) is known color: Kelly Green. HEX triplet: 52, CE and 0F. RGB value is (82,206,15). Sum of RGB (Red+Green+Blue) = 82+206+15=303 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.06% from 303); Green value is 206 (80.86% from 255 or 67.99% from 303); Blue value is 15 (6.25% from 255 or 4.95% from 303); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52CE0F is #AD31F0. Grayscale: #939393. Windows color (decimal): -11350513 or 1035858. OLE color: 1035858.
HSL color Cylindrical-coordinate representation of color #52CE0F: hue angle of 98.95º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52CE0F is Cyan = 0.60, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 15 | - |
| CMYK | 0.60 | 0 | 0.93 | 0.19 |
| HSL | 98.95º | 0.86% | 0.43% | - |
| HSV(B) | 98.95º | 0.93% | 0.81% | - |
| XYZ | 25.64 | 45.97 | 7.97 | - |
| YUV | 147.15 | 53.42 | 81.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 15 | 0.60 | 0 | 0.93 | 0.19 | 98.95 | 0.86 | 0.43 |
| Hex | 52 | CE | F | 3C | 0 | 5D | 13 | 63 | 56 | 2B |
| Octal | 122 | 316 | 17 | 74 | 0 | 135 | 23 | 143 | 126 | 53 |
| Binary | 1010010 | 11001110 | 1111 | 111100 | 0 | 1011101 | 10011 | 1100011 | 1010110 | 101011 |
Color Harmonies of #52CE0F
Complementary color
Monochromatic Colors of #52CE0F
Black with #52CE0F
Text Example
Text Example
White with #52CE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CE0F; }
p { color: rgb(82,206,15); }
H1.HeaderClassName
{
color: #52CE0F;
}
.AnyTagClassName
{
color: #52CE0F;
}
</style>
background-color css
<style>
a { background-color: #52CE0F; }
a { background-color: rgb(82,206,15); }
div.DivClassName
{
background-color: #52CE0F;
}
.BgClassName
{
background-color: #52CE0F;
}
</style>
border-color css
<style>
span { border-color: #52CE0F; }
span { border-color: rgb(82,206,15); }
td.TdClassName
{
border-color: #52CE0F;
}
.TagClassName
{
border-color: #52CE0F;
}
</style>