Shades of Kelly Green #52CF25
Tints of Kelly Green #52CF25
RGB
CMYK
RGB Variations
Color information
#52CF25 (or 0x52CF25) is known color: Kelly Green. HEX triplet: 52, CF and 25. RGB value is (82,207,37). Sum of RGB (Red+Green+Blue) = 82+207+37=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 207 (81.25% from 255 or 63.50% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 207 - color contains mainly: green. Hex color #52CF25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CF25 is #AD30DA. Grayscale: #969696. Windows color (decimal): -11350235 or 2477906. OLE color: 2477906.
HSL color Cylindrical-coordinate representation of color #52CF25: hue angle of 104.12º 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 #52CF25 is Cyan = 0.60, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 207 | 37 | - |
| CMYK | 0.60 | 0 | 0.82 | 0.19 |
| HSL | 104.12º | 0.7% | 0.48% | - |
| HSV(B) | 104.12º | 0.82% | 0.81% | - |
| XYZ | 26.13 | 46.55 | 9.36 | - |
| YUV | 150.25 | 64.09 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 37 | 0.60 | 0 | 0.82 | 0.19 | 104.12 | 0.7 | 0.48 |
| Hex | 52 | CF | 25 | 3C | 0 | 52 | 13 | 68 | 46 | 30 |
| Octal | 122 | 317 | 45 | 74 | 0 | 122 | 23 | 150 | 106 | 60 |
| Binary | 1010010 | 11001111 | 100101 | 111100 | 0 | 1010010 | 10011 | 1101000 | 1000110 | 110000 |
Color Harmonies of #52CF25
Complementary color
Monochromatic Colors of #52CF25
Black with #52CF25
Text Example
Text Example
White with #52CF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CF25; }
p { color: rgb(82,207,37); }
H1.HeaderClassName
{
color: #52CF25;
}
.AnyTagClassName
{
color: #52CF25;
}
</style>
background-color css
<style>
a { background-color: #52CF25; }
a { background-color: rgb(82,207,37); }
div.DivClassName
{
background-color: #52CF25;
}
.BgClassName
{
background-color: #52CF25;
}
</style>
border-color css
<style>
span { border-color: #52CF25; }
span { border-color: rgb(82,207,37); }
td.TdClassName
{
border-color: #52CF25;
}
.TagClassName
{
border-color: #52CF25;
}
</style>