Shades of Kelly Green #52BC28
Tints of Kelly Green #52BC28
RGB
CMYK
RGB Variations
Color information
#52BC28 (or 0x52BC28) is known color: Kelly Green. HEX triplet: 52, BC and 28. RGB value is (82,188,40). Sum of RGB (Red+Green+Blue) = 82+188+40=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 188 (73.83% from 255 or 60.65% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BC28 is #AD43D7. Grayscale: #8B8B8B. Windows color (decimal): -11355096 or 2669650. OLE color: 2669650.
HSL color Cylindrical-coordinate representation of color #52BC28: hue angle of 102.97º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #52BC28 is Cyan = 0.56, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 188 | 40 | - |
| CMYK | 0.56 | 0 | 0.79 | 0.26 |
| HSL | 102.97º | 0.65% | 0.45% | - |
| HSV(B) | 102.97º | 0.79% | 0.74% | - |
| XYZ | 21.85 | 37.91 | 8.17 | - |
| YUV | 139.43 | 71.88 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 188 | 40 | 0.56 | 0 | 0.79 | 0.26 | 102.97 | 0.65 | 0.45 |
| Hex | 52 | BC | 28 | 38 | 0 | 4F | 1A | 67 | 41 | 2D |
| Octal | 122 | 274 | 50 | 70 | 0 | 117 | 32 | 147 | 101 | 55 |
| Binary | 1010010 | 10111100 | 101000 | 111000 | 0 | 1001111 | 11010 | 1100111 | 1000001 | 101101 |
Color Harmonies of #52BC28
Complementary color
Monochromatic Colors of #52BC28
Black with #52BC28
Text Example
Text Example
White with #52BC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BC28; }
p { color: rgb(82,188,40); }
H1.HeaderClassName
{
color: #52BC28;
}
.AnyTagClassName
{
color: #52BC28;
}
</style>
background-color css
<style>
a { background-color: #52BC28; }
a { background-color: rgb(82,188,40); }
div.DivClassName
{
background-color: #52BC28;
}
.BgClassName
{
background-color: #52BC28;
}
</style>
border-color css
<style>
span { border-color: #52BC28; }
span { border-color: rgb(82,188,40); }
td.TdClassName
{
border-color: #52BC28;
}
.TagClassName
{
border-color: #52BC28;
}
</style>