Shades of Kelly Green #52C123
Tints of Kelly Green #52C123
RGB
CMYK
RGB Variations
Color information
#52C123 (or 0x52C123) is known color: Kelly Green. HEX triplet: 52, C1 and 23. RGB value is (82,193,35). Sum of RGB (Red+Green+Blue) = 82+193+35=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 193 (75.78% from 255 or 62.26% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 193 - color contains mainly: green. Hex color #52C123 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C123 is #AD3EDC. Grayscale: #8E8E8E. Windows color (decimal): -11353821 or 2343250. OLE color: 2343250.
HSL color Cylindrical-coordinate representation of color #52C123: hue angle of 102.15º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52C123 is Cyan = 0.58, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 193 | 35 | - |
| CMYK | 0.58 | 0 | 0.82 | 0.24 |
| HSL | 102.15º | 0.69% | 0.45% | - |
| HSV(B) | 102.15º | 0.82% | 0.76% | - |
| XYZ | 22.85 | 40.06 | 8.12 | - |
| YUV | 141.8 | 67.73 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 193 | 35 | 0.58 | 0 | 0.82 | 0.24 | 102.15 | 0.69 | 0.45 |
| Hex | 52 | C1 | 23 | 3A | 0 | 52 | 18 | 66 | 45 | 2D |
| Octal | 122 | 301 | 43 | 72 | 0 | 122 | 30 | 146 | 105 | 55 |
| Binary | 1010010 | 11000001 | 100011 | 111010 | 0 | 1010010 | 11000 | 1100110 | 1000101 | 101101 |
Color Harmonies of #52C123
Complementary color
Monochromatic Colors of #52C123
Black with #52C123
Text Example
Text Example
White with #52C123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C123; }
p { color: rgb(82,193,35); }
H1.HeaderClassName
{
color: #52C123;
}
.AnyTagClassName
{
color: #52C123;
}
</style>
background-color css
<style>
a { background-color: #52C123; }
a { background-color: rgb(82,193,35); }
div.DivClassName
{
background-color: #52C123;
}
.BgClassName
{
background-color: #52C123;
}
</style>
border-color css
<style>
span { border-color: #52C123; }
span { border-color: rgb(82,193,35); }
td.TdClassName
{
border-color: #52C123;
}
.TagClassName
{
border-color: #52C123;
}
</style>