Shades of Kelly Green #52CA12
Tints of Kelly Green #52CA12
RGB
CMYK
RGB Variations
Color information
#52CA12 (or 0x52CA12) is known color: Kelly Green. HEX triplet: 52, CA and 12. RGB value is (82,202,18). Sum of RGB (Red+Green+Blue) = 82+202+18=302 (40% of max value = 765). Red value is 82 (32.42% from 255 or 27.15% from 302); Green value is 202 (79.30% from 255 or 66.89% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52CA12 is #AD35ED. Grayscale: #919191. Windows color (decimal): -11351534 or 1231442. OLE color: 1231442.
HSL color Cylindrical-coordinate representation of color #52CA12: hue angle of 99.13º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52CA12 is Cyan = 0.59, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 202 | 18 | - |
| CMYK | 0.59 | 0 | 0.91 | 0.21 |
| HSL | 99.13º | 0.84% | 0.43% | - |
| HSV(B) | 99.13º | 0.91% | 0.79% | - |
| XYZ | 24.71 | 44.08 | 7.78 | - |
| YUV | 145.14 | 56.24 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 202 | 18 | 0.59 | 0 | 0.91 | 0.21 | 99.13 | 0.84 | 0.43 |
| Hex | 52 | CA | 12 | 3B | 0 | 5B | 15 | 63 | 54 | 2B |
| Octal | 122 | 312 | 22 | 73 | 0 | 133 | 25 | 143 | 124 | 53 |
| Binary | 1010010 | 11001010 | 10010 | 111011 | 0 | 1011011 | 10101 | 1100011 | 1010100 | 101011 |
Color Harmonies of #52CA12
Complementary color
Monochromatic Colors of #52CA12
Black with #52CA12
Text Example
Text Example
White with #52CA12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CA12; }
p { color: rgb(82,202,18); }
H1.HeaderClassName
{
color: #52CA12;
}
.AnyTagClassName
{
color: #52CA12;
}
</style>
background-color css
<style>
a { background-color: #52CA12; }
a { background-color: rgb(82,202,18); }
div.DivClassName
{
background-color: #52CA12;
}
.BgClassName
{
background-color: #52CA12;
}
</style>
border-color css
<style>
span { border-color: #52CA12; }
span { border-color: rgb(82,202,18); }
td.TdClassName
{
border-color: #52CA12;
}
.TagClassName
{
border-color: #52CA12;
}
</style>