Shades of Fruit Salad #3FBC47
Tints of Fruit Salad #3FBC47
RGB
CMYK
RGB Variations
Color information
#3FBC47 (or 0x3FBC47) is known color: Fruit Salad. HEX triplet: 3F, BC and 47. RGB value is (63,188,71). Sum of RGB (Red+Green+Blue) = 63+188+71=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBC47 is #C043B8. Grayscale: #898989. Windows color (decimal): -12600249 or 4701247. OLE color: 4701247.
HSL color Cylindrical-coordinate representation of color #3FBC47: hue angle of 123.84º 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 #3FBC47 is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 71 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.26 |
| HSL | 123.84º | 0.5% | 0.49% | - |
| HSV(B) | 123.84º | 0.66% | 0.74% | - |
| XYZ | 21.17 | 37.48 | 12.08 | - |
| YUV | 137.29 | 90.59 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 71 | 0.66 | 0 | 0.62 | 0.26 | 123.84 | 0.5 | 0.49 |
| Hex | 3F | BC | 47 | 42 | 0 | 3E | 1A | 7C | 32 | 31 |
| Octal | 77 | 274 | 107 | 102 | 0 | 76 | 32 | 174 | 62 | 61 |
| Binary | 111111 | 10111100 | 1000111 | 1000010 | 0 | 111110 | 11010 | 1111100 | 110010 | 110001 |
Color Harmonies of #3FBC47
Complementary color
Monochromatic Colors of #3FBC47
Black with #3FBC47
Text Example
Text Example
White with #3FBC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBC47; }
p { color: rgb(63,188,71); }
H1.HeaderClassName
{
color: #3FBC47;
}
.AnyTagClassName
{
color: #3FBC47;
}
</style>
background-color css
<style>
a { background-color: #3FBC47; }
a { background-color: rgb(63,188,71); }
div.DivClassName
{
background-color: #3FBC47;
}
.BgClassName
{
background-color: #3FBC47;
}
</style>
border-color css
<style>
span { border-color: #3FBC47; }
span { border-color: rgb(63,188,71); }
td.TdClassName
{
border-color: #3FBC47;
}
.TagClassName
{
border-color: #3FBC47;
}
</style>