Shades of Kelly Green #3FD716
Tints of Kelly Green #3FD716
RGB
CMYK
RGB Variations
Color information
#3FD716 (or 0x3FD716) is known color: Kelly Green. HEX triplet: 3F, D7 and 16. RGB value is (63,215,22). Sum of RGB (Red+Green+Blue) = 63+215+22=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 215 (84.38% from 255 or 71.67% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 215 - color contains mainly: green. Hex color #3FD716 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FD716 is #C028E9. Grayscale: #949494. Windows color (decimal): -12593386 or 1496895. OLE color: 1496895.
HSL color Cylindrical-coordinate representation of color #3FD716: hue angle of 107.25º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3FD716 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 215 | 22 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.16 |
| HSL | 107.25º | 0.81% | 0.46% | - |
| HSV(B) | 107.25º | 0.9% | 0.84% | - |
| XYZ | 26.5 | 49.72 | 8.96 | - |
| YUV | 147.55 | 57.14 | 67.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 215 | 22 | 0.71 | 0 | 0.90 | 0.16 | 107.25 | 0.81 | 0.46 |
| Hex | 3F | D7 | 16 | 47 | 0 | 5A | 10 | 6B | 51 | 2E |
| Octal | 77 | 327 | 26 | 107 | 0 | 132 | 20 | 153 | 121 | 56 |
| Binary | 111111 | 11010111 | 10110 | 1000111 | 0 | 1011010 | 10000 | 1101011 | 1010001 | 101110 |
Color Harmonies of #3FD716
Complementary color
Monochromatic Colors of #3FD716
Black with #3FD716
Text Example
Text Example
White with #3FD716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD716; }
p { color: rgb(63,215,22); }
H1.HeaderClassName
{
color: #3FD716;
}
.AnyTagClassName
{
color: #3FD716;
}
</style>
background-color css
<style>
a { background-color: #3FD716; }
a { background-color: rgb(63,215,22); }
div.DivClassName
{
background-color: #3FD716;
}
.BgClassName
{
background-color: #3FD716;
}
</style>
border-color css
<style>
span { border-color: #3FD716; }
span { border-color: rgb(63,215,22); }
td.TdClassName
{
border-color: #3FD716;
}
.TagClassName
{
border-color: #3FD716;
}
</style>