Shades of Kelly Green #52C226
Tints of Kelly Green #52C226
RGB
CMYK
RGB Variations
Color information
#52C226 (or 0x52C226) is known color: Kelly Green. HEX triplet: 52, C2 and 26. RGB value is (82,194,38). Sum of RGB (Red+Green+Blue) = 82+194+38=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 194 (76.17% from 255 or 61.78% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 194 - color contains mainly: green. Hex color #52C226 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C226 is #AD3DD9. Grayscale: #8F8F8F. Windows color (decimal): -11353562 or 2540114. OLE color: 2540114.
HSL color Cylindrical-coordinate representation of color #52C226: hue angle of 103.08º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52C226 is Cyan = 0.58, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 194 | 38 | - |
| CMYK | 0.58 | 0 | 0.80 | 0.24 |
| HSL | 103.08º | 0.67% | 0.45% | - |
| HSV(B) | 103.08º | 0.8% | 0.76% | - |
| XYZ | 23.12 | 40.52 | 8.44 | - |
| YUV | 142.73 | 68.89 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 194 | 38 | 0.58 | 0 | 0.80 | 0.24 | 103.08 | 0.67 | 0.45 |
| Hex | 52 | C2 | 26 | 3A | 0 | 50 | 18 | 67 | 43 | 2D |
| Octal | 122 | 302 | 46 | 72 | 0 | 120 | 30 | 147 | 103 | 55 |
| Binary | 1010010 | 11000010 | 100110 | 111010 | 0 | 1010000 | 11000 | 1100111 | 1000011 | 101101 |
Color Harmonies of #52C226
Complementary color
Monochromatic Colors of #52C226
Black with #52C226
Text Example
Text Example
White with #52C226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C226; }
p { color: rgb(82,194,38); }
H1.HeaderClassName
{
color: #52C226;
}
.AnyTagClassName
{
color: #52C226;
}
</style>
background-color css
<style>
a { background-color: #52C226; }
a { background-color: rgb(82,194,38); }
div.DivClassName
{
background-color: #52C226;
}
.BgClassName
{
background-color: #52C226;
}
</style>
border-color css
<style>
span { border-color: #52C226; }
span { border-color: rgb(82,194,38); }
td.TdClassName
{
border-color: #52C226;
}
.TagClassName
{
border-color: #52C226;
}
</style>