Shades of Kelly Green #52BA28
Tints of Kelly Green #52BA28
RGB
CMYK
RGB Variations
Color information
#52BA28 (or 0x52BA28) is known color: Kelly Green. HEX triplet: 52, BA and 28. RGB value is (82,186,40). Sum of RGB (Red+Green+Blue) = 82+186+40=308 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.62% from 308); Green value is 186 (73.05% from 255 or 60.39% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BA28 is #AD45D7. Grayscale: #8A8A8A. Windows color (decimal): -11355608 or 2669138. OLE color: 2669138.
HSL color Cylindrical-coordinate representation of color #52BA28: hue angle of 102.74º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #52BA28 is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 186 | 40 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.27 |
| HSL | 102.74º | 0.65% | 0.44% | - |
| HSV(B) | 102.74º | 0.78% | 0.73% | - |
| XYZ | 21.42 | 37.06 | 8.03 | - |
| YUV | 138.26 | 72.54 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 186 | 40 | 0.56 | 0 | 0.78 | 0.27 | 102.74 | 0.65 | 0.44 |
| Hex | 52 | BA | 28 | 38 | 0 | 4E | 1B | 67 | 41 | 2C |
| Octal | 122 | 272 | 50 | 70 | 0 | 116 | 33 | 147 | 101 | 54 |
| Binary | 1010010 | 10111010 | 101000 | 111000 | 0 | 1001110 | 11011 | 1100111 | 1000001 | 101100 |
Color Harmonies of #52BA28
Complementary color
Monochromatic Colors of #52BA28
Black with #52BA28
Text Example
Text Example
White with #52BA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BA28; }
p { color: rgb(82,186,40); }
H1.HeaderClassName
{
color: #52BA28;
}
.AnyTagClassName
{
color: #52BA28;
}
</style>
background-color css
<style>
a { background-color: #52BA28; }
a { background-color: rgb(82,186,40); }
div.DivClassName
{
background-color: #52BA28;
}
.BgClassName
{
background-color: #52BA28;
}
</style>
border-color css
<style>
span { border-color: #52BA28; }
span { border-color: rgb(82,186,40); }
td.TdClassName
{
border-color: #52BA28;
}
.TagClassName
{
border-color: #52BA28;
}
</style>