Shades of Kelly Green #52C01E
Tints of Kelly Green #52C01E
RGB
CMYK
RGB Variations
Color information
#52C01E (or 0x52C01E) is known color: Kelly Green. HEX triplet: 52, C0 and 1E. RGB value is (82,192,30). Sum of RGB (Red+Green+Blue) = 82+192+30=304 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.97% from 304); Green value is 192 (75.39% from 255 or 63.16% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 192 - color contains mainly: green. Hex color #52C01E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C01E is #AD3FE1. Grayscale: #8D8D8D. Windows color (decimal): -11354082 or 2015314. OLE color: 2015314.
HSL color Cylindrical-coordinate representation of color #52C01E: hue angle of 100.74º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52C01E is Cyan = 0.57, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 30 | - |
| CMYK | 0.57 | 0 | 0.84 | 0.25 |
| HSL | 100.74º | 0.73% | 0.44% | - |
| HSV(B) | 100.74º | 0.84% | 0.75% | - |
| XYZ | 22.56 | 39.59 | 7.68 | - |
| YUV | 140.64 | 65.56 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 30 | 0.57 | 0 | 0.84 | 0.25 | 100.74 | 0.73 | 0.44 |
| Hex | 52 | C0 | 1E | 39 | 0 | 54 | 19 | 65 | 49 | 2C |
| Octal | 122 | 300 | 36 | 71 | 0 | 124 | 31 | 145 | 111 | 54 |
| Binary | 1010010 | 11000000 | 11110 | 111001 | 0 | 1010100 | 11001 | 1100101 | 1001001 | 101100 |
Color Harmonies of #52C01E
Complementary color
Monochromatic Colors of #52C01E
Black with #52C01E
Text Example
Text Example
White with #52C01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C01E; }
p { color: rgb(82,192,30); }
H1.HeaderClassName
{
color: #52C01E;
}
.AnyTagClassName
{
color: #52C01E;
}
</style>
background-color css
<style>
a { background-color: #52C01E; }
a { background-color: rgb(82,192,30); }
div.DivClassName
{
background-color: #52C01E;
}
.BgClassName
{
background-color: #52C01E;
}
</style>
border-color css
<style>
span { border-color: #52C01E; }
span { border-color: rgb(82,192,30); }
td.TdClassName
{
border-color: #52C01E;
}
.TagClassName
{
border-color: #52C01E;
}
</style>