Shades of Fruit Salad #3FB94D
Tints of Fruit Salad #3FB94D
RGB
CMYK
RGB Variations
Color information
#3FB94D (or 0x3FB94D) is known color: Fruit Salad. HEX triplet: 3F, B9 and 4D. RGB value is (63,185,77). Sum of RGB (Red+Green+Blue) = 63+185+77=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 185 (72.66% from 255 or 56.92% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 185 - color contains mainly: green. Hex color #3FB94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FB94D is #C046B2. Grayscale: #888888. Windows color (decimal): -12601011 or 5093695. OLE color: 5093695.
HSL color Cylindrical-coordinate representation of color #3FB94D: hue angle of 126.89º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB94D is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 185 | 77 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.27 |
| HSL | 126.89º | 0.49% | 0.49% | - |
| HSV(B) | 126.89º | 0.66% | 0.73% | - |
| XYZ | 20.74 | 36.29 | 12.93 | - |
| YUV | 136.21 | 94.58 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 185 | 77 | 0.66 | 0 | 0.58 | 0.27 | 126.89 | 0.49 | 0.49 |
| Hex | 3F | B9 | 4D | 42 | 0 | 3A | 1B | 7F | 31 | 31 |
| Octal | 77 | 271 | 115 | 102 | 0 | 72 | 33 | 177 | 61 | 61 |
| Binary | 111111 | 10111001 | 1001101 | 1000010 | 0 | 111010 | 11011 | 1111111 | 110001 | 110001 |
Color Harmonies of #3FB94D
Complementary color
Monochromatic Colors of #3FB94D
Black with #3FB94D
Text Example
Text Example
White with #3FB94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB94D; }
p { color: rgb(63,185,77); }
H1.HeaderClassName
{
color: #3FB94D;
}
.AnyTagClassName
{
color: #3FB94D;
}
</style>
background-color css
<style>
a { background-color: #3FB94D; }
a { background-color: rgb(63,185,77); }
div.DivClassName
{
background-color: #3FB94D;
}
.BgClassName
{
background-color: #3FB94D;
}
</style>
border-color css
<style>
span { border-color: #3FB94D; }
span { border-color: rgb(63,185,77); }
td.TdClassName
{
border-color: #3FB94D;
}
.TagClassName
{
border-color: #3FB94D;
}
</style>