Shades of Fruit Salad #3FAC3B
Tints of Fruit Salad #3FAC3B
RGB
CMYK
RGB Variations
Color information
#3FAC3B (or 0x3FAC3B) is known color: Fruit Salad. HEX triplet: 3F, AC and 3B. RGB value is (63,172,59). Sum of RGB (Red+Green+Blue) = 63+172+59=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 172 (67.58% from 255 or 58.50% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAC3B is #C053C4. Grayscale: #7E7E7E. Windows color (decimal): -12604357 or 3910719. OLE color: 3910719.
HSL color Cylindrical-coordinate representation of color #3FAC3B: hue angle of 117.88º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FAC3B is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 59 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.33 |
| HSL | 117.88º | 0.49% | 0.45% | - |
| HSV(B) | 117.88º | 0.66% | 0.67% | - |
| XYZ | 17.59 | 30.88 | 9.17 | - |
| YUV | 126.53 | 89.89 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 59 | 0.63 | 0 | 0.66 | 0.33 | 117.88 | 0.49 | 0.45 |
| Hex | 3F | AC | 3B | 3F | 0 | 42 | 21 | 76 | 31 | 2D |
| Octal | 77 | 254 | 73 | 77 | 0 | 102 | 41 | 166 | 61 | 55 |
| Binary | 111111 | 10101100 | 111011 | 111111 | 0 | 1000010 | 100001 | 1110110 | 110001 | 101101 |
Color Harmonies of #3FAC3B
Complementary color
Monochromatic Colors of #3FAC3B
Black with #3FAC3B
Text Example
Text Example
White with #3FAC3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAC3B; }
p { color: rgb(63,172,59); }
H1.HeaderClassName
{
color: #3FAC3B;
}
.AnyTagClassName
{
color: #3FAC3B;
}
</style>
background-color css
<style>
a { background-color: #3FAC3B; }
a { background-color: rgb(63,172,59); }
div.DivClassName
{
background-color: #3FAC3B;
}
.BgClassName
{
background-color: #3FAC3B;
}
</style>
border-color css
<style>
span { border-color: #3FAC3B; }
span { border-color: rgb(63,172,59); }
td.TdClassName
{
border-color: #3FAC3B;
}
.TagClassName
{
border-color: #3FAC3B;
}
</style>