Shades of Kelly Green #3FCA16
Tints of Kelly Green #3FCA16
RGB
CMYK
RGB Variations
Color information
#3FCA16 (or 0x3FCA16) is known color: Kelly Green. HEX triplet: 3F, CA and 16. RGB value is (63,202,22). Sum of RGB (Red+Green+Blue) = 63+202+22=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 202 (79.30% from 255 or 70.38% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCA16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FCA16 is #C035E9. Grayscale: #8C8C8C. Windows color (decimal): -12596714 or 1493567. OLE color: 1493567.
HSL color Cylindrical-coordinate representation of color #3FCA16: hue angle of 106.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3FCA16 is Cyan = 0.69, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 202 | 22 | - |
| CMYK | 0.69 | 0 | 0.89 | 0.21 |
| HSL | 106.33º | 0.8% | 0.44% | - |
| HSV(B) | 106.33º | 0.89% | 0.79% | - |
| XYZ | 23.32 | 43.36 | 7.9 | - |
| YUV | 139.92 | 61.45 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 202 | 22 | 0.69 | 0 | 0.89 | 0.21 | 106.33 | 0.8 | 0.44 |
| Hex | 3F | CA | 16 | 45 | 0 | 59 | 15 | 6A | 50 | 2C |
| Octal | 77 | 312 | 26 | 105 | 0 | 131 | 25 | 152 | 120 | 54 |
| Binary | 111111 | 11001010 | 10110 | 1000101 | 0 | 1011001 | 10101 | 1101010 | 1010000 | 101100 |
Color Harmonies of #3FCA16
Complementary color
Monochromatic Colors of #3FCA16
Black with #3FCA16
Text Example
Text Example
White with #3FCA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCA16; }
p { color: rgb(63,202,22); }
H1.HeaderClassName
{
color: #3FCA16;
}
.AnyTagClassName
{
color: #3FCA16;
}
</style>
background-color css
<style>
a { background-color: #3FCA16; }
a { background-color: rgb(63,202,22); }
div.DivClassName
{
background-color: #3FCA16;
}
.BgClassName
{
background-color: #3FCA16;
}
</style>
border-color css
<style>
span { border-color: #3FCA16; }
span { border-color: rgb(63,202,22); }
td.TdClassName
{
border-color: #3FCA16;
}
.TagClassName
{
border-color: #3FCA16;
}
</style>