Shades of Kelly Green #3FA116
Tints of Kelly Green #3FA116
RGB
CMYK
RGB Variations
Color information
#3FA116 (or 0x3FA116) is known color: Kelly Green. HEX triplet: 3F, A1 and 16. RGB value is (63,161,22). Sum of RGB (Red+Green+Blue) = 63+161+22=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 161 (63.28% from 255 or 65.45% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 161 - color contains mainly: green. Hex color #3FA116 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA116 is #C05EE9. Grayscale: #747474. Windows color (decimal): -12607210 or 1483071. OLE color: 1483071.
HSL color Cylindrical-coordinate representation of color #3FA116: hue angle of 102.3º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3FA116 is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 161 | 22 | - |
| CMYK | 0.61 | 0 | 0.86 | 0.37 |
| HSL | 102.3º | 0.76% | 0.36% | - |
| HSV(B) | 102.3º | 0.86% | 0.63% | - |
| XYZ | 14.94 | 26.6 | 5.11 | - |
| YUV | 115.85 | 75.03 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 161 | 22 | 0.61 | 0 | 0.86 | 0.37 | 102.3 | 0.76 | 0.36 |
| Hex | 3F | A1 | 16 | 3D | 0 | 56 | 25 | 66 | 4C | 24 |
| Octal | 77 | 241 | 26 | 75 | 0 | 126 | 45 | 146 | 114 | 44 |
| Binary | 111111 | 10100001 | 10110 | 111101 | 0 | 1010110 | 100101 | 1100110 | 1001100 | 100100 |
Color Harmonies of #3FA116
Complementary color
Monochromatic Colors of #3FA116
Black with #3FA116
Text Example
Text Example
White with #3FA116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA116; }
p { color: rgb(63,161,22); }
H1.HeaderClassName
{
color: #3FA116;
}
.AnyTagClassName
{
color: #3FA116;
}
</style>
background-color css
<style>
a { background-color: #3FA116; }
a { background-color: rgb(63,161,22); }
div.DivClassName
{
background-color: #3FA116;
}
.BgClassName
{
background-color: #3FA116;
}
</style>
border-color css
<style>
span { border-color: #3FA116; }
span { border-color: rgb(63,161,22); }
td.TdClassName
{
border-color: #3FA116;
}
.TagClassName
{
border-color: #3FA116;
}
</style>