Shades of Kelly Green #3FA006
Tints of Kelly Green #3FA006
RGB
CMYK
RGB Variations
Color information
#3FA006 (or 0x3FA006) is known color: Kelly Green. HEX triplet: 3F, A0 and 06. RGB value is (63,160,6). Sum of RGB (Red+Green+Blue) = 63+160+6=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 160 (62.89% from 255 or 69.87% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA006 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA006 is #C05FF9. Grayscale: #717171. Windows color (decimal): -12607482 or 434239. OLE color: 434239.
HSL color Cylindrical-coordinate representation of color #3FA006: hue angle of 97.79º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3FA006 is Cyan = 0.61, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 160 | 6 | - |
| CMYK | 0.61 | 0 | 0.96 | 0.37 |
| HSL | 97.79º | 0.93% | 0.33% | - |
| HSV(B) | 97.79º | 0.96% | 0.63% | - |
| XYZ | 14.65 | 26.21 | 4.46 | - |
| YUV | 113.44 | 67.36 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 160 | 6 | 0.61 | 0 | 0.96 | 0.37 | 97.79 | 0.93 | 0.33 |
| Hex | 3F | A0 | 6 | 3D | 0 | 60 | 25 | 62 | 5D | 21 |
| Octal | 77 | 240 | 6 | 75 | 0 | 140 | 45 | 142 | 135 | 41 |
| Binary | 111111 | 10100000 | 110 | 111101 | 0 | 1100000 | 100101 | 1100010 | 1011101 | 100001 |
Color Harmonies of #3FA006
Complementary color
Monochromatic Colors of #3FA006
Black with #3FA006
Text Example
Text Example
White with #3FA006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA006; }
p { color: rgb(63,160,6); }
H1.HeaderClassName
{
color: #3FA006;
}
.AnyTagClassName
{
color: #3FA006;
}
</style>
background-color css
<style>
a { background-color: #3FA006; }
a { background-color: rgb(63,160,6); }
div.DivClassName
{
background-color: #3FA006;
}
.BgClassName
{
background-color: #3FA006;
}
</style>
border-color css
<style>
span { border-color: #3FA006; }
span { border-color: rgb(63,160,6); }
td.TdClassName
{
border-color: #3FA006;
}
.TagClassName
{
border-color: #3FA006;
}
</style>