Shades of Kelly Green #52BA25
Tints of Kelly Green #52BA25
RGB
CMYK
RGB Variations
Color information
#52BA25 (or 0x52BA25) is known color: Kelly Green. HEX triplet: 52, BA and 25. RGB value is (82,186,37). Sum of RGB (Red+Green+Blue) = 82+186+37=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 186 (73.05% from 255 or 60.98% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BA25 is #AD45DA. Grayscale: #8A8A8A. Windows color (decimal): -11355611 or 2472530. OLE color: 2472530.
HSL color Cylindrical-coordinate representation of color #52BA25: hue angle of 101.88º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52BA25 is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 186 | 37 | - |
| CMYK | 0.56 | 0 | 0.80 | 0.27 |
| HSL | 101.88º | 0.67% | 0.44% | - |
| HSV(B) | 101.88º | 0.8% | 0.73% | - |
| XYZ | 21.37 | 37.05 | 7.77 | - |
| YUV | 137.92 | 71.04 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 186 | 37 | 0.56 | 0 | 0.80 | 0.27 | 101.88 | 0.67 | 0.44 |
| Hex | 52 | BA | 25 | 38 | 0 | 50 | 1B | 66 | 43 | 2C |
| Octal | 122 | 272 | 45 | 70 | 0 | 120 | 33 | 146 | 103 | 54 |
| Binary | 1010010 | 10111010 | 100101 | 111000 | 0 | 1010000 | 11011 | 1100110 | 1000011 | 101100 |
Color Harmonies of #52BA25
Complementary color
Monochromatic Colors of #52BA25
Black with #52BA25
Text Example
Text Example
White with #52BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BA25; }
p { color: rgb(82,186,37); }
H1.HeaderClassName
{
color: #52BA25;
}
.AnyTagClassName
{
color: #52BA25;
}
</style>
background-color css
<style>
a { background-color: #52BA25; }
a { background-color: rgb(82,186,37); }
div.DivClassName
{
background-color: #52BA25;
}
.BgClassName
{
background-color: #52BA25;
}
</style>
border-color css
<style>
span { border-color: #52BA25; }
span { border-color: rgb(82,186,37); }
td.TdClassName
{
border-color: #52BA25;
}
.TagClassName
{
border-color: #52BA25;
}
</style>