Shades of Kelly Green #52BC18
Tints of Kelly Green #52BC18
RGB
CMYK
RGB Variations
Color information
#52BC18 (or 0x52BC18) is known color: Kelly Green. HEX triplet: 52, BC and 18. RGB value is (82,188,24). Sum of RGB (Red+Green+Blue) = 82+188+24=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 188 (73.83% from 255 or 63.95% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52BC18 is #AD43E7. Grayscale: #8A8A8A. Windows color (decimal): -11355112 or 1621074. OLE color: 1621074.
HSL color Cylindrical-coordinate representation of color #52BC18: hue angle of 98.78º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #52BC18 is Cyan = 0.56, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 188 | 24 | - |
| CMYK | 0.56 | 0 | 0.87 | 0.26 |
| HSL | 98.78º | 0.77% | 0.42% | - |
| HSV(B) | 98.78º | 0.87% | 0.74% | - |
| XYZ | 21.63 | 37.83 | 7.03 | - |
| YUV | 137.61 | 63.88 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 188 | 24 | 0.56 | 0 | 0.87 | 0.26 | 98.78 | 0.77 | 0.42 |
| Hex | 52 | BC | 18 | 38 | 0 | 57 | 1A | 63 | 4D | 2A |
| Octal | 122 | 274 | 30 | 70 | 0 | 127 | 32 | 143 | 115 | 52 |
| Binary | 1010010 | 10111100 | 11000 | 111000 | 0 | 1010111 | 11010 | 1100011 | 1001101 | 101010 |
Color Harmonies of #52BC18
Complementary color
Monochromatic Colors of #52BC18
Black with #52BC18
Text Example
Text Example
White with #52BC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BC18; }
p { color: rgb(82,188,24); }
H1.HeaderClassName
{
color: #52BC18;
}
.AnyTagClassName
{
color: #52BC18;
}
</style>
background-color css
<style>
a { background-color: #52BC18; }
a { background-color: rgb(82,188,24); }
div.DivClassName
{
background-color: #52BC18;
}
.BgClassName
{
background-color: #52BC18;
}
</style>
border-color css
<style>
span { border-color: #52BC18; }
span { border-color: rgb(82,188,24); }
td.TdClassName
{
border-color: #52BC18;
}
.TagClassName
{
border-color: #52BC18;
}
</style>