Shades of Fruit Salad #3FBC55
Tints of Fruit Salad #3FBC55
RGB
CMYK
RGB Variations
Color information
#3FBC55 (or 0x3FBC55) is known color: Fruit Salad. HEX triplet: 3F, BC and 55. RGB value is (63,188,85). Sum of RGB (Red+Green+Blue) = 63+188+85=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBC55 is #C043AA. Grayscale: #8B8B8B. Windows color (decimal): -12600235 or 5618751. OLE color: 5618751.
HSL color Cylindrical-coordinate representation of color #3FBC55: hue angle of 130.56º 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 #3FBC55 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 85 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.26 |
| HSL | 130.56º | 0.5% | 0.49% | - |
| HSV(B) | 130.56º | 0.66% | 0.74% | - |
| XYZ | 21.67 | 37.68 | 14.72 | - |
| YUV | 138.88 | 97.59 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 85 | 0.66 | 0 | 0.55 | 0.26 | 130.56 | 0.5 | 0.49 |
| Hex | 3F | BC | 55 | 42 | 0 | 37 | 1A | 83 | 32 | 31 |
| Octal | 77 | 274 | 125 | 102 | 0 | 67 | 32 | 203 | 62 | 61 |
| Binary | 111111 | 10111100 | 1010101 | 1000010 | 0 | 110111 | 11010 | 10000011 | 110010 | 110001 |
Color Harmonies of #3FBC55
Complementary color
Monochromatic Colors of #3FBC55
Black with #3FBC55
Text Example
Text Example
White with #3FBC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBC55; }
p { color: rgb(63,188,85); }
H1.HeaderClassName
{
color: #3FBC55;
}
.AnyTagClassName
{
color: #3FBC55;
}
</style>
background-color css
<style>
a { background-color: #3FBC55; }
a { background-color: rgb(63,188,85); }
div.DivClassName
{
background-color: #3FBC55;
}
.BgClassName
{
background-color: #3FBC55;
}
</style>
border-color css
<style>
span { border-color: #3FBC55; }
span { border-color: rgb(63,188,85); }
td.TdClassName
{
border-color: #3FBC55;
}
.TagClassName
{
border-color: #3FBC55;
}
</style>