Shades of Kelly Green #3FAD04
Tints of Kelly Green #3FAD04
RGB
CMYK
RGB Variations
Color information
#3FAD04 (or 0x3FAD04) is known color: Kelly Green. HEX triplet: 3F, AD and 04. RGB value is (63,173,4). Sum of RGB (Red+Green+Blue) = 63+173+4=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 173 (67.97% from 255 or 72.08% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 173 - color contains mainly: green. Hex color #3FAD04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FAD04 is #C052FB. Grayscale: #797979. Windows color (decimal): -12604156 or 306495. OLE color: 306495.
HSL color Cylindrical-coordinate representation of color #3FAD04: hue angle of 99.05º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3FAD04 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 173 | 4 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.32 |
| HSL | 99.05º | 0.95% | 0.35% | - |
| HSV(B) | 99.05º | 0.98% | 0.68% | - |
| XYZ | 17.02 | 30.95 | 5.19 | - |
| YUV | 120.84 | 62.06 | 86.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 173 | 4 | 0.64 | 0 | 0.98 | 0.32 | 99.05 | 0.95 | 0.35 |
| Hex | 3F | AD | 4 | 40 | 0 | 62 | 20 | 63 | 5F | 23 |
| Octal | 77 | 255 | 4 | 100 | 0 | 142 | 40 | 143 | 137 | 43 |
| Binary | 111111 | 10101101 | 100 | 1000000 | 0 | 1100010 | 100000 | 1100011 | 1011111 | 100011 |
Color Harmonies of #3FAD04
Complementary color
Monochromatic Colors of #3FAD04
Black with #3FAD04
Text Example
Text Example
White with #3FAD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAD04; }
p { color: rgb(63,173,4); }
H1.HeaderClassName
{
color: #3FAD04;
}
.AnyTagClassName
{
color: #3FAD04;
}
</style>
background-color css
<style>
a { background-color: #3FAD04; }
a { background-color: rgb(63,173,4); }
div.DivClassName
{
background-color: #3FAD04;
}
.BgClassName
{
background-color: #3FAD04;
}
</style>
border-color css
<style>
span { border-color: #3FAD04; }
span { border-color: rgb(63,173,4); }
td.TdClassName
{
border-color: #3FAD04;
}
.TagClassName
{
border-color: #3FAD04;
}
</style>