Shades of Kelly Green #52D908
Tints of Kelly Green #52D908
RGB
CMYK
RGB Variations
Color information
#52D908 (or 0x52D908) is known color: Kelly Green. HEX triplet: 52, D9 and 08. RGB value is (82,217,8). Sum of RGB (Red+Green+Blue) = 82+217+8=307 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.71% from 307); Green value is 217 (85.16% from 255 or 70.68% from 307); Blue value is 8 (3.52% from 255 or 2.61% from 307); Max value from RGB is 217 - color contains mainly: green. Hex color #52D908 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D908 is #AD26F7. Grayscale: #999999. Windows color (decimal): -11347704 or 579922. OLE color: 579922.
HSL color Cylindrical-coordinate representation of color #52D908: hue angle of 98.76º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52D908 is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 217 | 8 | - |
| CMYK | 0.62 | 0 | 0.96 | 0.15 |
| HSL | 98.76º | 0.93% | 0.44% | - |
| HSV(B) | 98.76º | 0.96% | 0.85% | - |
| XYZ | 28.34 | 51.44 | 8.66 | - |
| YUV | 152.81 | 46.27 | 77.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 217 | 8 | 0.62 | 0 | 0.96 | 0.15 | 98.76 | 0.93 | 0.44 |
| Hex | 52 | D9 | 8 | 3E | 0 | 60 | F | 63 | 5D | 2C |
| Octal | 122 | 331 | 10 | 76 | 0 | 140 | 17 | 143 | 135 | 54 |
| Binary | 1010010 | 11011001 | 1000 | 111110 | 0 | 1100000 | 1111 | 1100011 | 1011101 | 101100 |
Color Harmonies of #52D908
Complementary color
Monochromatic Colors of #52D908
Black with #52D908
Text Example
Text Example
White with #52D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D908; }
p { color: rgb(82,217,8); }
H1.HeaderClassName
{
color: #52D908;
}
.AnyTagClassName
{
color: #52D908;
}
</style>
background-color css
<style>
a { background-color: #52D908; }
a { background-color: rgb(82,217,8); }
div.DivClassName
{
background-color: #52D908;
}
.BgClassName
{
background-color: #52D908;
}
</style>
border-color css
<style>
span { border-color: #52D908; }
span { border-color: rgb(82,217,8); }
td.TdClassName
{
border-color: #52D908;
}
.TagClassName
{
border-color: #52D908;
}
</style>