Shades of Kelly Green #52BE28
Tints of Kelly Green #52BE28
RGB
CMYK
RGB Variations
Color information
#52BE28 (or 0x52BE28) is known color: Kelly Green. HEX triplet: 52, BE and 28. RGB value is (82,190,40). Sum of RGB (Red+Green+Blue) = 82+190+40=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 190 (74.61% from 255 or 60.90% from 312); Blue value is 40 (16.02% from 255 or 12.82% from 312); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BE28 is #AD41D7. Grayscale: #8D8D8D. Windows color (decimal): -11354584 or 2670162. OLE color: 2670162.
HSL color Cylindrical-coordinate representation of color #52BE28: hue angle of 103.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52BE28 is Cyan = 0.57, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 190 | 40 | - |
| CMYK | 0.57 | 0 | 0.79 | 0.25 |
| HSL | 103.2º | 0.65% | 0.45% | - |
| HSV(B) | 103.2º | 0.79% | 0.75% | - |
| XYZ | 22.28 | 38.77 | 8.32 | - |
| YUV | 140.61 | 71.22 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 190 | 40 | 0.57 | 0 | 0.79 | 0.25 | 103.2 | 0.65 | 0.45 |
| Hex | 52 | BE | 28 | 39 | 0 | 4F | 19 | 67 | 41 | 2D |
| Octal | 122 | 276 | 50 | 71 | 0 | 117 | 31 | 147 | 101 | 55 |
| Binary | 1010010 | 10111110 | 101000 | 111001 | 0 | 1001111 | 11001 | 1100111 | 1000001 | 101101 |
Color Harmonies of #52BE28
Complementary color
Monochromatic Colors of #52BE28
Black with #52BE28
Text Example
Text Example
White with #52BE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BE28; }
p { color: rgb(82,190,40); }
H1.HeaderClassName
{
color: #52BE28;
}
.AnyTagClassName
{
color: #52BE28;
}
</style>
background-color css
<style>
a { background-color: #52BE28; }
a { background-color: rgb(82,190,40); }
div.DivClassName
{
background-color: #52BE28;
}
.BgClassName
{
background-color: #52BE28;
}
</style>
border-color css
<style>
span { border-color: #52BE28; }
span { border-color: rgb(82,190,40); }
td.TdClassName
{
border-color: #52BE28;
}
.TagClassName
{
border-color: #52BE28;
}
</style>