Shades of Kelly Green #3FBF14
Tints of Kelly Green #3FBF14
RGB
CMYK
RGB Variations
Color information
#3FBF14 (or 0x3FBF14) is known color: Kelly Green. HEX triplet: 3F, BF and 14. RGB value is (63,191,20). Sum of RGB (Red+Green+Blue) = 63+191+20=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 191 (75% from 255 or 69.71% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 191 - color contains mainly: green. Hex color #3FBF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FBF14 is #C040EB. Grayscale: #858585. Windows color (decimal): -12599532 or 1359679. OLE color: 1359679.
HSL color Cylindrical-coordinate representation of color #3FBF14: hue angle of 104.91º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3FBF14 is Cyan = 0.67, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 191 | 20 | - |
| CMYK | 0.67 | 0 | 0.90 | 0.25 |
| HSL | 104.91º | 0.81% | 0.41% | - |
| HSV(B) | 104.91º | 0.9% | 0.75% | - |
| XYZ | 20.81 | 38.37 | 6.97 | - |
| YUV | 133.23 | 64.09 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 191 | 20 | 0.67 | 0 | 0.90 | 0.25 | 104.91 | 0.81 | 0.41 |
| Hex | 3F | BF | 14 | 43 | 0 | 5A | 19 | 69 | 51 | 29 |
| Octal | 77 | 277 | 24 | 103 | 0 | 132 | 31 | 151 | 121 | 51 |
| Binary | 111111 | 10111111 | 10100 | 1000011 | 0 | 1011010 | 11001 | 1101001 | 1010001 | 101001 |
Color Harmonies of #3FBF14
Complementary color
Monochromatic Colors of #3FBF14
Black with #3FBF14
Text Example
Text Example
White with #3FBF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBF14; }
p { color: rgb(63,191,20); }
H1.HeaderClassName
{
color: #3FBF14;
}
.AnyTagClassName
{
color: #3FBF14;
}
</style>
background-color css
<style>
a { background-color: #3FBF14; }
a { background-color: rgb(63,191,20); }
div.DivClassName
{
background-color: #3FBF14;
}
.BgClassName
{
background-color: #3FBF14;
}
</style>
border-color css
<style>
span { border-color: #3FBF14; }
span { border-color: rgb(63,191,20); }
td.TdClassName
{
border-color: #3FBF14;
}
.TagClassName
{
border-color: #3FBF14;
}
</style>