Shades of Kelly Green #3FBC16
Tints of Kelly Green #3FBC16
RGB
CMYK
RGB Variations
Color information
#3FBC16 (or 0x3FBC16) is known color: Kelly Green. HEX triplet: 3F, BC and 16. RGB value is (63,188,22). Sum of RGB (Red+Green+Blue) = 63+188+22=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 188 (73.83% from 255 or 68.86% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FBC16 is #C043E9. Grayscale: #848484. Windows color (decimal): -12600298 or 1489983. OLE color: 1489983.
HSL color Cylindrical-coordinate representation of color #3FBC16: hue angle of 105.18º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3FBC16 is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 22 | - |
| CMYK | 0.66 | 0 | 0.88 | 0.26 |
| HSL | 105.18º | 0.79% | 0.41% | - |
| HSV(B) | 105.18º | 0.88% | 0.74% | - |
| XYZ | 20.18 | 37.08 | 6.85 | - |
| YUV | 131.7 | 66.09 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 22 | 0.66 | 0 | 0.88 | 0.26 | 105.18 | 0.79 | 0.41 |
| Hex | 3F | BC | 16 | 42 | 0 | 58 | 1A | 69 | 4F | 29 |
| Octal | 77 | 274 | 26 | 102 | 0 | 130 | 32 | 151 | 117 | 51 |
| Binary | 111111 | 10111100 | 10110 | 1000010 | 0 | 1011000 | 11010 | 1101001 | 1001111 | 101001 |
Color Harmonies of #3FBC16
Complementary color
Monochromatic Colors of #3FBC16
Black with #3FBC16
Text Example
Text Example
White with #3FBC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBC16; }
p { color: rgb(63,188,22); }
H1.HeaderClassName
{
color: #3FBC16;
}
.AnyTagClassName
{
color: #3FBC16;
}
</style>
background-color css
<style>
a { background-color: #3FBC16; }
a { background-color: rgb(63,188,22); }
div.DivClassName
{
background-color: #3FBC16;
}
.BgClassName
{
background-color: #3FBC16;
}
</style>
border-color css
<style>
span { border-color: #3FBC16; }
span { border-color: rgb(63,188,22); }
td.TdClassName
{
border-color: #3FBC16;
}
.TagClassName
{
border-color: #3FBC16;
}
</style>