Shades of Kelly Green #52D803
Tints of Kelly Green #52D803
RGB
CMYK
RGB Variations
Color information
#52D803 (or 0x52D803) is known color: Kelly Green. HEX triplet: 52, D8 and 03. RGB value is (82,216,3). Sum of RGB (Red+Green+Blue) = 82+216+3=301 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.24% from 301); Green value is 216 (84.77% from 255 or 71.76% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 216 - color contains mainly: green. Hex color #52D803 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D803 is #AD27FC. Grayscale: #989898. Windows color (decimal): -11347965 or 251986. OLE color: 251986.
HSL color Cylindrical-coordinate representation of color #52D803: hue angle of 97.75º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52D803 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 216 | 3 | - |
| CMYK | 0.62 | 0 | 0.99 | 0.15 |
| HSL | 97.75º | 0.97% | 0.43% | - |
| HSV(B) | 97.75º | 0.99% | 0.85% | - |
| XYZ | 28.05 | 50.91 | 8.43 | - |
| YUV | 151.65 | 44.11 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 216 | 3 | 0.62 | 0 | 0.99 | 0.15 | 97.75 | 0.97 | 0.43 |
| Hex | 52 | D8 | 3 | 3E | 0 | 63 | F | 62 | 61 | 2B |
| Octal | 122 | 330 | 3 | 76 | 0 | 143 | 17 | 142 | 141 | 53 |
| Binary | 1010010 | 11011000 | 11 | 111110 | 0 | 1100011 | 1111 | 1100010 | 1100001 | 101011 |
Color Harmonies of #52D803
Complementary color
Monochromatic Colors of #52D803
Black with #52D803
Text Example
Text Example
White with #52D803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D803; }
p { color: rgb(82,216,3); }
H1.HeaderClassName
{
color: #52D803;
}
.AnyTagClassName
{
color: #52D803;
}
</style>
background-color css
<style>
a { background-color: #52D803; }
a { background-color: rgb(82,216,3); }
div.DivClassName
{
background-color: #52D803;
}
.BgClassName
{
background-color: #52D803;
}
</style>
border-color css
<style>
span { border-color: #52D803; }
span { border-color: rgb(82,216,3); }
td.TdClassName
{
border-color: #52D803;
}
.TagClassName
{
border-color: #52D803;
}
</style>