Shades of Kelly Green #3AC508
Tints of Kelly Green #3AC508
RGB
CMYK
RGB Variations
Color information
#3AC508 (or 0x3AC508) is known color: Kelly Green. HEX triplet: 3A, C5 and 08. RGB value is (58,197,8). Sum of RGB (Red+Green+Blue) = 58+197+8=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 197 (77.34% from 255 or 74.90% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 197 - color contains mainly: green. Hex color #3AC508 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AC508 is #C53AF7. Grayscale: #868686. Windows color (decimal): -12925688 or 574778. OLE color: 574778.
HSL color Cylindrical-coordinate representation of color #3AC508: hue angle of 104.13º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3AC508 is Cyan = 0.71, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 58 | 197 | 8 | - |
| CMYK | 0.71 | 0 | 0.96 | 0.23 |
| HSL | 104.13º | 0.92% | 0.4% | - |
| HSV(B) | 104.13º | 0.96% | 0.77% | - |
| XYZ | 21.76 | 40.85 | 6.97 | - |
| YUV | 133.89 | 56.95 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 197 | 8 | 0.71 | 0 | 0.96 | 0.23 | 104.13 | 0.92 | 0.4 |
| Hex | 3A | C5 | 8 | 47 | 0 | 60 | 17 | 68 | 5C | 28 |
| Octal | 72 | 305 | 10 | 107 | 0 | 140 | 27 | 150 | 134 | 50 |
| Binary | 111010 | 11000101 | 1000 | 1000111 | 0 | 1100000 | 10111 | 1101000 | 1011100 | 101000 |
Color Harmonies of #3AC508
Complementary color
Monochromatic Colors of #3AC508
Black with #3AC508
Text Example
Text Example
White with #3AC508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AC508; }
p { color: rgb(58,197,8); }
H1.HeaderClassName
{
color: #3AC508;
}
.AnyTagClassName
{
color: #3AC508;
}
</style>
background-color css
<style>
a { background-color: #3AC508; }
a { background-color: rgb(58,197,8); }
div.DivClassName
{
background-color: #3AC508;
}
.BgClassName
{
background-color: #3AC508;
}
</style>
border-color css
<style>
span { border-color: #3AC508; }
span { border-color: rgb(58,197,8); }
td.TdClassName
{
border-color: #3AC508;
}
.TagClassName
{
border-color: #3AC508;
}
</style>