Shades of Fruit Salad #3FBE4D
Tints of Fruit Salad #3FBE4D
RGB
CMYK
RGB Variations
Color information
#3FBE4D (or 0x3FBE4D) is known color: Fruit Salad. HEX triplet: 3F, BE and 4D. RGB value is (63,190,77). Sum of RGB (Red+Green+Blue) = 63+190+77=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 190 (74.61% from 255 or 57.58% from 330); Blue value is 77 (30.47% from 255 or 23.33% from 330); Max value from RGB is 190 - color contains mainly: green. Hex color #3FBE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBE4D is #C041B2. Grayscale: #8B8B8B. Windows color (decimal): -12599731 or 5094975. OLE color: 5094975.
HSL color Cylindrical-coordinate representation of color #3FBE4D: hue angle of 126.61º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBE4D is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 190 | 77 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.25 |
| HSL | 126.61º | 0.5% | 0.5% | - |
| HSV(B) | 126.61º | 0.67% | 0.75% | - |
| XYZ | 21.8 | 38.42 | 13.29 | - |
| YUV | 139.15 | 92.92 | 73.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 77 | 0.67 | 0 | 0.59 | 0.25 | 126.61 | 0.5 | 0.5 |
| Hex | 3F | BE | 4D | 43 | 0 | 3B | 19 | 7F | 32 | 32 |
| Octal | 77 | 276 | 115 | 103 | 0 | 73 | 31 | 177 | 62 | 62 |
| Binary | 111111 | 10111110 | 1001101 | 1000011 | 0 | 111011 | 11001 | 1111111 | 110010 | 110010 |
Color Harmonies of #3FBE4D
Complementary color
Monochromatic Colors of #3FBE4D
Black with #3FBE4D
Text Example
Text Example
White with #3FBE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBE4D; }
p { color: rgb(63,190,77); }
H1.HeaderClassName
{
color: #3FBE4D;
}
.AnyTagClassName
{
color: #3FBE4D;
}
</style>
background-color css
<style>
a { background-color: #3FBE4D; }
a { background-color: rgb(63,190,77); }
div.DivClassName
{
background-color: #3FBE4D;
}
.BgClassName
{
background-color: #3FBE4D;
}
</style>
border-color css
<style>
span { border-color: #3FBE4D; }
span { border-color: rgb(63,190,77); }
td.TdClassName
{
border-color: #3FBE4D;
}
.TagClassName
{
border-color: #3FBE4D;
}
</style>