Shades of Kelly Green #52D014
Tints of Kelly Green #52D014
RGB
CMYK
RGB Variations
Color information
#52D014 (or 0x52D014) is known color: Kelly Green. HEX triplet: 52, D0 and 14. RGB value is (82,208,20). Sum of RGB (Red+Green+Blue) = 82+208+20=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 208 (81.64% from 255 or 67.10% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 208 - color contains mainly: green. Hex color #52D014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52D014 is #AD2FEB. Grayscale: #959595. Windows color (decimal): -11349996 or 1364050. OLE color: 1364050.
HSL color Cylindrical-coordinate representation of color #52D014: hue angle of 100.21º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52D014 is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 208 | 20 | - |
| CMYK | 0.61 | 0 | 0.90 | 0.18 |
| HSL | 100.21º | 0.82% | 0.45% | - |
| HSV(B) | 100.21º | 0.9% | 0.82% | - |
| XYZ | 26.16 | 46.96 | 8.35 | - |
| YUV | 148.89 | 55.26 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 208 | 20 | 0.61 | 0 | 0.90 | 0.18 | 100.21 | 0.82 | 0.45 |
| Hex | 52 | D0 | 14 | 3D | 0 | 5A | 12 | 64 | 52 | 2D |
| Octal | 122 | 320 | 24 | 75 | 0 | 132 | 22 | 144 | 122 | 55 |
| Binary | 1010010 | 11010000 | 10100 | 111101 | 0 | 1011010 | 10010 | 1100100 | 1010010 | 101101 |
Color Harmonies of #52D014
Complementary color
Monochromatic Colors of #52D014
Black with #52D014
Text Example
Text Example
White with #52D014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D014; }
p { color: rgb(82,208,20); }
H1.HeaderClassName
{
color: #52D014;
}
.AnyTagClassName
{
color: #52D014;
}
</style>
background-color css
<style>
a { background-color: #52D014; }
a { background-color: rgb(82,208,20); }
div.DivClassName
{
background-color: #52D014;
}
.BgClassName
{
background-color: #52D014;
}
</style>
border-color css
<style>
span { border-color: #52D014; }
span { border-color: rgb(82,208,20); }
td.TdClassName
{
border-color: #52D014;
}
.TagClassName
{
border-color: #52D014;
}
</style>