Shades of Kelly Green #52BB01
Tints of Kelly Green #52BB01
RGB
CMYK
RGB Variations
Color information
#52BB01 (or 0x52BB01) is known color: Kelly Green. HEX triplet: 52, BB and 01. RGB value is (82,187,1). Sum of RGB (Red+Green+Blue) = 82+187+1=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 187 (73.44% from 255 or 69.26% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52BB01 is #AD44FE. Grayscale: #878787. Windows color (decimal): -11355391 or 113490. OLE color: 113490.
HSL color Cylindrical-coordinate representation of color #52BB01: hue angle of 93.87º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52BB01 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 187 | 1 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.27 |
| HSL | 93.87º | 0.99% | 0.37% | - |
| HSV(B) | 93.87º | 0.99% | 0.73% | - |
| XYZ | 21.26 | 37.34 | 6.12 | - |
| YUV | 134.4 | 52.71 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 187 | 1 | 0.56 | 0 | 0.99 | 0.27 | 93.87 | 0.99 | 0.37 |
| Hex | 52 | BB | 1 | 38 | 0 | 63 | 1B | 5E | 63 | 25 |
| Octal | 122 | 273 | 1 | 70 | 0 | 143 | 33 | 136 | 143 | 45 |
| Binary | 1010010 | 10111011 | 1 | 111000 | 0 | 1100011 | 11011 | 1011110 | 1100011 | 100101 |
Color Harmonies of #52BB01
Complementary color
Monochromatic Colors of #52BB01
Black with #52BB01
Text Example
Text Example
White with #52BB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BB01; }
p { color: rgb(82,187,1); }
H1.HeaderClassName
{
color: #52BB01;
}
.AnyTagClassName
{
color: #52BB01;
}
</style>
background-color css
<style>
a { background-color: #52BB01; }
a { background-color: rgb(82,187,1); }
div.DivClassName
{
background-color: #52BB01;
}
.BgClassName
{
background-color: #52BB01;
}
</style>
border-color css
<style>
span { border-color: #52BB01; }
span { border-color: rgb(82,187,1); }
td.TdClassName
{
border-color: #52BB01;
}
.TagClassName
{
border-color: #52BB01;
}
</style>