Shades of Kelly Green #52BB25
Tints of Kelly Green #52BB25
RGB
CMYK
RGB Variations
Color information
#52BB25 (or 0x52BB25) is known color: Kelly Green. HEX triplet: 52, BB and 25. RGB value is (82,187,37). Sum of RGB (Red+Green+Blue) = 82+187+37=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 187 (73.44% from 255 or 61.11% from 306); Blue value is 37 (14.84% from 255 or 12.09% from 306); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BB25 is #AD44DA. Grayscale: #8B8B8B. Windows color (decimal): -11355355 or 2472786. OLE color: 2472786.
HSL color Cylindrical-coordinate representation of color #52BB25: hue angle of 102º 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 #52BB25 is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 187 | 37 | - |
| CMYK | 0.56 | 0 | 0.80 | 0.27 |
| HSL | 102º | 0.67% | 0.44% | - |
| HSV(B) | 102º | 0.8% | 0.73% | - |
| XYZ | 21.58 | 37.47 | 7.84 | - |
| YUV | 138.51 | 70.71 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 187 | 37 | 0.56 | 0 | 0.80 | 0.27 | 102 | 0.67 | 0.44 |
| Hex | 52 | BB | 25 | 38 | 0 | 50 | 1B | 66 | 43 | 2C |
| Octal | 122 | 273 | 45 | 70 | 0 | 120 | 33 | 146 | 103 | 54 |
| Binary | 1010010 | 10111011 | 100101 | 111000 | 0 | 1010000 | 11011 | 1100110 | 1000011 | 101100 |
Color Harmonies of #52BB25
Complementary color
Monochromatic Colors of #52BB25
Black with #52BB25
Text Example
Text Example
White with #52BB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BB25; }
p { color: rgb(82,187,37); }
H1.HeaderClassName
{
color: #52BB25;
}
.AnyTagClassName
{
color: #52BB25;
}
</style>
background-color css
<style>
a { background-color: #52BB25; }
a { background-color: rgb(82,187,37); }
div.DivClassName
{
background-color: #52BB25;
}
.BgClassName
{
background-color: #52BB25;
}
</style>
border-color css
<style>
span { border-color: #52BB25; }
span { border-color: rgb(82,187,37); }
td.TdClassName
{
border-color: #52BB25;
}
.TagClassName
{
border-color: #52BB25;
}
</style>