Shades of Fruit Salad #3FAB4E
Tints of Fruit Salad #3FAB4E
RGB
CMYK
RGB Variations
Color information
#3FAB4E (or 0x3FAB4E) is known color: Fruit Salad. HEX triplet: 3F, AB and 4E. RGB value is (63,171,78). Sum of RGB (Red+Green+Blue) = 63+171+78=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #3FAB4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAB4E is #C054B1. Grayscale: #808080. Windows color (decimal): -12604594 or 5155647. OLE color: 5155647.
HSL color Cylindrical-coordinate representation of color #3FAB4E: hue angle of 128.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FAB4E is Cyan = 0.63, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 171 | 78 | - |
| CMYK | 0.63 | 0 | 0.54 | 0.33 |
| HSL | 128.33º | 0.46% | 0.46% | - |
| HSV(B) | 128.33º | 0.63% | 0.67% | - |
| XYZ | 17.99 | 30.73 | 12.19 | - |
| YUV | 128.11 | 99.72 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 171 | 78 | 0.63 | 0 | 0.54 | 0.33 | 128.33 | 0.46 | 0.46 |
| Hex | 3F | AB | 4E | 3F | 0 | 36 | 21 | 80 | 2E | 2E |
| Octal | 77 | 253 | 116 | 77 | 0 | 66 | 41 | 200 | 56 | 56 |
| Binary | 111111 | 10101011 | 1001110 | 111111 | 0 | 110110 | 100001 | 10000000 | 101110 | 101110 |
Color Harmonies of #3FAB4E
Complementary color
Monochromatic Colors of #3FAB4E
Black with #3FAB4E
Text Example
Text Example
White with #3FAB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAB4E; }
p { color: rgb(63,171,78); }
H1.HeaderClassName
{
color: #3FAB4E;
}
.AnyTagClassName
{
color: #3FAB4E;
}
</style>
background-color css
<style>
a { background-color: #3FAB4E; }
a { background-color: rgb(63,171,78); }
div.DivClassName
{
background-color: #3FAB4E;
}
.BgClassName
{
background-color: #3FAB4E;
}
</style>
border-color css
<style>
span { border-color: #3FAB4E; }
span { border-color: rgb(63,171,78); }
td.TdClassName
{
border-color: #3FAB4E;
}
.TagClassName
{
border-color: #3FAB4E;
}
</style>