Shades of Kelly Green #52CE25
Tints of Kelly Green #52CE25
RGB
CMYK
RGB Variations
Color information
#52CE25 (or 0x52CE25) is known color: Kelly Green. HEX triplet: 52, CE and 25. RGB value is (82,206,37). Sum of RGB (Red+Green+Blue) = 82+206+37=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 206 (80.86% from 255 or 63.38% from 325); Blue value is 37 (14.84% from 255 or 11.38% from 325); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CE25 is #AD31DA. Grayscale: #969696. Windows color (decimal): -11350491 or 2477650. OLE color: 2477650.
HSL color Cylindrical-coordinate representation of color #52CE25: hue angle of 104.02º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52CE25 is Cyan = 0.60, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 37 | - |
| CMYK | 0.60 | 0 | 0.82 | 0.19 |
| HSL | 104.02º | 0.7% | 0.48% | - |
| HSV(B) | 104.02º | 0.82% | 0.81% | - |
| XYZ | 25.88 | 46.07 | 9.28 | - |
| YUV | 149.66 | 64.42 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 37 | 0.60 | 0 | 0.82 | 0.19 | 104.02 | 0.7 | 0.48 |
| Hex | 52 | CE | 25 | 3C | 0 | 52 | 13 | 68 | 46 | 30 |
| Octal | 122 | 316 | 45 | 74 | 0 | 122 | 23 | 150 | 106 | 60 |
| Binary | 1010010 | 11001110 | 100101 | 111100 | 0 | 1010010 | 10011 | 1101000 | 1000110 | 110000 |
Color Harmonies of #52CE25
Complementary color
Monochromatic Colors of #52CE25
Black with #52CE25
Text Example
Text Example
White with #52CE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CE25; }
p { color: rgb(82,206,37); }
H1.HeaderClassName
{
color: #52CE25;
}
.AnyTagClassName
{
color: #52CE25;
}
</style>
background-color css
<style>
a { background-color: #52CE25; }
a { background-color: rgb(82,206,37); }
div.DivClassName
{
background-color: #52CE25;
}
.BgClassName
{
background-color: #52CE25;
}
</style>
border-color css
<style>
span { border-color: #52CE25; }
span { border-color: rgb(82,206,37); }
td.TdClassName
{
border-color: #52CE25;
}
.TagClassName
{
border-color: #52CE25;
}
</style>