Shades of Kelly Green #3FA310
Tints of Kelly Green #3FA310
RGB
CMYK
RGB Variations
Color information
#3FA310 (or 0x3FA310) is known color: Kelly Green. HEX triplet: 3F, A3 and 10. RGB value is (63,163,16). Sum of RGB (Red+Green+Blue) = 63+163+16=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 163 (64.06% from 255 or 67.36% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 163 - color contains mainly: green. Hex color #3FA310 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA310 is #C05CEF. Grayscale: #747474. Windows color (decimal): -12606704 or 1090367. OLE color: 1090367.
HSL color Cylindrical-coordinate representation of color #3FA310: hue angle of 100.82º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3FA310 is Cyan = 0.61, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 163 | 16 | - |
| CMYK | 0.61 | 0 | 0.90 | 0.36 |
| HSL | 100.82º | 0.82% | 0.35% | - |
| HSV(B) | 100.82º | 0.9% | 0.64% | - |
| XYZ | 15.24 | 27.29 | 4.95 | - |
| YUV | 116.34 | 71.37 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 163 | 16 | 0.61 | 0 | 0.90 | 0.36 | 100.82 | 0.82 | 0.35 |
| Hex | 3F | A3 | 10 | 3D | 0 | 5A | 24 | 65 | 52 | 23 |
| Octal | 77 | 243 | 20 | 75 | 0 | 132 | 44 | 145 | 122 | 43 |
| Binary | 111111 | 10100011 | 10000 | 111101 | 0 | 1011010 | 100100 | 1100101 | 1010010 | 100011 |
Color Harmonies of #3FA310
Complementary color
Monochromatic Colors of #3FA310
Black with #3FA310
Text Example
Text Example
White with #3FA310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA310; }
p { color: rgb(63,163,16); }
H1.HeaderClassName
{
color: #3FA310;
}
.AnyTagClassName
{
color: #3FA310;
}
</style>
background-color css
<style>
a { background-color: #3FA310; }
a { background-color: rgb(63,163,16); }
div.DivClassName
{
background-color: #3FA310;
}
.BgClassName
{
background-color: #3FA310;
}
</style>
border-color css
<style>
span { border-color: #3FA310; }
span { border-color: rgb(63,163,16); }
td.TdClassName
{
border-color: #3FA310;
}
.TagClassName
{
border-color: #3FA310;
}
</style>