Shades of Kelly Green #3FC814
Tints of Kelly Green #3FC814
RGB
CMYK
RGB Variations
Color information
#3FC814 (or 0x3FC814) is known color: Kelly Green. HEX triplet: 3F, C8 and 14. RGB value is (63,200,20). Sum of RGB (Red+Green+Blue) = 63+200+20=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 200 (78.52% from 255 or 70.67% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 200 - color contains mainly: green. Hex color #3FC814 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3FC814 is #C037EB. Grayscale: #8B8B8B. Windows color (decimal): -12597228 or 1361983. OLE color: 1361983.
HSL color Cylindrical-coordinate representation of color #3FC814: hue angle of 105.67º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3FC814 is Cyan = 0.68, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 63 | 200 | 20 | - |
| CMYK | 0.68 | 0 | 0.9 | 0.22 |
| HSL | 105.67º | 0.82% | 0.43% | - |
| HSV(B) | 105.67º | 0.9% | 0.78% | - |
| XYZ | 22.83 | 42.42 | 7.65 | - |
| YUV | 138.52 | 61.11 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 200 | 20 | 0.68 | 0 | 0.9 | 0.22 | 105.67 | 0.82 | 0.43 |
| Hex | 3F | C8 | 14 | 44 | 0 | 5A | 16 | 6A | 52 | 2B |
| Octal | 77 | 310 | 24 | 104 | 0 | 132 | 26 | 152 | 122 | 53 |
| Binary | 111111 | 11001000 | 10100 | 1000100 | 0 | 1011010 | 10110 | 1101010 | 1010010 | 101011 |
Color Harmonies of #3FC814
Complementary color
Monochromatic Colors of #3FC814
Black with #3FC814
Text Example
Text Example
White with #3FC814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC814; }
p { color: rgb(63,200,20); }
H1.HeaderClassName
{
color: #3FC814;
}
.AnyTagClassName
{
color: #3FC814;
}
</style>
background-color css
<style>
a { background-color: #3FC814; }
a { background-color: rgb(63,200,20); }
div.DivClassName
{
background-color: #3FC814;
}
.BgClassName
{
background-color: #3FC814;
}
</style>
border-color css
<style>
span { border-color: #3FC814; }
span { border-color: rgb(63,200,20); }
td.TdClassName
{
border-color: #3FC814;
}
.TagClassName
{
border-color: #3FC814;
}
</style>