Shades of Kelly Green #3FA80E
Tints of Kelly Green #3FA80E
RGB
CMYK
RGB Variations
Color information
#3FA80E (or 0x3FA80E) is known color: Kelly Green. HEX triplet: 3F, A8 and 0E. RGB value is (63,168,14). Sum of RGB (Red+Green+Blue) = 63+168+14=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 168 (66.02% from 255 or 68.57% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 168 - color contains mainly: green. Hex color #3FA80E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA80E is #C057F1. Grayscale: #777777. Windows color (decimal): -12605426 or 960575. OLE color: 960575.
HSL color Cylindrical-coordinate representation of color #3FA80E: hue angle of 100.91º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3FA80E is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 63 | 168 | 14 | - |
| CMYK | 0.63 | 0 | 0.92 | 0.34 |
| HSL | 100.91º | 0.85% | 0.36% | - |
| HSV(B) | 100.91º | 0.92% | 0.66% | - |
| XYZ | 16.13 | 29.09 | 5.18 | - |
| YUV | 119.05 | 68.71 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 168 | 14 | 0.63 | 0 | 0.92 | 0.34 | 100.91 | 0.85 | 0.36 |
| Hex | 3F | A8 | E | 3F | 0 | 5C | 22 | 65 | 55 | 24 |
| Octal | 77 | 250 | 16 | 77 | 0 | 134 | 42 | 145 | 125 | 44 |
| Binary | 111111 | 10101000 | 1110 | 111111 | 0 | 1011100 | 100010 | 1100101 | 1010101 | 100100 |
Color Harmonies of #3FA80E
Complementary color
Monochromatic Colors of #3FA80E
Black with #3FA80E
Text Example
Text Example
White with #3FA80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA80E; }
p { color: rgb(63,168,14); }
H1.HeaderClassName
{
color: #3FA80E;
}
.AnyTagClassName
{
color: #3FA80E;
}
</style>
background-color css
<style>
a { background-color: #3FA80E; }
a { background-color: rgb(63,168,14); }
div.DivClassName
{
background-color: #3FA80E;
}
.BgClassName
{
background-color: #3FA80E;
}
</style>
border-color css
<style>
span { border-color: #3FA80E; }
span { border-color: rgb(63,168,14); }
td.TdClassName
{
border-color: #3FA80E;
}
.TagClassName
{
border-color: #3FA80E;
}
</style>