Shades of Kelly Green #3FA410
Tints of Kelly Green #3FA410
RGB
CMYK
RGB Variations
Color information
#3FA410 (or 0x3FA410) is known color: Kelly Green. HEX triplet: 3F, A4 and 10. RGB value is (63,164,16). Sum of RGB (Red+Green+Blue) = 63+164+16=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 164 (64.45% from 255 or 67.49% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 164 - color contains mainly: green. Hex color #3FA410 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA410 is #C05BEF. Grayscale: #757575. Windows color (decimal): -12606448 or 1090623. OLE color: 1090623.
HSL color Cylindrical-coordinate representation of color #3FA410: hue angle of 100.95º 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 #3FA410 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 164 | 16 | - |
| CMYK | 0.62 | 0 | 0.90 | 0.36 |
| HSL | 100.95º | 0.82% | 0.35% | - |
| HSV(B) | 100.95º | 0.9% | 0.64% | - |
| XYZ | 15.42 | 27.65 | 5.01 | - |
| YUV | 116.93 | 71.04 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 164 | 16 | 0.62 | 0 | 0.90 | 0.36 | 100.95 | 0.82 | 0.35 |
| Hex | 3F | A4 | 10 | 3E | 0 | 5A | 24 | 65 | 52 | 23 |
| Octal | 77 | 244 | 20 | 76 | 0 | 132 | 44 | 145 | 122 | 43 |
| Binary | 111111 | 10100100 | 10000 | 111110 | 0 | 1011010 | 100100 | 1100101 | 1010010 | 100011 |
Color Harmonies of #3FA410
Complementary color
Monochromatic Colors of #3FA410
Black with #3FA410
Text Example
Text Example
White with #3FA410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA410; }
p { color: rgb(63,164,16); }
H1.HeaderClassName
{
color: #3FA410;
}
.AnyTagClassName
{
color: #3FA410;
}
</style>
background-color css
<style>
a { background-color: #3FA410; }
a { background-color: rgb(63,164,16); }
div.DivClassName
{
background-color: #3FA410;
}
.BgClassName
{
background-color: #3FA410;
}
</style>
border-color css
<style>
span { border-color: #3FA410; }
span { border-color: rgb(63,164,16); }
td.TdClassName
{
border-color: #3FA410;
}
.TagClassName
{
border-color: #3FA410;
}
</style>