Shades of Kelly Green #52D725
Tints of Kelly Green #52D725
RGB
CMYK
RGB Variations
Color information
#52D725 (or 0x52D725) is known color: Kelly Green. HEX triplet: 52, D7 and 25. RGB value is (82,215,37). Sum of RGB (Red+Green+Blue) = 82+215+37=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 215 (84.38% from 255 or 64.37% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 215 - color contains mainly: green. Hex color #52D725 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D725 is #AD28DA. Grayscale: #9B9B9B. Windows color (decimal): -11348187 or 2479954. OLE color: 2479954.
HSL color Cylindrical-coordinate representation of color #52D725: hue angle of 104.83º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52D725 is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 215 | 37 | - |
| CMYK | 0.62 | 0 | 0.83 | 0.16 |
| HSL | 104.83º | 0.71% | 0.49% | - |
| HSV(B) | 104.83º | 0.83% | 0.84% | - |
| XYZ | 28.11 | 50.53 | 10.02 | - |
| YUV | 154.94 | 61.44 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 215 | 37 | 0.62 | 0 | 0.83 | 0.16 | 104.83 | 0.71 | 0.49 |
| Hex | 52 | D7 | 25 | 3E | 0 | 53 | 10 | 69 | 47 | 31 |
| Octal | 122 | 327 | 45 | 76 | 0 | 123 | 20 | 151 | 107 | 61 |
| Binary | 1010010 | 11010111 | 100101 | 111110 | 0 | 1010011 | 10000 | 1101001 | 1000111 | 110001 |
Color Harmonies of #52D725
Complementary color
Monochromatic Colors of #52D725
Black with #52D725
Text Example
Text Example
White with #52D725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D725; }
p { color: rgb(82,215,37); }
H1.HeaderClassName
{
color: #52D725;
}
.AnyTagClassName
{
color: #52D725;
}
</style>
background-color css
<style>
a { background-color: #52D725; }
a { background-color: rgb(82,215,37); }
div.DivClassName
{
background-color: #52D725;
}
.BgClassName
{
background-color: #52D725;
}
</style>
border-color css
<style>
span { border-color: #52D725; }
span { border-color: rgb(82,215,37); }
td.TdClassName
{
border-color: #52D725;
}
.TagClassName
{
border-color: #52D725;
}
</style>