Shades of Kelly Green #3FA406
Tints of Kelly Green #3FA406
RGB
CMYK
RGB Variations
Color information
#3FA406 (or 0x3FA406) is known color: Kelly Green. HEX triplet: 3F, A4 and 06. RGB value is (63,164,6). Sum of RGB (Red+Green+Blue) = 63+164+6=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 164 (64.45% from 255 or 70.39% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 164 - color contains mainly: green. Hex color #3FA406 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA406 is #C05BF9. Grayscale: #747474. Windows color (decimal): -12606458 or 435263. OLE color: 435263.
HSL color Cylindrical-coordinate representation of color #3FA406: hue angle of 98.35º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3FA406 is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 164 | 6 | - |
| CMYK | 0.62 | 0 | 0.96 | 0.36 |
| HSL | 98.35º | 0.93% | 0.33% | - |
| HSV(B) | 98.35º | 0.96% | 0.64% | - |
| XYZ | 15.36 | 27.62 | 4.69 | - |
| YUV | 115.79 | 66.04 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 164 | 6 | 0.62 | 0 | 0.96 | 0.36 | 98.35 | 0.93 | 0.33 |
| Hex | 3F | A4 | 6 | 3E | 0 | 60 | 24 | 62 | 5D | 21 |
| Octal | 77 | 244 | 6 | 76 | 0 | 140 | 44 | 142 | 135 | 41 |
| Binary | 111111 | 10100100 | 110 | 111110 | 0 | 1100000 | 100100 | 1100010 | 1011101 | 100001 |
Color Harmonies of #3FA406
Complementary color
Monochromatic Colors of #3FA406
Black with #3FA406
Text Example
Text Example
White with #3FA406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA406; }
p { color: rgb(63,164,6); }
H1.HeaderClassName
{
color: #3FA406;
}
.AnyTagClassName
{
color: #3FA406;
}
</style>
background-color css
<style>
a { background-color: #3FA406; }
a { background-color: rgb(63,164,6); }
div.DivClassName
{
background-color: #3FA406;
}
.BgClassName
{
background-color: #3FA406;
}
</style>
border-color css
<style>
span { border-color: #3FA406; }
span { border-color: rgb(63,164,6); }
td.TdClassName
{
border-color: #3FA406;
}
.TagClassName
{
border-color: #3FA406;
}
</style>