Shades of Kelly Green #3F9802
Tints of Kelly Green #3F9802
RGB
CMYK
RGB Variations
Color information
#3F9802 (or 0x3F9802) is known color: Kelly Green. HEX triplet: 3F, 98 and 02. RGB value is (63,152,2). Sum of RGB (Red+Green+Blue) = 63+152+2=217 (28% of max value = 765). Red value is 63 (25% from 255 or 29.03% from 217); Green value is 152 (59.77% from 255 or 70.05% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 152 - color contains mainly: green. Hex color #3F9802 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3F9802 is #C067FD. Grayscale: #6C6C6C. Windows color (decimal): -12609534 or 170047. OLE color: 170047.
HSL color Cylindrical-coordinate representation of color #3F9802: hue angle of 95.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F9802 is Cyan = 0.59, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 152 | 2 | - |
| CMYK | 0.59 | 0 | 0.99 | 0.40 |
| HSL | 95.6º | 0.97% | 0.3% | - |
| HSV(B) | 95.6º | 0.99% | 0.6% | - |
| XYZ | 13.29 | 23.52 | 3.9 | - |
| YUV | 108.29 | 68.01 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 152 | 2 | 0.59 | 0 | 0.99 | 0.40 | 95.6 | 0.97 | 0.3 |
| Hex | 3F | 98 | 2 | 3B | 0 | 63 | 28 | 60 | 61 | 1E |
| Octal | 77 | 230 | 2 | 73 | 0 | 143 | 50 | 140 | 141 | 36 |
| Binary | 111111 | 10011000 | 10 | 111011 | 0 | 1100011 | 101000 | 1100000 | 1100001 | 11110 |
Color Harmonies of #3F9802
Complementary color
Monochromatic Colors of #3F9802
Black with #3F9802
Text Example
Text Example
White with #3F9802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9802; }
p { color: rgb(63,152,2); }
H1.HeaderClassName
{
color: #3F9802;
}
.AnyTagClassName
{
color: #3F9802;
}
</style>
background-color css
<style>
a { background-color: #3F9802; }
a { background-color: rgb(63,152,2); }
div.DivClassName
{
background-color: #3F9802;
}
.BgClassName
{
background-color: #3F9802;
}
</style>
border-color css
<style>
span { border-color: #3F9802; }
span { border-color: rgb(63,152,2); }
td.TdClassName
{
border-color: #3F9802;
}
.TagClassName
{
border-color: #3F9802;
}
</style>