Shades of Kelly Green #3FA614
Tints of Kelly Green #3FA614
RGB
CMYK
RGB Variations
Color information
#3FA614 (or 0x3FA614) is known color: Kelly Green. HEX triplet: 3F, A6 and 14. RGB value is (63,166,20). Sum of RGB (Red+Green+Blue) = 63+166+20=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 166 (65.23% from 255 or 66.67% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 166 - color contains mainly: green. Hex color #3FA614 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA614 is #C059EB. Grayscale: #777777. Windows color (decimal): -12605932 or 1353279. OLE color: 1353279.
HSL color Cylindrical-coordinate representation of color #3FA614: hue angle of 102.33º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3FA614 is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 166 | 20 | - |
| CMYK | 0.62 | 0 | 0.88 | 0.35 |
| HSL | 102.33º | 0.78% | 0.36% | - |
| HSV(B) | 102.33º | 0.88% | 0.65% | - |
| XYZ | 15.81 | 28.38 | 5.31 | - |
| YUV | 118.56 | 72.38 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 166 | 20 | 0.62 | 0 | 0.88 | 0.35 | 102.33 | 0.78 | 0.36 |
| Hex | 3F | A6 | 14 | 3E | 0 | 58 | 23 | 66 | 4E | 24 |
| Octal | 77 | 246 | 24 | 76 | 0 | 130 | 43 | 146 | 116 | 44 |
| Binary | 111111 | 10100110 | 10100 | 111110 | 0 | 1011000 | 100011 | 1100110 | 1001110 | 100100 |
Color Harmonies of #3FA614
Complementary color
Monochromatic Colors of #3FA614
Black with #3FA614
Text Example
Text Example
White with #3FA614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA614; }
p { color: rgb(63,166,20); }
H1.HeaderClassName
{
color: #3FA614;
}
.AnyTagClassName
{
color: #3FA614;
}
</style>
background-color css
<style>
a { background-color: #3FA614; }
a { background-color: rgb(63,166,20); }
div.DivClassName
{
background-color: #3FA614;
}
.BgClassName
{
background-color: #3FA614;
}
</style>
border-color css
<style>
span { border-color: #3FA614; }
span { border-color: rgb(63,166,20); }
td.TdClassName
{
border-color: #3FA614;
}
.TagClassName
{
border-color: #3FA614;
}
</style>