Shades of Fruit Salad #3FBE4A
Tints of Fruit Salad #3FBE4A
RGB
CMYK
RGB Variations
Color information
#3FBE4A (or 0x3FBE4A) is known color: Fruit Salad. HEX triplet: 3F, BE and 4A. RGB value is (63,190,74). Sum of RGB (Red+Green+Blue) = 63+190+74=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 190 (74.61% from 255 or 58.10% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 190 - color contains mainly: green. Hex color #3FBE4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FBE4A is #C041B5. Grayscale: #8B8B8B. Windows color (decimal): -12599734 or 4898367. OLE color: 4898367.
HSL color Cylindrical-coordinate representation of color #3FBE4A: hue angle of 125.2º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBE4A is Cyan = 0.67, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 190 | 74 | - |
| CMYK | 0.67 | 0 | 0.61 | 0.25 |
| HSL | 125.2º | 0.5% | 0.5% | - |
| HSV(B) | 125.2º | 0.67% | 0.75% | - |
| XYZ | 21.7 | 38.38 | 12.74 | - |
| YUV | 138.8 | 91.42 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 74 | 0.67 | 0 | 0.61 | 0.25 | 125.2 | 0.5 | 0.5 |
| Hex | 3F | BE | 4A | 43 | 0 | 3D | 19 | 7D | 32 | 32 |
| Octal | 77 | 276 | 112 | 103 | 0 | 75 | 31 | 175 | 62 | 62 |
| Binary | 111111 | 10111110 | 1001010 | 1000011 | 0 | 111101 | 11001 | 1111101 | 110010 | 110010 |
Color Harmonies of #3FBE4A
Complementary color
Monochromatic Colors of #3FBE4A
Black with #3FBE4A
Text Example
Text Example
White with #3FBE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBE4A; }
p { color: rgb(63,190,74); }
H1.HeaderClassName
{
color: #3FBE4A;
}
.AnyTagClassName
{
color: #3FBE4A;
}
</style>
background-color css
<style>
a { background-color: #3FBE4A; }
a { background-color: rgb(63,190,74); }
div.DivClassName
{
background-color: #3FBE4A;
}
.BgClassName
{
background-color: #3FBE4A;
}
</style>
border-color css
<style>
span { border-color: #3FBE4A; }
span { border-color: rgb(63,190,74); }
td.TdClassName
{
border-color: #3FBE4A;
}
.TagClassName
{
border-color: #3FBE4A;
}
</style>