Shades of Kelly Green #3FA010
Tints of Kelly Green #3FA010
RGB
CMYK
RGB Variations
Color information
#3FA010 (or 0x3FA010) is known color: Kelly Green. HEX triplet: 3F, A0 and 10. RGB value is (63,160,16). Sum of RGB (Red+Green+Blue) = 63+160+16=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 160 (62.89% from 255 or 66.95% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA010 is #C05FEF. Grayscale: #737373. Windows color (decimal): -12607472 or 1089599. OLE color: 1089599.
HSL color Cylindrical-coordinate representation of color #3FA010: hue angle of 100.42º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3FA010 is Cyan = 0.61, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 160 | 16 | - |
| CMYK | 0.61 | 0 | 0.9 | 0.37 |
| HSL | 100.42º | 0.82% | 0.35% | - |
| HSV(B) | 100.42º | 0.9% | 0.63% | - |
| XYZ | 14.71 | 26.24 | 4.78 | - |
| YUV | 114.58 | 72.36 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 160 | 16 | 0.61 | 0 | 0.9 | 0.37 | 100.42 | 0.82 | 0.35 |
| Hex | 3F | A0 | 10 | 3D | 0 | 5A | 25 | 64 | 52 | 23 |
| Octal | 77 | 240 | 20 | 75 | 0 | 132 | 45 | 144 | 122 | 43 |
| Binary | 111111 | 10100000 | 10000 | 111101 | 0 | 1011010 | 100101 | 1100100 | 1010010 | 100011 |
Color Harmonies of #3FA010
Complementary color
Monochromatic Colors of #3FA010
Black with #3FA010
Text Example
Text Example
White with #3FA010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA010; }
p { color: rgb(63,160,16); }
H1.HeaderClassName
{
color: #3FA010;
}
.AnyTagClassName
{
color: #3FA010;
}
</style>
background-color css
<style>
a { background-color: #3FA010; }
a { background-color: rgb(63,160,16); }
div.DivClassName
{
background-color: #3FA010;
}
.BgClassName
{
background-color: #3FA010;
}
</style>
border-color css
<style>
span { border-color: #3FA010; }
span { border-color: rgb(63,160,16); }
td.TdClassName
{
border-color: #3FA010;
}
.TagClassName
{
border-color: #3FA010;
}
</style>