Shades of Kelly Green #3FAC06
Tints of Kelly Green #3FAC06
RGB
CMYK
RGB Variations
Color information
#3FAC06 (or 0x3FAC06) is known color: Kelly Green. HEX triplet: 3F, AC and 06. RGB value is (63,172,6). Sum of RGB (Red+Green+Blue) = 63+172+6=241 (31% of max value = 765). Red value is 63 (25% from 255 or 26.14% from 241); Green value is 172 (67.58% from 255 or 71.37% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FAC06 is #C053F9. Grayscale: #797979. Windows color (decimal): -12604410 or 437311. OLE color: 437311.
HSL color Cylindrical-coordinate representation of color #3FAC06: hue angle of 99.4º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3FAC06 is Cyan = 0.63, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 6 | - |
| CMYK | 0.63 | 0 | 0.97 | 0.33 |
| HSL | 99.4º | 0.93% | 0.35% | - |
| HSV(B) | 99.4º | 0.97% | 0.67% | - |
| XYZ | 16.84 | 30.57 | 5.19 | - |
| YUV | 120.49 | 63.39 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 6 | 0.63 | 0 | 0.97 | 0.33 | 99.4 | 0.93 | 0.35 |
| Hex | 3F | AC | 6 | 3F | 0 | 61 | 21 | 63 | 5D | 23 |
| Octal | 77 | 254 | 6 | 77 | 0 | 141 | 41 | 143 | 135 | 43 |
| Binary | 111111 | 10101100 | 110 | 111111 | 0 | 1100001 | 100001 | 1100011 | 1011101 | 100011 |
Color Harmonies of #3FAC06
Complementary color
Monochromatic Colors of #3FAC06
Black with #3FAC06
Text Example
Text Example
White with #3FAC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAC06; }
p { color: rgb(63,172,6); }
H1.HeaderClassName
{
color: #3FAC06;
}
.AnyTagClassName
{
color: #3FAC06;
}
</style>
background-color css
<style>
a { background-color: #3FAC06; }
a { background-color: rgb(63,172,6); }
div.DivClassName
{
background-color: #3FAC06;
}
.BgClassName
{
background-color: #3FAC06;
}
</style>
border-color css
<style>
span { border-color: #3FAC06; }
span { border-color: rgb(63,172,6); }
td.TdClassName
{
border-color: #3FAC06;
}
.TagClassName
{
border-color: #3FAC06;
}
</style>