Shades of Fruit Salad #3FBD56
Tints of Fruit Salad #3FBD56
RGB
CMYK
RGB Variations
Color information
#3FBD56 (or 0x3FBD56) is known color: Fruit Salad. HEX triplet: 3F, BD and 56. RGB value is (63,189,86). Sum of RGB (Red+Green+Blue) = 63+189+86=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 189 (74.22% from 255 or 55.92% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 189 - color contains mainly: green. Hex color #3FBD56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBD56 is #C042A9. Grayscale: #8B8B8B. Windows color (decimal): -12599978 or 5684543. OLE color: 5684543.
HSL color Cylindrical-coordinate representation of color #3FBD56: hue angle of 130.95º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBD56 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 189 | 86 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.26 |
| HSL | 130.95º | 0.5% | 0.49% | - |
| HSV(B) | 130.95º | 0.67% | 0.74% | - |
| XYZ | 21.93 | 38.12 | 15.01 | - |
| YUV | 139.58 | 97.76 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 189 | 86 | 0.67 | 0 | 0.54 | 0.26 | 130.95 | 0.5 | 0.49 |
| Hex | 3F | BD | 56 | 43 | 0 | 36 | 1A | 83 | 32 | 31 |
| Octal | 77 | 275 | 126 | 103 | 0 | 66 | 32 | 203 | 62 | 61 |
| Binary | 111111 | 10111101 | 1010110 | 1000011 | 0 | 110110 | 11010 | 10000011 | 110010 | 110001 |
Color Harmonies of #3FBD56
Complementary color
Monochromatic Colors of #3FBD56
Black with #3FBD56
Text Example
Text Example
White with #3FBD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBD56; }
p { color: rgb(63,189,86); }
H1.HeaderClassName
{
color: #3FBD56;
}
.AnyTagClassName
{
color: #3FBD56;
}
</style>
background-color css
<style>
a { background-color: #3FBD56; }
a { background-color: rgb(63,189,86); }
div.DivClassName
{
background-color: #3FBD56;
}
.BgClassName
{
background-color: #3FBD56;
}
</style>
border-color css
<style>
span { border-color: #3FBD56; }
span { border-color: rgb(63,189,86); }
td.TdClassName
{
border-color: #3FBD56;
}
.TagClassName
{
border-color: #3FBD56;
}
</style>