Shades of Kelly Green #3FA314
Tints of Kelly Green #3FA314
RGB
CMYK
RGB Variations
Color information
#3FA314 (or 0x3FA314) is known color: Kelly Green. HEX triplet: 3F, A3 and 14. RGB value is (63,163,20). Sum of RGB (Red+Green+Blue) = 63+163+20=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 163 (64.06% from 255 or 66.26% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 163 - color contains mainly: green. Hex color #3FA314 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA314 is #C05CEB. Grayscale: #757575. Windows color (decimal): -12606700 or 1352511. OLE color: 1352511.
HSL color Cylindrical-coordinate representation of color #3FA314: hue angle of 101.96º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3FA314 is Cyan = 0.61, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 163 | 20 | - |
| CMYK | 0.61 | 0 | 0.88 | 0.36 |
| HSL | 101.96º | 0.78% | 0.36% | - |
| HSV(B) | 101.96º | 0.88% | 0.64% | - |
| XYZ | 15.27 | 27.3 | 5.13 | - |
| YUV | 116.8 | 73.37 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 163 | 20 | 0.61 | 0 | 0.88 | 0.36 | 101.96 | 0.78 | 0.36 |
| Hex | 3F | A3 | 14 | 3D | 0 | 58 | 24 | 66 | 4E | 24 |
| Octal | 77 | 243 | 24 | 75 | 0 | 130 | 44 | 146 | 116 | 44 |
| Binary | 111111 | 10100011 | 10100 | 111101 | 0 | 1011000 | 100100 | 1100110 | 1001110 | 100100 |
Color Harmonies of #3FA314
Complementary color
Monochromatic Colors of #3FA314
Black with #3FA314
Text Example
Text Example
White with #3FA314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA314; }
p { color: rgb(63,163,20); }
H1.HeaderClassName
{
color: #3FA314;
}
.AnyTagClassName
{
color: #3FA314;
}
</style>
background-color css
<style>
a { background-color: #3FA314; }
a { background-color: rgb(63,163,20); }
div.DivClassName
{
background-color: #3FA314;
}
.BgClassName
{
background-color: #3FA314;
}
</style>
border-color css
<style>
span { border-color: #3FA314; }
span { border-color: rgb(63,163,20); }
td.TdClassName
{
border-color: #3FA314;
}
.TagClassName
{
border-color: #3FA314;
}
</style>