Shades of Kelly Green #52C107
Tints of Kelly Green #52C107
RGB
CMYK
RGB Variations
Color information
#52C107 (or 0x52C107) is known color: Kelly Green. HEX triplet: 52, C1 and 07. RGB value is (82,193,7). Sum of RGB (Red+Green+Blue) = 82+193+7=282 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.08% from 282); Green value is 193 (75.78% from 255 or 68.44% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 193 - color contains mainly: green. Hex color #52C107 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C107 is #AD3EF8. Grayscale: #8B8B8B. Windows color (decimal): -11353849 or 508242. OLE color: 508242.
HSL color Cylindrical-coordinate representation of color #52C107: hue angle of 95.81º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52C107 is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 193 | 7 | - |
| CMYK | 0.58 | 0 | 0.96 | 0.24 |
| HSL | 95.81º | 0.93% | 0.39% | - |
| HSV(B) | 95.81º | 0.96% | 0.76% | - |
| XYZ | 22.59 | 39.95 | 6.72 | - |
| YUV | 138.61 | 53.73 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 193 | 7 | 0.58 | 0 | 0.96 | 0.24 | 95.81 | 0.93 | 0.39 |
| Hex | 52 | C1 | 7 | 3A | 0 | 60 | 18 | 60 | 5D | 27 |
| Octal | 122 | 301 | 7 | 72 | 0 | 140 | 30 | 140 | 135 | 47 |
| Binary | 1010010 | 11000001 | 111 | 111010 | 0 | 1100000 | 11000 | 1100000 | 1011101 | 100111 |
Color Harmonies of #52C107
Complementary color
Monochromatic Colors of #52C107
Black with #52C107
Text Example
Text Example
White with #52C107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C107; }
p { color: rgb(82,193,7); }
H1.HeaderClassName
{
color: #52C107;
}
.AnyTagClassName
{
color: #52C107;
}
</style>
background-color css
<style>
a { background-color: #52C107; }
a { background-color: rgb(82,193,7); }
div.DivClassName
{
background-color: #52C107;
}
.BgClassName
{
background-color: #52C107;
}
</style>
border-color css
<style>
span { border-color: #52C107; }
span { border-color: rgb(82,193,7); }
td.TdClassName
{
border-color: #52C107;
}
.TagClassName
{
border-color: #52C107;
}
</style>