Shades of Fruit Salad #3FBE4C
Tints of Fruit Salad #3FBE4C
RGB
CMYK
RGB Variations
Color information
#3FBE4C (or 0x3FBE4C) is known color: Fruit Salad. HEX triplet: 3F, BE and 4C. RGB value is (63,190,76). Sum of RGB (Red+Green+Blue) = 63+190+76=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 190 (74.61% from 255 or 57.75% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 190 - color contains mainly: green. Hex color #3FBE4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBE4C is #C041B3. Grayscale: #8B8B8B. Windows color (decimal): -12599732 or 5029439. OLE color: 5029439.
HSL color Cylindrical-coordinate representation of color #3FBE4C: hue angle of 126.14º 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 #3FBE4C is Cyan = 0.67, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 190 | 76 | - |
| CMYK | 0.67 | 0 | 0.60 | 0.25 |
| HSL | 126.14º | 0.5% | 0.5% | - |
| HSV(B) | 126.14º | 0.67% | 0.75% | - |
| XYZ | 21.77 | 38.41 | 13.1 | - |
| YUV | 139.03 | 92.42 | 73.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 76 | 0.67 | 0 | 0.60 | 0.25 | 126.14 | 0.5 | 0.5 |
| Hex | 3F | BE | 4C | 43 | 0 | 3C | 19 | 7E | 32 | 32 |
| Octal | 77 | 276 | 114 | 103 | 0 | 74 | 31 | 176 | 62 | 62 |
| Binary | 111111 | 10111110 | 1001100 | 1000011 | 0 | 111100 | 11001 | 1111110 | 110010 | 110010 |
Color Harmonies of #3FBE4C
Complementary color
Monochromatic Colors of #3FBE4C
Black with #3FBE4C
Text Example
Text Example
White with #3FBE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBE4C; }
p { color: rgb(63,190,76); }
H1.HeaderClassName
{
color: #3FBE4C;
}
.AnyTagClassName
{
color: #3FBE4C;
}
</style>
background-color css
<style>
a { background-color: #3FBE4C; }
a { background-color: rgb(63,190,76); }
div.DivClassName
{
background-color: #3FBE4C;
}
.BgClassName
{
background-color: #3FBE4C;
}
</style>
border-color css
<style>
span { border-color: #3FBE4C; }
span { border-color: rgb(63,190,76); }
td.TdClassName
{
border-color: #3FBE4C;
}
.TagClassName
{
border-color: #3FBE4C;
}
</style>