Shades of Fruit Salad #3FBC4E
Tints of Fruit Salad #3FBC4E
RGB
CMYK
RGB Variations
Color information
#3FBC4E (or 0x3FBC4E) is known color: Fruit Salad. HEX triplet: 3F, BC and 4E. RGB value is (63,188,78). Sum of RGB (Red+Green+Blue) = 63+188+78=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBC4E is #C043B1. Grayscale: #8A8A8A. Windows color (decimal): -12600242 or 5159999. OLE color: 5159999.
HSL color Cylindrical-coordinate representation of color #3FBC4E: hue angle of 127.2º 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 #3FBC4E is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 78 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.26 |
| HSL | 127.2º | 0.5% | 0.49% | - |
| HSV(B) | 127.2º | 0.66% | 0.74% | - |
| XYZ | 21.41 | 37.57 | 13.33 | - |
| YUV | 138.09 | 94.09 | 74.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 78 | 0.66 | 0 | 0.59 | 0.26 | 127.2 | 0.5 | 0.49 |
| Hex | 3F | BC | 4E | 42 | 0 | 3B | 1A | 7F | 32 | 31 |
| Octal | 77 | 274 | 116 | 102 | 0 | 73 | 32 | 177 | 62 | 61 |
| Binary | 111111 | 10111100 | 1001110 | 1000010 | 0 | 111011 | 11010 | 1111111 | 110010 | 110001 |
Color Harmonies of #3FBC4E
Complementary color
Monochromatic Colors of #3FBC4E
Black with #3FBC4E
Text Example
Text Example
White with #3FBC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBC4E; }
p { color: rgb(63,188,78); }
H1.HeaderClassName
{
color: #3FBC4E;
}
.AnyTagClassName
{
color: #3FBC4E;
}
</style>
background-color css
<style>
a { background-color: #3FBC4E; }
a { background-color: rgb(63,188,78); }
div.DivClassName
{
background-color: #3FBC4E;
}
.BgClassName
{
background-color: #3FBC4E;
}
</style>
border-color css
<style>
span { border-color: #3FBC4E; }
span { border-color: rgb(63,188,78); }
td.TdClassName
{
border-color: #3FBC4E;
}
.TagClassName
{
border-color: #3FBC4E;
}
</style>