Shades of Kelly Green #3FA610
Tints of Kelly Green #3FA610
RGB
CMYK
RGB Variations
Color information
#3FA610 (or 0x3FA610) is known color: Kelly Green. HEX triplet: 3F, A6 and 10. RGB value is (63,166,16). Sum of RGB (Red+Green+Blue) = 63+166+16=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 166 (65.23% from 255 or 67.76% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 166 - color contains mainly: green. Hex color #3FA610 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA610 is #C059EF. Grayscale: #767676. Windows color (decimal): -12605936 or 1091135. OLE color: 1091135.
HSL color Cylindrical-coordinate representation of color #3FA610: hue angle of 101.2º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3FA610 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 63 | 166 | 16 | - |
| CMYK | 0.62 | 0 | 0.90 | 0.35 |
| HSL | 101.2º | 0.82% | 0.36% | - |
| HSV(B) | 101.2º | 0.9% | 0.65% | - |
| XYZ | 15.78 | 28.37 | 5.13 | - |
| YUV | 118.1 | 70.38 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 166 | 16 | 0.62 | 0 | 0.90 | 0.35 | 101.2 | 0.82 | 0.36 |
| Hex | 3F | A6 | 10 | 3E | 0 | 5A | 23 | 65 | 52 | 24 |
| Octal | 77 | 246 | 20 | 76 | 0 | 132 | 43 | 145 | 122 | 44 |
| Binary | 111111 | 10100110 | 10000 | 111110 | 0 | 1011010 | 100011 | 1100101 | 1010010 | 100100 |
Color Harmonies of #3FA610
Complementary color
Monochromatic Colors of #3FA610
Black with #3FA610
Text Example
Text Example
White with #3FA610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA610; }
p { color: rgb(63,166,16); }
H1.HeaderClassName
{
color: #3FA610;
}
.AnyTagClassName
{
color: #3FA610;
}
</style>
background-color css
<style>
a { background-color: #3FA610; }
a { background-color: rgb(63,166,16); }
div.DivClassName
{
background-color: #3FA610;
}
.BgClassName
{
background-color: #3FA610;
}
</style>
border-color css
<style>
span { border-color: #3FA610; }
span { border-color: rgb(63,166,16); }
td.TdClassName
{
border-color: #3FA610;
}
.TagClassName
{
border-color: #3FA610;
}
</style>