Shades of Kelly Green #52C619
Tints of Kelly Green #52C619
RGB
CMYK
RGB Variations
Color information
#52C619 (or 0x52C619) is known color: Kelly Green. HEX triplet: 52, C6 and 19. RGB value is (82,198,25). Sum of RGB (Red+Green+Blue) = 82+198+25=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 198 (77.73% from 255 or 64.92% from 305); Blue value is 25 (10.16% from 255 or 8.20% from 305); Max value from RGB is 198 - color contains mainly: green. Hex color #52C619 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C619 is #AD39E6. Grayscale: #909090. Windows color (decimal): -11352551 or 1689170. OLE color: 1689170.
HSL color Cylindrical-coordinate representation of color #52C619: hue angle of 100.23º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52C619 is Cyan = 0.59, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 198 | 25 | - |
| CMYK | 0.59 | 0 | 0.87 | 0.22 |
| HSL | 100.23º | 0.78% | 0.44% | - |
| HSV(B) | 100.23º | 0.87% | 0.78% | - |
| XYZ | 23.85 | 42.25 | 7.82 | - |
| YUV | 143.59 | 61.07 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 198 | 25 | 0.59 | 0 | 0.87 | 0.22 | 100.23 | 0.78 | 0.44 |
| Hex | 52 | C6 | 19 | 3B | 0 | 57 | 16 | 64 | 4E | 2C |
| Octal | 122 | 306 | 31 | 73 | 0 | 127 | 26 | 144 | 116 | 54 |
| Binary | 1010010 | 11000110 | 11001 | 111011 | 0 | 1010111 | 10110 | 1100100 | 1001110 | 101100 |
Color Harmonies of #52C619
Complementary color
Monochromatic Colors of #52C619
Black with #52C619
Text Example
Text Example
White with #52C619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C619; }
p { color: rgb(82,198,25); }
H1.HeaderClassName
{
color: #52C619;
}
.AnyTagClassName
{
color: #52C619;
}
</style>
background-color css
<style>
a { background-color: #52C619; }
a { background-color: rgb(82,198,25); }
div.DivClassName
{
background-color: #52C619;
}
.BgClassName
{
background-color: #52C619;
}
</style>
border-color css
<style>
span { border-color: #52C619; }
span { border-color: rgb(82,198,25); }
td.TdClassName
{
border-color: #52C619;
}
.TagClassName
{
border-color: #52C619;
}
</style>