Shades of Kelly Green #52C919
Tints of Kelly Green #52C919
RGB
CMYK
RGB Variations
Color information
#52C919 (or 0x52C919) is known color: Kelly Green. HEX triplet: 52, C9 and 19. RGB value is (82,201,25). Sum of RGB (Red+Green+Blue) = 82+201+25=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 201 (78.91% from 255 or 65.26% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 201 - color contains mainly: green. Hex color #52C919 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C919 is #AD36E6. Grayscale: #919191. Windows color (decimal): -11351783 or 1689938. OLE color: 1689938.
HSL color Cylindrical-coordinate representation of color #52C919: hue angle of 100.57º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #52C919 is Cyan = 0.59, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 201 | 25 | - |
| CMYK | 0.59 | 0 | 0.88 | 0.21 |
| HSL | 100.57º | 0.78% | 0.44% | - |
| HSV(B) | 100.57º | 0.88% | 0.79% | - |
| XYZ | 24.54 | 43.64 | 8.05 | - |
| YUV | 145.36 | 60.08 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 201 | 25 | 0.59 | 0 | 0.88 | 0.21 | 100.57 | 0.78 | 0.44 |
| Hex | 52 | C9 | 19 | 3B | 0 | 58 | 15 | 65 | 4E | 2C |
| Octal | 122 | 311 | 31 | 73 | 0 | 130 | 25 | 145 | 116 | 54 |
| Binary | 1010010 | 11001001 | 11001 | 111011 | 0 | 1011000 | 10101 | 1100101 | 1001110 | 101100 |
Color Harmonies of #52C919
Complementary color
Monochromatic Colors of #52C919
Black with #52C919
Text Example
Text Example
White with #52C919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C919; }
p { color: rgb(82,201,25); }
H1.HeaderClassName
{
color: #52C919;
}
.AnyTagClassName
{
color: #52C919;
}
</style>
background-color css
<style>
a { background-color: #52C919; }
a { background-color: rgb(82,201,25); }
div.DivClassName
{
background-color: #52C919;
}
.BgClassName
{
background-color: #52C919;
}
</style>
border-color css
<style>
span { border-color: #52C919; }
span { border-color: rgb(82,201,25); }
td.TdClassName
{
border-color: #52C919;
}
.TagClassName
{
border-color: #52C919;
}
</style>