Shades of Fruit Salad #3FBC4A
Tints of Fruit Salad #3FBC4A
RGB
CMYK
RGB Variations
Color information
#3FBC4A (or 0x3FBC4A) is known color: Fruit Salad. HEX triplet: 3F, BC and 4A. RGB value is (63,188,74). Sum of RGB (Red+Green+Blue) = 63+188+74=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBC4A is #C043B5. Grayscale: #898989. Windows color (decimal): -12600246 or 4897855. OLE color: 4897855.
HSL color Cylindrical-coordinate representation of color #3FBC4A: hue angle of 125.28º 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 #3FBC4A is Cyan = 0.66, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 74 | - |
| CMYK | 0.66 | 0 | 0.61 | 0.26 |
| HSL | 125.28º | 0.5% | 0.49% | - |
| HSV(B) | 125.28º | 0.66% | 0.74% | - |
| XYZ | 21.27 | 37.52 | 12.6 | - |
| YUV | 137.63 | 92.09 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 74 | 0.66 | 0 | 0.61 | 0.26 | 125.28 | 0.5 | 0.49 |
| Hex | 3F | BC | 4A | 42 | 0 | 3D | 1A | 7D | 32 | 31 |
| Octal | 77 | 274 | 112 | 102 | 0 | 75 | 32 | 175 | 62 | 61 |
| Binary | 111111 | 10111100 | 1001010 | 1000010 | 0 | 111101 | 11010 | 1111101 | 110010 | 110001 |
Color Harmonies of #3FBC4A
Complementary color
Monochromatic Colors of #3FBC4A
Black with #3FBC4A
Text Example
Text Example
White with #3FBC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBC4A; }
p { color: rgb(63,188,74); }
H1.HeaderClassName
{
color: #3FBC4A;
}
.AnyTagClassName
{
color: #3FBC4A;
}
</style>
background-color css
<style>
a { background-color: #3FBC4A; }
a { background-color: rgb(63,188,74); }
div.DivClassName
{
background-color: #3FBC4A;
}
.BgClassName
{
background-color: #3FBC4A;
}
</style>
border-color css
<style>
span { border-color: #3FBC4A; }
span { border-color: rgb(63,188,74); }
td.TdClassName
{
border-color: #3FBC4A;
}
.TagClassName
{
border-color: #3FBC4A;
}
</style>