Shades of Fruit Salad #3FBA55
Tints of Fruit Salad #3FBA55
RGB
CMYK
RGB Variations
Color information
#3FBA55 (or 0x3FBA55) is known color: Fruit Salad. HEX triplet: 3F, BA and 55. RGB value is (63,186,85). Sum of RGB (Red+Green+Blue) = 63+186+85=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 186 (73.05% from 255 or 55.69% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBA55 is #C045AA. Grayscale: #898989. Windows color (decimal): -12600747 or 5618239. OLE color: 5618239.
HSL color Cylindrical-coordinate representation of color #3FBA55: hue angle of 130.73º 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 #3FBA55 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 186 | 85 | - |
| CMYK | 0.66 | 0 | 0.54 | 0.27 |
| HSL | 130.73º | 0.49% | 0.49% | - |
| HSV(B) | 130.73º | 0.66% | 0.73% | - |
| XYZ | 21.25 | 36.83 | 14.58 | - |
| YUV | 137.71 | 98.25 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 85 | 0.66 | 0 | 0.54 | 0.27 | 130.73 | 0.49 | 0.49 |
| Hex | 3F | BA | 55 | 42 | 0 | 36 | 1B | 83 | 31 | 31 |
| Octal | 77 | 272 | 125 | 102 | 0 | 66 | 33 | 203 | 61 | 61 |
| Binary | 111111 | 10111010 | 1010101 | 1000010 | 0 | 110110 | 11011 | 10000011 | 110001 | 110001 |
Color Harmonies of #3FBA55
Complementary color
Monochromatic Colors of #3FBA55
Black with #3FBA55
Text Example
Text Example
White with #3FBA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBA55; }
p { color: rgb(63,186,85); }
H1.HeaderClassName
{
color: #3FBA55;
}
.AnyTagClassName
{
color: #3FBA55;
}
</style>
background-color css
<style>
a { background-color: #3FBA55; }
a { background-color: rgb(63,186,85); }
div.DivClassName
{
background-color: #3FBA55;
}
.BgClassName
{
background-color: #3FBA55;
}
</style>
border-color css
<style>
span { border-color: #3FBA55; }
span { border-color: rgb(63,186,85); }
td.TdClassName
{
border-color: #3FBA55;
}
.TagClassName
{
border-color: #3FBA55;
}
</style>