Shades of Kelly Green #52D901
Tints of Kelly Green #52D901
RGB
CMYK
RGB Variations
Color information
#52D901 (or 0x52D901) is known color: Kelly Green. HEX triplet: 52, D9 and 01. RGB value is (82,217,1). Sum of RGB (Red+Green+Blue) = 82+217+1=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 217 (85.16% from 255 or 72.33% from 300); Blue value is 1 (0.78% from 255 or 0.33% from 300); Max value from RGB is 217 - color contains mainly: green. Hex color #52D901 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D901 is #AD26FE. Grayscale: #989898. Windows color (decimal): -11347711 or 121170. OLE color: 121170.
HSL color Cylindrical-coordinate representation of color #52D901: hue angle of 97.5º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52D901 is Cyan = 0.62, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 217 | 1 | - |
| CMYK | 0.62 | 0 | 1.00 | 0.15 |
| HSL | 97.5º | 0.99% | 0.43% | - |
| HSV(B) | 97.5º | 1% | 0.85% | - |
| XYZ | 28.3 | 51.42 | 8.46 | - |
| YUV | 152.01 | 42.77 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 217 | 1 | 0.62 | 0 | 1.00 | 0.15 | 97.5 | 0.99 | 0.43 |
| Hex | 52 | D9 | 1 | 3E | 0 | 64 | F | 62 | 63 | 2B |
| Octal | 122 | 331 | 1 | 76 | 0 | 144 | 17 | 142 | 143 | 53 |
| Binary | 1010010 | 11011001 | 1 | 111110 | 0 | 1100100 | 1111 | 1100010 | 1100011 | 101011 |
Color Harmonies of #52D901
Complementary color
Monochromatic Colors of #52D901
Black with #52D901
Text Example
Text Example
White with #52D901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D901; }
p { color: rgb(82,217,1); }
H1.HeaderClassName
{
color: #52D901;
}
.AnyTagClassName
{
color: #52D901;
}
</style>
background-color css
<style>
a { background-color: #52D901; }
a { background-color: rgb(82,217,1); }
div.DivClassName
{
background-color: #52D901;
}
.BgClassName
{
background-color: #52D901;
}
</style>
border-color css
<style>
span { border-color: #52D901; }
span { border-color: rgb(82,217,1); }
td.TdClassName
{
border-color: #52D901;
}
.TagClassName
{
border-color: #52D901;
}
</style>