Shades of Kelly Green #52BE00
Tints of Kelly Green #52BE00
RGB
CMYK
RGB Variations
Color information
#52BE00 (or 0x52BE00) is known color: Kelly Green. HEX triplet: 52, BE and 00. RGB value is (82,190,0). Sum of RGB (Red+Green+Blue) = 82+190+0=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 190 (74.61% from 255 or 69.85% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52BE00 is #AD41FF. Grayscale: #888888. Windows color (decimal): -11354624 or 48722. OLE color: 48722.
HSL color Cylindrical-coordinate representation of color #52BE00: hue angle of 94.11º 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 #52BE00 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 190 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.25 |
| HSL | 94.11º | 1% | 0.37% | - |
| HSV(B) | 94.11º | 1% | 0.75% | - |
| XYZ | 21.89 | 38.62 | 6.3 | - |
| YUV | 136.05 | 51.22 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 190 | 0 | 0.57 | 0 | 1 | 0.25 | 94.11 | 1 | 0.37 |
| Hex | 52 | BE | 0 | 39 | 0 | 64 | 19 | 5E | 64 | 25 |
| Octal | 122 | 276 | 0 | 71 | 0 | 144 | 31 | 136 | 144 | 45 |
| Binary | 1010010 | 10111110 | 0 | 111001 | 0 | 1100100 | 11001 | 1011110 | 1100100 | 100101 |
Color Harmonies of #52BE00
Complementary color
Monochromatic Colors of #52BE00
Black with #52BE00
Text Example
Text Example
White with #52BE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BE00; }
p { color: rgb(82,190,0); }
H1.HeaderClassName
{
color: #52BE00;
}
.AnyTagClassName
{
color: #52BE00;
}
</style>
background-color css
<style>
a { background-color: #52BE00; }
a { background-color: rgb(82,190,0); }
div.DivClassName
{
background-color: #52BE00;
}
.BgClassName
{
background-color: #52BE00;
}
</style>
border-color css
<style>
span { border-color: #52BE00; }
span { border-color: rgb(82,190,0); }
td.TdClassName
{
border-color: #52BE00;
}
.TagClassName
{
border-color: #52BE00;
}
</style>