Shades of Fruit Salad #3FA03B
Tints of Fruit Salad #3FA03B
RGB
CMYK
RGB Variations
Color information
#3FA03B (or 0x3FA03B) is known color: Fruit Salad. HEX triplet: 3F, A0 and 3B. RGB value is (63,160,59). Sum of RGB (Red+Green+Blue) = 63+160+59=282 (37% of max value = 765). Red value is 63 (25% from 255 or 22.34% from 282); Green value is 160 (62.89% from 255 or 56.74% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA03B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FA03B is #C05FC4. Grayscale: #777777. Windows color (decimal): -12607429 or 3907647. OLE color: 3907647.
HSL color Cylindrical-coordinate representation of color #3FA03B: hue angle of 117.62º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FA03B is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 63 | 160 | 59 | - |
| CMYK | 0.61 | 0 | 0.63 | 0.37 |
| HSL | 117.62º | 0.46% | 0.43% | - |
| HSV(B) | 117.62º | 0.63% | 0.63% | - |
| XYZ | 15.41 | 26.51 | 8.44 | - |
| YUV | 119.48 | 93.86 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 160 | 59 | 0.61 | 0 | 0.63 | 0.37 | 117.62 | 0.46 | 0.43 |
| Hex | 3F | A0 | 3B | 3D | 0 | 3F | 25 | 76 | 2E | 2B |
| Octal | 77 | 240 | 73 | 75 | 0 | 77 | 45 | 166 | 56 | 53 |
| Binary | 111111 | 10100000 | 111011 | 111101 | 0 | 111111 | 100101 | 1110110 | 101110 | 101011 |
Color Harmonies of #3FA03B
Complementary color
Monochromatic Colors of #3FA03B
Black with #3FA03B
Text Example
Text Example
White with #3FA03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA03B; }
p { color: rgb(63,160,59); }
H1.HeaderClassName
{
color: #3FA03B;
}
.AnyTagClassName
{
color: #3FA03B;
}
</style>
background-color css
<style>
a { background-color: #3FA03B; }
a { background-color: rgb(63,160,59); }
div.DivClassName
{
background-color: #3FA03B;
}
.BgClassName
{
background-color: #3FA03B;
}
</style>
border-color css
<style>
span { border-color: #3FA03B; }
span { border-color: rgb(63,160,59); }
td.TdClassName
{
border-color: #3FA03B;
}
.TagClassName
{
border-color: #3FA03B;
}
</style>