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