Shades of Kelly Green #3FA408
Tints of Kelly Green #3FA408
RGB
CMYK
RGB Variations
Color information
#3FA408 (or 0x3FA408) is known color: Kelly Green. HEX triplet: 3F, A4 and 08. RGB value is (63,164,8). Sum of RGB (Red+Green+Blue) = 63+164+8=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 164 (64.45% from 255 or 69.79% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 164 - color contains mainly: green. Hex color #3FA408 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA408 is #C05BF7. Grayscale: #747474. Windows color (decimal): -12606456 or 566335. OLE color: 566335.
HSL color Cylindrical-coordinate representation of color #3FA408: hue angle of 98.85º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3FA408 is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 164 | 8 | - |
| CMYK | 0.62 | 0 | 0.95 | 0.36 |
| HSL | 98.85º | 0.91% | 0.34% | - |
| HSV(B) | 98.85º | 0.95% | 0.64% | - |
| XYZ | 15.37 | 27.63 | 4.75 | - |
| YUV | 116.02 | 67.04 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 164 | 8 | 0.62 | 0 | 0.95 | 0.36 | 98.85 | 0.91 | 0.34 |
| Hex | 3F | A4 | 8 | 3E | 0 | 5F | 24 | 63 | 5B | 22 |
| Octal | 77 | 244 | 10 | 76 | 0 | 137 | 44 | 143 | 133 | 42 |
| Binary | 111111 | 10100100 | 1000 | 111110 | 0 | 1011111 | 100100 | 1100011 | 1011011 | 100010 |
Color Harmonies of #3FA408
Complementary color
Monochromatic Colors of #3FA408
Black with #3FA408
Text Example
Text Example
White with #3FA408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA408; }
p { color: rgb(63,164,8); }
H1.HeaderClassName
{
color: #3FA408;
}
.AnyTagClassName
{
color: #3FA408;
}
</style>
background-color css
<style>
a { background-color: #3FA408; }
a { background-color: rgb(63,164,8); }
div.DivClassName
{
background-color: #3FA408;
}
.BgClassName
{
background-color: #3FA408;
}
</style>
border-color css
<style>
span { border-color: #3FA408; }
span { border-color: rgb(63,164,8); }
td.TdClassName
{
border-color: #3FA408;
}
.TagClassName
{
border-color: #3FA408;
}
</style>