Shades of Kelly Green #52C11E
Tints of Kelly Green #52C11E
RGB
CMYK
RGB Variations
Color information
#52C11E (or 0x52C11E) is known color: Kelly Green. HEX triplet: 52, C1 and 1E. RGB value is (82,193,30). Sum of RGB (Red+Green+Blue) = 82+193+30=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 193 (75.78% from 255 or 63.28% from 305); Blue value is 30 (12.11% from 255 or 9.84% from 305); Max value from RGB is 193 - color contains mainly: green. Hex color #52C11E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C11E is #AD3EE1. Grayscale: #8D8D8D. Windows color (decimal): -11353826 or 2015570. OLE color: 2015570.
HSL color Cylindrical-coordinate representation of color #52C11E: hue angle of 100.86º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52C11E is Cyan = 0.58, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 193 | 30 | - |
| CMYK | 0.58 | 0 | 0.84 | 0.24 |
| HSL | 100.86º | 0.73% | 0.44% | - |
| HSV(B) | 100.86º | 0.84% | 0.76% | - |
| XYZ | 22.78 | 40.03 | 7.75 | - |
| YUV | 141.23 | 65.23 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 193 | 30 | 0.58 | 0 | 0.84 | 0.24 | 100.86 | 0.73 | 0.44 |
| Hex | 52 | C1 | 1E | 3A | 0 | 54 | 18 | 65 | 49 | 2C |
| Octal | 122 | 301 | 36 | 72 | 0 | 124 | 30 | 145 | 111 | 54 |
| Binary | 1010010 | 11000001 | 11110 | 111010 | 0 | 1010100 | 11000 | 1100101 | 1001001 | 101100 |
Color Harmonies of #52C11E
Complementary color
Monochromatic Colors of #52C11E
Black with #52C11E
Text Example
Text Example
White with #52C11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C11E; }
p { color: rgb(82,193,30); }
H1.HeaderClassName
{
color: #52C11E;
}
.AnyTagClassName
{
color: #52C11E;
}
</style>
background-color css
<style>
a { background-color: #52C11E; }
a { background-color: rgb(82,193,30); }
div.DivClassName
{
background-color: #52C11E;
}
.BgClassName
{
background-color: #52C11E;
}
</style>
border-color css
<style>
span { border-color: #52C11E; }
span { border-color: rgb(82,193,30); }
td.TdClassName
{
border-color: #52C11E;
}
.TagClassName
{
border-color: #52C11E;
}
</style>