Shades of Kelly Green #52C012
Tints of Kelly Green #52C012
RGB
CMYK
RGB Variations
Color information
#52C012 (or 0x52C012) is known color: Kelly Green. HEX triplet: 52, C0 and 12. RGB value is (82,192,18). Sum of RGB (Red+Green+Blue) = 82+192+18=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 192 (75.39% from 255 or 65.75% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 192 - color contains mainly: green. Hex color #52C012 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C012 is #AD3FED. Grayscale: #8B8B8B. Windows color (decimal): -11354094 or 1228882. OLE color: 1228882.
HSL color Cylindrical-coordinate representation of color #52C012: hue angle of 97.93º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52C012 is Cyan = 0.57, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 18 | - |
| CMYK | 0.57 | 0 | 0.91 | 0.25 |
| HSL | 97.93º | 0.83% | 0.41% | - |
| HSV(B) | 97.93º | 0.91% | 0.75% | - |
| XYZ | 22.44 | 39.54 | 7.02 | - |
| YUV | 139.27 | 59.56 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 18 | 0.57 | 0 | 0.91 | 0.25 | 97.93 | 0.83 | 0.41 |
| Hex | 52 | C0 | 12 | 39 | 0 | 5B | 19 | 62 | 53 | 29 |
| Octal | 122 | 300 | 22 | 71 | 0 | 133 | 31 | 142 | 123 | 51 |
| Binary | 1010010 | 11000000 | 10010 | 111001 | 0 | 1011011 | 11001 | 1100010 | 1010011 | 101001 |
Color Harmonies of #52C012
Complementary color
Monochromatic Colors of #52C012
Black with #52C012
Text Example
Text Example
White with #52C012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C012; }
p { color: rgb(82,192,18); }
H1.HeaderClassName
{
color: #52C012;
}
.AnyTagClassName
{
color: #52C012;
}
</style>
background-color css
<style>
a { background-color: #52C012; }
a { background-color: rgb(82,192,18); }
div.DivClassName
{
background-color: #52C012;
}
.BgClassName
{
background-color: #52C012;
}
</style>
border-color css
<style>
span { border-color: #52C012; }
span { border-color: rgb(82,192,18); }
td.TdClassName
{
border-color: #52C012;
}
.TagClassName
{
border-color: #52C012;
}
</style>