Shades of Kelly Green #3FDB16
Tints of Kelly Green #3FDB16
RGB
CMYK
RGB Variations
Color information
#3FDB16 (or 0x3FDB16) is known color: Kelly Green. HEX triplet: 3F, DB and 16. RGB value is (63,219,22). Sum of RGB (Red+Green+Blue) = 63+219+22=304 (40% of max value = 765). Red value is 63 (25% from 255 or 20.72% from 304); Green value is 219 (85.94% from 255 or 72.04% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 219 - color contains mainly: green. Hex color #3FDB16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FDB16 is #C024E9. Grayscale: #969696. Windows color (decimal): -12592362 or 1497919. OLE color: 1497919.
HSL color Cylindrical-coordinate representation of color #3FDB16: hue angle of 107.51º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3FDB16 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 219 | 22 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.14 |
| HSL | 107.51º | 0.82% | 0.47% | - |
| HSV(B) | 107.51º | 0.9% | 0.86% | - |
| XYZ | 27.53 | 51.78 | 9.3 | - |
| YUV | 149.9 | 55.82 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 219 | 22 | 0.71 | 0 | 0.90 | 0.14 | 107.51 | 0.82 | 0.47 |
| Hex | 3F | DB | 16 | 47 | 0 | 5A | E | 6C | 52 | 2F |
| Octal | 77 | 333 | 26 | 107 | 0 | 132 | 16 | 154 | 122 | 57 |
| Binary | 111111 | 11011011 | 10110 | 1000111 | 0 | 1011010 | 1110 | 1101100 | 1010010 | 101111 |
Color Harmonies of #3FDB16
Complementary color
Monochromatic Colors of #3FDB16
Black with #3FDB16
Text Example
Text Example
White with #3FDB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDB16; }
p { color: rgb(63,219,22); }
H1.HeaderClassName
{
color: #3FDB16;
}
.AnyTagClassName
{
color: #3FDB16;
}
</style>
background-color css
<style>
a { background-color: #3FDB16; }
a { background-color: rgb(63,219,22); }
div.DivClassName
{
background-color: #3FDB16;
}
.BgClassName
{
background-color: #3FDB16;
}
</style>
border-color css
<style>
span { border-color: #3FDB16; }
span { border-color: rgb(63,219,22); }
td.TdClassName
{
border-color: #3FDB16;
}
.TagClassName
{
border-color: #3FDB16;
}
</style>