Shades of Fruit Salad #3FAC51
Tints of Fruit Salad #3FAC51
RGB
CMYK
RGB Variations
Color information
#3FAC51 (or 0x3FAC51) is known color: Fruit Salad. HEX triplet: 3F, AC and 51. RGB value is (63,172,81). Sum of RGB (Red+Green+Blue) = 63+172+81=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC51 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAC51 is #C053AE. Grayscale: #818181. Windows color (decimal): -12604335 or 5352511. OLE color: 5352511.
HSL color Cylindrical-coordinate representation of color #3FAC51: hue angle of 129.91º 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 #3FAC51 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 81 | - |
| CMYK | 0.63 | 0 | 0.53 | 0.33 |
| HSL | 129.91º | 0.46% | 0.46% | - |
| HSV(B) | 129.91º | 0.63% | 0.67% | - |
| XYZ | 18.29 | 31.16 | 12.83 | - |
| YUV | 129.04 | 100.89 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 81 | 0.63 | 0 | 0.53 | 0.33 | 129.91 | 0.46 | 0.46 |
| Hex | 3F | AC | 51 | 3F | 0 | 35 | 21 | 82 | 2E | 2E |
| Octal | 77 | 254 | 121 | 77 | 0 | 65 | 41 | 202 | 56 | 56 |
| Binary | 111111 | 10101100 | 1010001 | 111111 | 0 | 110101 | 100001 | 10000010 | 101110 | 101110 |
Color Harmonies of #3FAC51
Complementary color
Monochromatic Colors of #3FAC51
Black with #3FAC51
Text Example
Text Example
White with #3FAC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAC51; }
p { color: rgb(63,172,81); }
H1.HeaderClassName
{
color: #3FAC51;
}
.AnyTagClassName
{
color: #3FAC51;
}
</style>
background-color css
<style>
a { background-color: #3FAC51; }
a { background-color: rgb(63,172,81); }
div.DivClassName
{
background-color: #3FAC51;
}
.BgClassName
{
background-color: #3FAC51;
}
</style>
border-color css
<style>
span { border-color: #3FAC51; }
span { border-color: rgb(63,172,81); }
td.TdClassName
{
border-color: #3FAC51;
}
.TagClassName
{
border-color: #3FAC51;
}
</style>