Shades of Kelly Green #52D905
Tints of Kelly Green #52D905
RGB
CMYK
RGB Variations
Color information
#52D905 (or 0x52D905) is known color: Kelly Green. HEX triplet: 52, D9 and 05. RGB value is (82,217,5). Sum of RGB (Red+Green+Blue) = 82+217+5=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 217 (85.16% from 255 or 71.38% from 304); Blue value is 5 (2.34% from 255 or 1.64% from 304); Max value from RGB is 217 - color contains mainly: green. Hex color #52D905 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D905 is #AD26FA. Grayscale: #999999. Windows color (decimal): -11347707 or 383314. OLE color: 383314.
HSL color Cylindrical-coordinate representation of color #52D905: hue angle of 98.21º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #52D905 is Cyan = 0.62, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 217 | 5 | - |
| CMYK | 0.62 | 0 | 0.98 | 0.15 |
| HSL | 98.21º | 0.95% | 0.44% | - |
| HSV(B) | 98.21º | 0.98% | 0.85% | - |
| XYZ | 28.32 | 51.43 | 8.58 | - |
| YUV | 152.47 | 44.77 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 217 | 5 | 0.62 | 0 | 0.98 | 0.15 | 98.21 | 0.95 | 0.44 |
| Hex | 52 | D9 | 5 | 3E | 0 | 62 | F | 62 | 5F | 2C |
| Octal | 122 | 331 | 5 | 76 | 0 | 142 | 17 | 142 | 137 | 54 |
| Binary | 1010010 | 11011001 | 101 | 111110 | 0 | 1100010 | 1111 | 1100010 | 1011111 | 101100 |
Color Harmonies of #52D905
Complementary color
Monochromatic Colors of #52D905
Black with #52D905
Text Example
Text Example
White with #52D905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D905; }
p { color: rgb(82,217,5); }
H1.HeaderClassName
{
color: #52D905;
}
.AnyTagClassName
{
color: #52D905;
}
</style>
background-color css
<style>
a { background-color: #52D905; }
a { background-color: rgb(82,217,5); }
div.DivClassName
{
background-color: #52D905;
}
.BgClassName
{
background-color: #52D905;
}
</style>
border-color css
<style>
span { border-color: #52D905; }
span { border-color: rgb(82,217,5); }
td.TdClassName
{
border-color: #52D905;
}
.TagClassName
{
border-color: #52D905;
}
</style>