Shades of Kelly Green #52C134
Tints of Kelly Green #52C134
RGB
CMYK
RGB Variations
Color information
#52C134 (or 0x52C134) is known color: Kelly Green. HEX triplet: 52, C1 and 34. RGB value is (82,193,52). Sum of RGB (Red+Green+Blue) = 82+193+52=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 193 (75.78% from 255 or 59.02% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 193 - color contains mainly: green. Hex color #52C134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C134 is #AD3ECB. Grayscale: #909090. Windows color (decimal): -11353804 or 3457362. OLE color: 3457362.
HSL color Cylindrical-coordinate representation of color #52C134: hue angle of 107.23º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #52C134 is Cyan = 0.58, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 193 | 52 | - |
| CMYK | 0.58 | 0 | 0.73 | 0.24 |
| HSL | 107.23º | 0.58% | 0.48% | - |
| HSV(B) | 107.23º | 0.73% | 0.76% | - |
| XYZ | 23.17 | 40.18 | 9.78 | - |
| YUV | 143.74 | 76.23 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 193 | 52 | 0.58 | 0 | 0.73 | 0.24 | 107.23 | 0.58 | 0.48 |
| Hex | 52 | C1 | 34 | 3A | 0 | 49 | 18 | 6B | 3A | 30 |
| Octal | 122 | 301 | 64 | 72 | 0 | 111 | 30 | 153 | 72 | 60 |
| Binary | 1010010 | 11000001 | 110100 | 111010 | 0 | 1001001 | 11000 | 1101011 | 111010 | 110000 |
Color Harmonies of #52C134
Complementary color
Monochromatic Colors of #52C134
Black with #52C134
Text Example
Text Example
White with #52C134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C134; }
p { color: rgb(82,193,52); }
H1.HeaderClassName
{
color: #52C134;
}
.AnyTagClassName
{
color: #52C134;
}
</style>
background-color css
<style>
a { background-color: #52C134; }
a { background-color: rgb(82,193,52); }
div.DivClassName
{
background-color: #52C134;
}
.BgClassName
{
background-color: #52C134;
}
</style>
border-color css
<style>
span { border-color: #52C134; }
span { border-color: rgb(82,193,52); }
td.TdClassName
{
border-color: #52C134;
}
.TagClassName
{
border-color: #52C134;
}
</style>