Shades of Kelly Green #3AA705
Tints of Kelly Green #3AA705
RGB
CMYK
RGB Variations
Color information
#3AA705 (or 0x3AA705) is known color: Kelly Green. HEX triplet: 3A, A7 and 05. RGB value is (58,167,5). Sum of RGB (Red+Green+Blue) = 58+167+5=230 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.22% from 230); Green value is 167 (65.62% from 255 or 72.61% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 167 - color contains mainly: green. Hex color #3AA705 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA705 is #C558FA. Grayscale: #747474. Windows color (decimal): -12933371 or 370490. OLE color: 370490.
HSL color Cylindrical-coordinate representation of color #3AA705: hue angle of 100.37º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3AA705 is Cyan = 0.65, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 58 | 167 | 5 | - |
| CMYK | 0.65 | 0 | 0.97 | 0.35 |
| HSL | 100.37º | 0.94% | 0.34% | - |
| HSV(B) | 100.37º | 0.97% | 0.65% | - |
| XYZ | 15.59 | 28.55 | 4.83 | - |
| YUV | 115.94 | 65.39 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 167 | 5 | 0.65 | 0 | 0.97 | 0.35 | 100.37 | 0.94 | 0.34 |
| Hex | 3A | A7 | 5 | 41 | 0 | 61 | 23 | 64 | 5E | 22 |
| Octal | 72 | 247 | 5 | 101 | 0 | 141 | 43 | 144 | 136 | 42 |
| Binary | 111010 | 10100111 | 101 | 1000001 | 0 | 1100001 | 100011 | 1100100 | 1011110 | 100010 |
Color Harmonies of #3AA705
Complementary color
Monochromatic Colors of #3AA705
Black with #3AA705
Text Example
Text Example
White with #3AA705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA705; }
p { color: rgb(58,167,5); }
H1.HeaderClassName
{
color: #3AA705;
}
.AnyTagClassName
{
color: #3AA705;
}
</style>
background-color css
<style>
a { background-color: #3AA705; }
a { background-color: rgb(58,167,5); }
div.DivClassName
{
background-color: #3AA705;
}
.BgClassName
{
background-color: #3AA705;
}
</style>
border-color css
<style>
span { border-color: #3AA705; }
span { border-color: rgb(58,167,5); }
td.TdClassName
{
border-color: #3AA705;
}
.TagClassName
{
border-color: #3AA705;
}
</style>