Shades of Kelly Green #52B123
Tints of Kelly Green #52B123
RGB
CMYK
RGB Variations
Color information
#52B123 (or 0x52B123) is known color: Kelly Green. HEX triplet: 52, B1 and 23. RGB value is (82,177,35). Sum of RGB (Red+Green+Blue) = 82+177+35=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 177 (69.53% from 255 or 60.20% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 177 - color contains mainly: green. Hex color #52B123 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52B123 is #AD4EDC. Grayscale: #848484. Windows color (decimal): -11357917 or 2339154. OLE color: 2339154.
HSL color Cylindrical-coordinate representation of color #52B123: hue angle of 100.14º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52B123 is Cyan = 0.54, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 177 | 35 | - |
| CMYK | 0.54 | 0 | 0.80 | 0.31 |
| HSL | 100.14º | 0.67% | 0.42% | - |
| HSV(B) | 100.14º | 0.8% | 0.69% | - |
| XYZ | 19.51 | 33.36 | 7 | - |
| YUV | 132.41 | 73.03 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 177 | 35 | 0.54 | 0 | 0.80 | 0.31 | 100.14 | 0.67 | 0.42 |
| Hex | 52 | B1 | 23 | 36 | 0 | 50 | 1F | 64 | 43 | 2A |
| Octal | 122 | 261 | 43 | 66 | 0 | 120 | 37 | 144 | 103 | 52 |
| Binary | 1010010 | 10110001 | 100011 | 110110 | 0 | 1010000 | 11111 | 1100100 | 1000011 | 101010 |
Color Harmonies of #52B123
Complementary color
Monochromatic Colors of #52B123
Black with #52B123
Text Example
Text Example
White with #52B123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52B123; }
p { color: rgb(82,177,35); }
H1.HeaderClassName
{
color: #52B123;
}
.AnyTagClassName
{
color: #52B123;
}
</style>
background-color css
<style>
a { background-color: #52B123; }
a { background-color: rgb(82,177,35); }
div.DivClassName
{
background-color: #52B123;
}
.BgClassName
{
background-color: #52B123;
}
</style>
border-color css
<style>
span { border-color: #52B123; }
span { border-color: rgb(82,177,35); }
td.TdClassName
{
border-color: #52B123;
}
.TagClassName
{
border-color: #52B123;
}
</style>