Shades of Kelly Green #52B619
Tints of Kelly Green #52B619
RGB
CMYK
RGB Variations
Color information
#52B619 (or 0x52B619) is known color: Kelly Green. HEX triplet: 52, B6 and 19. RGB value is (82,182,25). Sum of RGB (Red+Green+Blue) = 82+182+25=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 182 (71.48% from 255 or 62.98% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 182 - color contains mainly: green. Hex color #52B619 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52B619 is #AD49E6. Grayscale: #868686. Windows color (decimal): -11356647 or 1685074. OLE color: 1685074.
HSL color Cylindrical-coordinate representation of color #52B619: hue angle of 98.22º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52B619 is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 182 | 25 | - |
| CMYK | 0.55 | 0 | 0.86 | 0.29 |
| HSL | 98.22º | 0.76% | 0.41% | - |
| HSV(B) | 98.22º | 0.86% | 0.71% | - |
| XYZ | 20.38 | 35.32 | 6.66 | - |
| YUV | 134.2 | 66.37 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 182 | 25 | 0.55 | 0 | 0.86 | 0.29 | 98.22 | 0.76 | 0.41 |
| Hex | 52 | B6 | 19 | 37 | 0 | 56 | 1D | 62 | 4C | 29 |
| Octal | 122 | 266 | 31 | 67 | 0 | 126 | 35 | 142 | 114 | 51 |
| Binary | 1010010 | 10110110 | 11001 | 110111 | 0 | 1010110 | 11101 | 1100010 | 1001100 | 101001 |
Color Harmonies of #52B619
Complementary color
Monochromatic Colors of #52B619
Black with #52B619
Text Example
Text Example
White with #52B619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B619; }
p { color: rgb(82,182,25); }
H1.HeaderClassName
{
color: #52B619;
}
.AnyTagClassName
{
color: #52B619;
}
</style>
background-color css
<style>
a { background-color: #52B619; }
a { background-color: rgb(82,182,25); }
div.DivClassName
{
background-color: #52B619;
}
.BgClassName
{
background-color: #52B619;
}
</style>
border-color css
<style>
span { border-color: #52B619; }
span { border-color: rgb(82,182,25); }
td.TdClassName
{
border-color: #52B619;
}
.TagClassName
{
border-color: #52B619;
}
</style>