Shades of Fruit Salad #3FBB4D
Tints of Fruit Salad #3FBB4D
RGB
CMYK
RGB Variations
Color information
#3FBB4D (or 0x3FBB4D) is known color: Fruit Salad. HEX triplet: 3F, BB and 4D. RGB value is (63,187,77). Sum of RGB (Red+Green+Blue) = 63+187+77=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 187 (73.44% from 255 or 57.19% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 187 - color contains mainly: green. Hex color #3FBB4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBB4D is #C044B2. Grayscale: #898989. Windows color (decimal): -12600499 or 5094207. OLE color: 5094207.
HSL color Cylindrical-coordinate representation of color #3FBB4D: hue angle of 126.77º degrees, saturation: 0.5, 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 #3FBB4D is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 187 | 77 | - |
| CMYK | 0.66 | 0 | 0.59 | 0.27 |
| HSL | 126.77º | 0.5% | 0.49% | - |
| HSV(B) | 126.77º | 0.66% | 0.73% | - |
| XYZ | 21.16 | 37.13 | 13.07 | - |
| YUV | 137.38 | 93.92 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 187 | 77 | 0.66 | 0 | 0.59 | 0.27 | 126.77 | 0.5 | 0.49 |
| Hex | 3F | BB | 4D | 42 | 0 | 3B | 1B | 7F | 32 | 31 |
| Octal | 77 | 273 | 115 | 102 | 0 | 73 | 33 | 177 | 62 | 61 |
| Binary | 111111 | 10111011 | 1001101 | 1000010 | 0 | 111011 | 11011 | 1111111 | 110010 | 110001 |
Color Harmonies of #3FBB4D
Complementary color
Monochromatic Colors of #3FBB4D
Black with #3FBB4D
Text Example
Text Example
White with #3FBB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBB4D; }
p { color: rgb(63,187,77); }
H1.HeaderClassName
{
color: #3FBB4D;
}
.AnyTagClassName
{
color: #3FBB4D;
}
</style>
background-color css
<style>
a { background-color: #3FBB4D; }
a { background-color: rgb(63,187,77); }
div.DivClassName
{
background-color: #3FBB4D;
}
.BgClassName
{
background-color: #3FBB4D;
}
</style>
border-color css
<style>
span { border-color: #3FBB4D; }
span { border-color: rgb(63,187,77); }
td.TdClassName
{
border-color: #3FBB4D;
}
.TagClassName
{
border-color: #3FBB4D;
}
</style>