Shades of Fruit Salad #3FBC56
Tints of Fruit Salad #3FBC56
RGB
CMYK
RGB Variations
Color information
#3FBC56 (or 0x3FBC56) is known color: Fruit Salad. HEX triplet: 3F, BC and 56. RGB value is (63,188,86). Sum of RGB (Red+Green+Blue) = 63+188+86=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBC56 is #C043A9. Grayscale: #8B8B8B. Windows color (decimal): -12600234 or 5684287. OLE color: 5684287.
HSL color Cylindrical-coordinate representation of color #3FBC56: hue angle of 131.04º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FBC56 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 86 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.26 |
| HSL | 131.04º | 0.5% | 0.49% | - |
| HSV(B) | 131.04º | 0.66% | 0.74% | - |
| XYZ | 21.71 | 37.7 | 14.94 | - |
| YUV | 139 | 98.09 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 86 | 0.66 | 0 | 0.54 | 0.26 | 131.04 | 0.5 | 0.49 |
| Hex | 3F | BC | 56 | 42 | 0 | 36 | 1A | 83 | 32 | 31 |
| Octal | 77 | 274 | 126 | 102 | 0 | 66 | 32 | 203 | 62 | 61 |
| Binary | 111111 | 10111100 | 1010110 | 1000010 | 0 | 110110 | 11010 | 10000011 | 110010 | 110001 |
Color Harmonies of #3FBC56
Complementary color
Monochromatic Colors of #3FBC56
Black with #3FBC56
Text Example
Text Example
White with #3FBC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBC56; }
p { color: rgb(63,188,86); }
H1.HeaderClassName
{
color: #3FBC56;
}
.AnyTagClassName
{
color: #3FBC56;
}
</style>
background-color css
<style>
a { background-color: #3FBC56; }
a { background-color: rgb(63,188,86); }
div.DivClassName
{
background-color: #3FBC56;
}
.BgClassName
{
background-color: #3FBC56;
}
</style>
border-color css
<style>
span { border-color: #3FBC56; }
span { border-color: rgb(63,188,86); }
td.TdClassName
{
border-color: #3FBC56;
}
.TagClassName
{
border-color: #3FBC56;
}
</style>