Shades of Fruit Salad #3FBD4E
Tints of Fruit Salad #3FBD4E
RGB
CMYK
RGB Variations
Color information
#3FBD4E (or 0x3FBD4E) is known color: Fruit Salad. HEX triplet: 3F, BD and 4E. RGB value is (63,189,78). Sum of RGB (Red+Green+Blue) = 63+189+78=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 189 (74.22% from 255 or 57.27% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 189 - color contains mainly: green. Hex color #3FBD4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBD4E is #C042B1. Grayscale: #8A8A8A. Windows color (decimal): -12599986 or 5160255. OLE color: 5160255.
HSL color Cylindrical-coordinate representation of color #3FBD4E: hue angle of 127.14º 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 #3FBD4E is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 189 | 78 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.26 |
| HSL | 127.14º | 0.5% | 0.49% | - |
| HSV(B) | 127.14º | 0.67% | 0.74% | - |
| XYZ | 21.62 | 38 | 13.4 | - |
| YUV | 138.67 | 93.76 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 189 | 78 | 0.67 | 0 | 0.59 | 0.26 | 127.14 | 0.5 | 0.49 |
| Hex | 3F | BD | 4E | 43 | 0 | 3B | 1A | 7F | 32 | 31 |
| Octal | 77 | 275 | 116 | 103 | 0 | 73 | 32 | 177 | 62 | 61 |
| Binary | 111111 | 10111101 | 1001110 | 1000011 | 0 | 111011 | 11010 | 1111111 | 110010 | 110001 |
Color Harmonies of #3FBD4E
Complementary color
Monochromatic Colors of #3FBD4E
Black with #3FBD4E
Text Example
Text Example
White with #3FBD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBD4E; }
p { color: rgb(63,189,78); }
H1.HeaderClassName
{
color: #3FBD4E;
}
.AnyTagClassName
{
color: #3FBD4E;
}
</style>
background-color css
<style>
a { background-color: #3FBD4E; }
a { background-color: rgb(63,189,78); }
div.DivClassName
{
background-color: #3FBD4E;
}
.BgClassName
{
background-color: #3FBD4E;
}
</style>
border-color css
<style>
span { border-color: #3FBD4E; }
span { border-color: rgb(63,189,78); }
td.TdClassName
{
border-color: #3FBD4E;
}
.TagClassName
{
border-color: #3FBD4E;
}
</style>