Shades of Fruit Salad #3FAC3F
Tints of Fruit Salad #3FAC3F
RGB
CMYK
RGB Variations
Color information
#3FAC3F (or 0x3FAC3F) is known color: Fruit Salad. HEX triplet: 3F, AC and 3F. RGB value is (63,172,63). Sum of RGB (Red+Green+Blue) = 63+172+63=298 (39% of max value = 765). Red value is 63 (25% from 255 or 21.14% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAC3F is #C053C0. Grayscale: #7F7F7F. Windows color (decimal): -12604353 or 4172863. OLE color: 4172863.
HSL color Cylindrical-coordinate representation of color #3FAC3F: hue angle of 120º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FAC3F is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 63 | - |
| CMYK | 0.63 | 0 | 0.63 | 0.33 |
| HSL | 120º | 0.46% | 0.46% | - |
| HSV(B) | 120º | 0.63% | 0.67% | - |
| XYZ | 17.7 | 30.92 | 9.74 | - |
| YUV | 126.98 | 91.89 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 63 | 0.63 | 0 | 0.63 | 0.33 | 120 | 0.46 | 0.46 |
| Hex | 3F | AC | 3F | 3F | 0 | 3F | 21 | 78 | 2E | 2E |
| Octal | 77 | 254 | 77 | 77 | 0 | 77 | 41 | 170 | 56 | 56 |
| Binary | 111111 | 10101100 | 111111 | 111111 | 0 | 111111 | 100001 | 1111000 | 101110 | 101110 |
Color Harmonies of #3FAC3F
Complementary color
Monochromatic Colors of #3FAC3F
Black with #3FAC3F
Text Example
Text Example
White with #3FAC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAC3F; }
p { color: rgb(63,172,63); }
H1.HeaderClassName
{
color: #3FAC3F;
}
.AnyTagClassName
{
color: #3FAC3F;
}
</style>
background-color css
<style>
a { background-color: #3FAC3F; }
a { background-color: rgb(63,172,63); }
div.DivClassName
{
background-color: #3FAC3F;
}
.BgClassName
{
background-color: #3FAC3F;
}
</style>
border-color css
<style>
span { border-color: #3FAC3F; }
span { border-color: rgb(63,172,63); }
td.TdClassName
{
border-color: #3FAC3F;
}
.TagClassName
{
border-color: #3FAC3F;
}
</style>