Shades of Kelly Green #52C627
Tints of Kelly Green #52C627
RGB
CMYK
RGB Variations
Color information
#52C627 (or 0x52C627) is known color: Kelly Green. HEX triplet: 52, C6 and 27. RGB value is (82,198,39). Sum of RGB (Red+Green+Blue) = 82+198+39=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 198 (77.73% from 255 or 62.07% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 198 - color contains mainly: green. Hex color #52C627 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C627 is #AD39D8. Grayscale: #919191. Windows color (decimal): -11352537 or 2606674. OLE color: 2606674.
HSL color Cylindrical-coordinate representation of color #52C627: hue angle of 103.77º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #52C627 is Cyan = 0.59, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 198 | 39 | - |
| CMYK | 0.59 | 0 | 0.80 | 0.22 |
| HSL | 103.77º | 0.67% | 0.46% | - |
| HSV(B) | 103.77º | 0.8% | 0.78% | - |
| XYZ | 24.04 | 42.33 | 8.82 | - |
| YUV | 145.19 | 68.07 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 198 | 39 | 0.59 | 0 | 0.80 | 0.22 | 103.77 | 0.67 | 0.46 |
| Hex | 52 | C6 | 27 | 3B | 0 | 50 | 16 | 68 | 43 | 2E |
| Octal | 122 | 306 | 47 | 73 | 0 | 120 | 26 | 150 | 103 | 56 |
| Binary | 1010010 | 11000110 | 100111 | 111011 | 0 | 1010000 | 10110 | 1101000 | 1000011 | 101110 |
Color Harmonies of #52C627
Complementary color
Monochromatic Colors of #52C627
Black with #52C627
Text Example
Text Example
White with #52C627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C627; }
p { color: rgb(82,198,39); }
H1.HeaderClassName
{
color: #52C627;
}
.AnyTagClassName
{
color: #52C627;
}
</style>
background-color css
<style>
a { background-color: #52C627; }
a { background-color: rgb(82,198,39); }
div.DivClassName
{
background-color: #52C627;
}
.BgClassName
{
background-color: #52C627;
}
</style>
border-color css
<style>
span { border-color: #52C627; }
span { border-color: rgb(82,198,39); }
td.TdClassName
{
border-color: #52C627;
}
.TagClassName
{
border-color: #52C627;
}
</style>