Shades of Kelly Green #3FA40F
Tints of Kelly Green #3FA40F
RGB
CMYK
RGB Variations
Color information
#3FA40F (or 0x3FA40F) is known color: Kelly Green. HEX triplet: 3F, A4 and 0F. RGB value is (63,164,15). Sum of RGB (Red+Green+Blue) = 63+164+15=242 (32% of max value = 765). Red value is 63 (25% from 255 or 26.03% from 242); Green value is 164 (64.45% from 255 or 67.77% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 164 - color contains mainly: green. Hex color #3FA40F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA40F is #C05BF0. Grayscale: #757575. Windows color (decimal): -12606449 or 1025087. OLE color: 1025087.
HSL color Cylindrical-coordinate representation of color #3FA40F: hue angle of 100.67º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3FA40F is Cyan = 0.62, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 164 | 15 | - |
| CMYK | 0.62 | 0 | 0.91 | 0.36 |
| HSL | 100.67º | 0.83% | 0.35% | - |
| HSV(B) | 100.67º | 0.91% | 0.64% | - |
| XYZ | 15.41 | 27.64 | 4.98 | - |
| YUV | 116.82 | 70.54 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 164 | 15 | 0.62 | 0 | 0.91 | 0.36 | 100.67 | 0.83 | 0.35 |
| Hex | 3F | A4 | F | 3E | 0 | 5B | 24 | 65 | 53 | 23 |
| Octal | 77 | 244 | 17 | 76 | 0 | 133 | 44 | 145 | 123 | 43 |
| Binary | 111111 | 10100100 | 1111 | 111110 | 0 | 1011011 | 100100 | 1100101 | 1010011 | 100011 |
Color Harmonies of #3FA40F
Complementary color
Monochromatic Colors of #3FA40F
Black with #3FA40F
Text Example
Text Example
White with #3FA40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA40F; }
p { color: rgb(63,164,15); }
H1.HeaderClassName
{
color: #3FA40F;
}
.AnyTagClassName
{
color: #3FA40F;
}
</style>
background-color css
<style>
a { background-color: #3FA40F; }
a { background-color: rgb(63,164,15); }
div.DivClassName
{
background-color: #3FA40F;
}
.BgClassName
{
background-color: #3FA40F;
}
</style>
border-color css
<style>
span { border-color: #3FA40F; }
span { border-color: rgb(63,164,15); }
td.TdClassName
{
border-color: #3FA40F;
}
.TagClassName
{
border-color: #3FA40F;
}
</style>