Shades of Kelly Green #52C308
Tints of Kelly Green #52C308
RGB
CMYK
RGB Variations
Color information
#52C308 (or 0x52C308) is known color: Kelly Green. HEX triplet: 52, C3 and 08. RGB value is (82,195,8). Sum of RGB (Red+Green+Blue) = 82+195+8=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 195 (76.56% from 255 or 68.42% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 195 - color contains mainly: green. Hex color #52C308 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #52C308 is #AD3CF7. Grayscale: #8C8C8C. Windows color (decimal): -11353336 or 574290. OLE color: 574290.
HSL color Cylindrical-coordinate representation of color #52C308: hue angle of 96.26º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52C308 is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 195 | 8 | - |
| CMYK | 0.58 | 0 | 0.96 | 0.24 |
| HSL | 96.26º | 0.92% | 0.4% | - |
| HSV(B) | 96.26º | 0.96% | 0.76% | - |
| XYZ | 23.04 | 40.84 | 6.9 | - |
| YUV | 139.9 | 53.56 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 195 | 8 | 0.58 | 0 | 0.96 | 0.24 | 96.26 | 0.92 | 0.4 |
| Hex | 52 | C3 | 8 | 3A | 0 | 60 | 18 | 60 | 5C | 28 |
| Octal | 122 | 303 | 10 | 72 | 0 | 140 | 30 | 140 | 134 | 50 |
| Binary | 1010010 | 11000011 | 1000 | 111010 | 0 | 1100000 | 11000 | 1100000 | 1011100 | 101000 |
Color Harmonies of #52C308
Complementary color
Monochromatic Colors of #52C308
Black with #52C308
Text Example
Text Example
White with #52C308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C308; }
p { color: rgb(82,195,8); }
H1.HeaderClassName
{
color: #52C308;
}
.AnyTagClassName
{
color: #52C308;
}
</style>
background-color css
<style>
a { background-color: #52C308; }
a { background-color: rgb(82,195,8); }
div.DivClassName
{
background-color: #52C308;
}
.BgClassName
{
background-color: #52C308;
}
</style>
border-color css
<style>
span { border-color: #52C308; }
span { border-color: rgb(82,195,8); }
td.TdClassName
{
border-color: #52C308;
}
.TagClassName
{
border-color: #52C308;
}
</style>