Shades of Kelly Green #52C31C
Tints of Kelly Green #52C31C
RGB
CMYK
RGB Variations
Color information
#52C31C (or 0x52C31C) is known color: Kelly Green. HEX triplet: 52, C3 and 1C. RGB value is (82,195,28). Sum of RGB (Red+Green+Blue) = 82+195+28=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 195 (76.56% from 255 or 63.93% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 195 - color contains mainly: green. Hex color #52C31C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C31C is #AD3CE3. Grayscale: #8E8E8E. Windows color (decimal): -11353316 or 1885010. OLE color: 1885010.
HSL color Cylindrical-coordinate representation of color #52C31C: hue angle of 100.6º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52C31C is Cyan = 0.58, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 195 | 28 | - |
| CMYK | 0.58 | 0 | 0.86 | 0.24 |
| HSL | 100.6º | 0.75% | 0.44% | - |
| HSV(B) | 100.6º | 0.86% | 0.76% | - |
| XYZ | 23.2 | 40.91 | 7.77 | - |
| YUV | 142.18 | 63.56 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 195 | 28 | 0.58 | 0 | 0.86 | 0.24 | 100.6 | 0.75 | 0.44 |
| Hex | 52 | C3 | 1C | 3A | 0 | 56 | 18 | 65 | 4B | 2C |
| Octal | 122 | 303 | 34 | 72 | 0 | 126 | 30 | 145 | 113 | 54 |
| Binary | 1010010 | 11000011 | 11100 | 111010 | 0 | 1010110 | 11000 | 1100101 | 1001011 | 101100 |
Color Harmonies of #52C31C
Complementary color
Monochromatic Colors of #52C31C
Black with #52C31C
Text Example
Text Example
White with #52C31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C31C; }
p { color: rgb(82,195,28); }
H1.HeaderClassName
{
color: #52C31C;
}
.AnyTagClassName
{
color: #52C31C;
}
</style>
background-color css
<style>
a { background-color: #52C31C; }
a { background-color: rgb(82,195,28); }
div.DivClassName
{
background-color: #52C31C;
}
.BgClassName
{
background-color: #52C31C;
}
</style>
border-color css
<style>
span { border-color: #52C31C; }
span { border-color: rgb(82,195,28); }
td.TdClassName
{
border-color: #52C31C;
}
.TagClassName
{
border-color: #52C31C;
}
</style>