Shades of Fruit Salad #3FBC4B
Tints of Fruit Salad #3FBC4B
RGB
CMYK
RGB Variations
Color information
#3FBC4B (or 0x3FBC4B) is known color: Fruit Salad. HEX triplet: 3F, BC and 4B. RGB value is (63,188,75). Sum of RGB (Red+Green+Blue) = 63+188+75=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBC4B is #C043B4. Grayscale: #8A8A8A. Windows color (decimal): -12600245 or 4963391. OLE color: 4963391.
HSL color Cylindrical-coordinate representation of color #3FBC4B: hue angle of 125.76º 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 #3FBC4B is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 75 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.26 |
| HSL | 125.76º | 0.5% | 0.49% | - |
| HSV(B) | 125.76º | 0.66% | 0.74% | - |
| XYZ | 21.3 | 37.53 | 12.78 | - |
| YUV | 137.74 | 92.59 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 75 | 0.66 | 0 | 0.60 | 0.26 | 125.76 | 0.5 | 0.49 |
| Hex | 3F | BC | 4B | 42 | 0 | 3C | 1A | 7E | 32 | 31 |
| Octal | 77 | 274 | 113 | 102 | 0 | 74 | 32 | 176 | 62 | 61 |
| Binary | 111111 | 10111100 | 1001011 | 1000010 | 0 | 111100 | 11010 | 1111110 | 110010 | 110001 |
Color Harmonies of #3FBC4B
Complementary color
Monochromatic Colors of #3FBC4B
Black with #3FBC4B
Text Example
Text Example
White with #3FBC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBC4B; }
p { color: rgb(63,188,75); }
H1.HeaderClassName
{
color: #3FBC4B;
}
.AnyTagClassName
{
color: #3FBC4B;
}
</style>
background-color css
<style>
a { background-color: #3FBC4B; }
a { background-color: rgb(63,188,75); }
div.DivClassName
{
background-color: #3FBC4B;
}
.BgClassName
{
background-color: #3FBC4B;
}
</style>
border-color css
<style>
span { border-color: #3FBC4B; }
span { border-color: rgb(63,188,75); }
td.TdClassName
{
border-color: #3FBC4B;
}
.TagClassName
{
border-color: #3FBC4B;
}
</style>