Shades of Fruit Salad #3FC556
Tints of Fruit Salad #3FC556
RGB
CMYK
RGB Variations
Color information
#3FC556 (or 0x3FC556) is known color: Fruit Salad. HEX triplet: 3F, C5 and 56. RGB value is (63,197,86). Sum of RGB (Red+Green+Blue) = 63+197+86=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 197 (77.34% from 255 or 56.94% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 197 - color contains mainly: green. Hex color #3FC556 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC556 is #C03AA9. Grayscale: #909090. Windows color (decimal): -12597930 or 5686591. OLE color: 5686591.
HSL color Cylindrical-coordinate representation of color #3FC556: hue angle of 130.3º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC556 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 197 | 86 | - |
| CMYK | 0.68 | 0 | 0.56 | 0.23 |
| HSL | 130.3º | 0.54% | 0.51% | - |
| HSV(B) | 130.3º | 0.68% | 0.77% | - |
| XYZ | 23.7 | 41.66 | 15.6 | - |
| YUV | 144.28 | 95.11 | 70.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 197 | 86 | 0.68 | 0 | 0.56 | 0.23 | 130.3 | 0.54 | 0.51 |
| Hex | 3F | C5 | 56 | 44 | 0 | 38 | 17 | 82 | 36 | 33 |
| Octal | 77 | 305 | 126 | 104 | 0 | 70 | 27 | 202 | 66 | 63 |
| Binary | 111111 | 11000101 | 1010110 | 1000100 | 0 | 111000 | 10111 | 10000010 | 110110 | 110011 |
Color Harmonies of #3FC556
Complementary color
Monochromatic Colors of #3FC556
Black with #3FC556
Text Example
Text Example
White with #3FC556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC556; }
p { color: rgb(63,197,86); }
H1.HeaderClassName
{
color: #3FC556;
}
.AnyTagClassName
{
color: #3FC556;
}
</style>
background-color css
<style>
a { background-color: #3FC556; }
a { background-color: rgb(63,197,86); }
div.DivClassName
{
background-color: #3FC556;
}
.BgClassName
{
background-color: #3FC556;
}
</style>
border-color css
<style>
span { border-color: #3FC556; }
span { border-color: rgb(63,197,86); }
td.TdClassName
{
border-color: #3FC556;
}
.TagClassName
{
border-color: #3FC556;
}
</style>