Shades of Kelly Green #52BD12
Tints of Kelly Green #52BD12
RGB
CMYK
RGB Variations
Color information
#52BD12 (or 0x52BD12) is known color: Kelly Green. HEX triplet: 52, BD and 12. RGB value is (82,189,18). Sum of RGB (Red+Green+Blue) = 82+189+18=289 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.37% from 289); Green value is 189 (74.22% from 255 or 65.40% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52BD12 is #AD42ED. Grayscale: #8A8A8A. Windows color (decimal): -11354862 or 1228114. OLE color: 1228114.
HSL color Cylindrical-coordinate representation of color #52BD12: hue angle of 97.54º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52BD12 is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 189 | 18 | - |
| CMYK | 0.57 | 0 | 0.90 | 0.26 |
| HSL | 97.54º | 0.83% | 0.41% | - |
| HSV(B) | 97.54º | 0.9% | 0.74% | - |
| XYZ | 21.79 | 38.23 | 6.8 | - |
| YUV | 137.51 | 60.55 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 189 | 18 | 0.57 | 0 | 0.90 | 0.26 | 97.54 | 0.83 | 0.41 |
| Hex | 52 | BD | 12 | 39 | 0 | 5A | 1A | 62 | 53 | 29 |
| Octal | 122 | 275 | 22 | 71 | 0 | 132 | 32 | 142 | 123 | 51 |
| Binary | 1010010 | 10111101 | 10010 | 111001 | 0 | 1011010 | 11010 | 1100010 | 1010011 | 101001 |
Color Harmonies of #52BD12
Complementary color
Monochromatic Colors of #52BD12
Black with #52BD12
Text Example
Text Example
White with #52BD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BD12; }
p { color: rgb(82,189,18); }
H1.HeaderClassName
{
color: #52BD12;
}
.AnyTagClassName
{
color: #52BD12;
}
</style>
background-color css
<style>
a { background-color: #52BD12; }
a { background-color: rgb(82,189,18); }
div.DivClassName
{
background-color: #52BD12;
}
.BgClassName
{
background-color: #52BD12;
}
</style>
border-color css
<style>
span { border-color: #52BD12; }
span { border-color: rgb(82,189,18); }
td.TdClassName
{
border-color: #52BD12;
}
.TagClassName
{
border-color: #52BD12;
}
</style>