Shades of Fruit Salad #3FAC50
Tints of Fruit Salad #3FAC50
RGB
CMYK
RGB Variations
Color information
#3FAC50 (or 0x3FAC50) is known color: Fruit Salad. HEX triplet: 3F, AC and 50. RGB value is (63,172,80). Sum of RGB (Red+Green+Blue) = 63+172+80=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 172 (67.58% from 255 or 54.60% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAC50 is #C053AF. Grayscale: #818181. Windows color (decimal): -12604336 or 5286975. OLE color: 5286975.
HSL color Cylindrical-coordinate representation of color #3FAC50: hue angle of 129.36º 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 #3FAC50 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 80 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.33 |
| HSL | 129.36º | 0.46% | 0.46% | - |
| HSV(B) | 129.36º | 0.63% | 0.67% | - |
| XYZ | 18.25 | 31.14 | 12.64 | - |
| YUV | 128.92 | 100.39 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 80 | 0.63 | 0 | 0.53 | 0.33 | 129.36 | 0.46 | 0.46 |
| Hex | 3F | AC | 50 | 3F | 0 | 35 | 21 | 81 | 2E | 2E |
| Octal | 77 | 254 | 120 | 77 | 0 | 65 | 41 | 201 | 56 | 56 |
| Binary | 111111 | 10101100 | 1010000 | 111111 | 0 | 110101 | 100001 | 10000001 | 101110 | 101110 |
Color Harmonies of #3FAC50
Complementary color
Monochromatic Colors of #3FAC50
Black with #3FAC50
Text Example
Text Example
White with #3FAC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAC50; }
p { color: rgb(63,172,80); }
H1.HeaderClassName
{
color: #3FAC50;
}
.AnyTagClassName
{
color: #3FAC50;
}
</style>
background-color css
<style>
a { background-color: #3FAC50; }
a { background-color: rgb(63,172,80); }
div.DivClassName
{
background-color: #3FAC50;
}
.BgClassName
{
background-color: #3FAC50;
}
</style>
border-color css
<style>
span { border-color: #3FAC50; }
span { border-color: rgb(63,172,80); }
td.TdClassName
{
border-color: #3FAC50;
}
.TagClassName
{
border-color: #3FAC50;
}
</style>