Shades of Kelly Green #52BF00
Tints of Kelly Green #52BF00
RGB
CMYK
RGB Variations
Color information
#52BF00 (or 0x52BF00) is known color: Kelly Green. HEX triplet: 52, BF and 00. RGB value is (82,191,0). Sum of RGB (Red+Green+Blue) = 82+191+0=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 191 (75% from 255 or 69.96% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 191 - color contains mainly: green. Hex color #52BF00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52BF00 is #AD40FF. Grayscale: #898989. Windows color (decimal): -11354368 or 48978. OLE color: 48978.
HSL color Cylindrical-coordinate representation of color #52BF00: hue angle of 94.24º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #52BF00 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 191 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.25 |
| HSL | 94.24º | 1% | 0.37% | - |
| HSV(B) | 94.24º | 1% | 0.75% | - |
| XYZ | 22.11 | 39.06 | 6.37 | - |
| YUV | 136.64 | 50.89 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 191 | 0 | 0.57 | 0 | 1 | 0.25 | 94.24 | 1 | 0.37 |
| Hex | 52 | BF | 0 | 39 | 0 | 64 | 19 | 5E | 64 | 25 |
| Octal | 122 | 277 | 0 | 71 | 0 | 144 | 31 | 136 | 144 | 45 |
| Binary | 1010010 | 10111111 | 0 | 111001 | 0 | 1100100 | 11001 | 1011110 | 1100100 | 100101 |
Color Harmonies of #52BF00
Complementary color
Monochromatic Colors of #52BF00
Black with #52BF00
Text Example
Text Example
White with #52BF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BF00; }
p { color: rgb(82,191,0); }
H1.HeaderClassName
{
color: #52BF00;
}
.AnyTagClassName
{
color: #52BF00;
}
</style>
background-color css
<style>
a { background-color: #52BF00; }
a { background-color: rgb(82,191,0); }
div.DivClassName
{
background-color: #52BF00;
}
.BgClassName
{
background-color: #52BF00;
}
</style>
border-color css
<style>
span { border-color: #52BF00; }
span { border-color: rgb(82,191,0); }
td.TdClassName
{
border-color: #52BF00;
}
.TagClassName
{
border-color: #52BF00;
}
</style>