Shades of Kelly Green #52D51F
Tints of Kelly Green #52D51F
RGB
CMYK
RGB Variations
Color information
#52D51F (or 0x52D51F) is known color: Kelly Green. HEX triplet: 52, D5 and 1F. RGB value is (82,213,31). Sum of RGB (Red+Green+Blue) = 82+213+31=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 213 (83.59% from 255 or 65.34% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 213 - color contains mainly: green. Hex color #52D51F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52D51F is #AD2AE0. Grayscale: #999999. Windows color (decimal): -11348705 or 2086226. OLE color: 2086226.
HSL color Cylindrical-coordinate representation of color #52D51F: hue angle of 103.19º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52D51F is Cyan = 0.62, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 213 | 31 | - |
| CMYK | 0.62 | 0 | 0.85 | 0.16 |
| HSL | 103.19º | 0.75% | 0.48% | - |
| HSV(B) | 103.19º | 0.85% | 0.84% | - |
| XYZ | 27.52 | 49.48 | 9.4 | - |
| YUV | 153.08 | 59.1 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 213 | 31 | 0.62 | 0 | 0.85 | 0.16 | 103.19 | 0.75 | 0.48 |
| Hex | 52 | D5 | 1F | 3E | 0 | 55 | 10 | 67 | 4B | 30 |
| Octal | 122 | 325 | 37 | 76 | 0 | 125 | 20 | 147 | 113 | 60 |
| Binary | 1010010 | 11010101 | 11111 | 111110 | 0 | 1010101 | 10000 | 1100111 | 1001011 | 110000 |
Color Harmonies of #52D51F
Complementary color
Monochromatic Colors of #52D51F
Black with #52D51F
Text Example
Text Example
White with #52D51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D51F; }
p { color: rgb(82,213,31); }
H1.HeaderClassName
{
color: #52D51F;
}
.AnyTagClassName
{
color: #52D51F;
}
</style>
background-color css
<style>
a { background-color: #52D51F; }
a { background-color: rgb(82,213,31); }
div.DivClassName
{
background-color: #52D51F;
}
.BgClassName
{
background-color: #52D51F;
}
</style>
border-color css
<style>
span { border-color: #52D51F; }
span { border-color: rgb(82,213,31); }
td.TdClassName
{
border-color: #52D51F;
}
.TagClassName
{
border-color: #52D51F;
}
</style>