Shades of Kelly Green #3FA514
Tints of Kelly Green #3FA514
RGB
CMYK
RGB Variations
Color information
#3FA514 (or 0x3FA514) is known color: Kelly Green. HEX triplet: 3F, A5 and 14. RGB value is (63,165,20). Sum of RGB (Red+Green+Blue) = 63+165+20=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 165 (64.84% from 255 or 66.53% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 165 - color contains mainly: green. Hex color #3FA514 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA514 is #C05AEB. Grayscale: #767676. Windows color (decimal): -12606188 or 1353023. OLE color: 1353023.
HSL color Cylindrical-coordinate representation of color #3FA514: hue angle of 102.21º 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 #3FA514 is Cyan = 0.62, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 165 | 20 | - |
| CMYK | 0.62 | 0 | 0.88 | 0.35 |
| HSL | 102.21º | 0.78% | 0.36% | - |
| HSV(B) | 102.21º | 0.88% | 0.65% | - |
| XYZ | 15.63 | 28.02 | 5.25 | - |
| YUV | 117.97 | 72.71 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 165 | 20 | 0.62 | 0 | 0.88 | 0.35 | 102.21 | 0.78 | 0.36 |
| Hex | 3F | A5 | 14 | 3E | 0 | 58 | 23 | 66 | 4E | 24 |
| Octal | 77 | 245 | 24 | 76 | 0 | 130 | 43 | 146 | 116 | 44 |
| Binary | 111111 | 10100101 | 10100 | 111110 | 0 | 1011000 | 100011 | 1100110 | 1001110 | 100100 |
Color Harmonies of #3FA514
Complementary color
Monochromatic Colors of #3FA514
Black with #3FA514
Text Example
Text Example
White with #3FA514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA514; }
p { color: rgb(63,165,20); }
H1.HeaderClassName
{
color: #3FA514;
}
.AnyTagClassName
{
color: #3FA514;
}
</style>
background-color css
<style>
a { background-color: #3FA514; }
a { background-color: rgb(63,165,20); }
div.DivClassName
{
background-color: #3FA514;
}
.BgClassName
{
background-color: #3FA514;
}
</style>
border-color css
<style>
span { border-color: #3FA514; }
span { border-color: rgb(63,165,20); }
td.TdClassName
{
border-color: #3FA514;
}
.TagClassName
{
border-color: #3FA514;
}
</style>