Shades of Kelly Green #52BC14
Tints of Kelly Green #52BC14
RGB
CMYK
RGB Variations
Color information
#52BC14 (or 0x52BC14) is known color: Kelly Green. HEX triplet: 52, BC and 14. RGB value is (82,188,20). Sum of RGB (Red+Green+Blue) = 82+188+20=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 188 (73.83% from 255 or 64.83% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52BC14 is #AD43EB. Grayscale: #898989. Windows color (decimal): -11355116 or 1358930. OLE color: 1358930.
HSL color Cylindrical-coordinate representation of color #52BC14: hue angle of 97.86º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #52BC14 is Cyan = 0.56, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 188 | 20 | - |
| CMYK | 0.56 | 0 | 0.89 | 0.26 |
| HSL | 97.86º | 0.81% | 0.41% | - |
| HSV(B) | 97.86º | 0.89% | 0.74% | - |
| XYZ | 21.59 | 37.81 | 6.82 | - |
| YUV | 137.15 | 61.88 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 188 | 20 | 0.56 | 0 | 0.89 | 0.26 | 97.86 | 0.81 | 0.41 |
| Hex | 52 | BC | 14 | 38 | 0 | 59 | 1A | 62 | 51 | 29 |
| Octal | 122 | 274 | 24 | 70 | 0 | 131 | 32 | 142 | 121 | 51 |
| Binary | 1010010 | 10111100 | 10100 | 111000 | 0 | 1011001 | 11010 | 1100010 | 1010001 | 101001 |
Color Harmonies of #52BC14
Complementary color
Monochromatic Colors of #52BC14
Black with #52BC14
Text Example
Text Example
White with #52BC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BC14; }
p { color: rgb(82,188,20); }
H1.HeaderClassName
{
color: #52BC14;
}
.AnyTagClassName
{
color: #52BC14;
}
</style>
background-color css
<style>
a { background-color: #52BC14; }
a { background-color: rgb(82,188,20); }
div.DivClassName
{
background-color: #52BC14;
}
.BgClassName
{
background-color: #52BC14;
}
</style>
border-color css
<style>
span { border-color: #52BC14; }
span { border-color: rgb(82,188,20); }
td.TdClassName
{
border-color: #52BC14;
}
.TagClassName
{
border-color: #52BC14;
}
</style>