Shades of Fruit Salad #3FC456
Tints of Fruit Salad #3FC456
RGB
CMYK
RGB Variations
Color information
#3FC456 (or 0x3FC456) is known color: Fruit Salad. HEX triplet: 3F, C4 and 56. RGB value is (63,196,86). Sum of RGB (Red+Green+Blue) = 63+196+86=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 196 (76.95% from 255 or 56.81% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 196 - color contains mainly: green. Hex color #3FC456 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC456 is #C03BA9. Grayscale: #909090. Windows color (decimal): -12598186 or 5686335. OLE color: 5686335.
HSL color Cylindrical-coordinate representation of color #3FC456: hue angle of 130.38º degrees, saturation: 0.53, 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 #3FC456 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 196 | 86 | - |
| CMYK | 0.68 | 0 | 0.56 | 0.23 |
| HSL | 130.38º | 0.53% | 0.51% | - |
| HSV(B) | 130.38º | 0.68% | 0.77% | - |
| XYZ | 23.47 | 41.21 | 15.52 | - |
| YUV | 143.69 | 95.44 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 196 | 86 | 0.68 | 0 | 0.56 | 0.23 | 130.38 | 0.53 | 0.51 |
| Hex | 3F | C4 | 56 | 44 | 0 | 38 | 17 | 82 | 35 | 33 |
| Octal | 77 | 304 | 126 | 104 | 0 | 70 | 27 | 202 | 65 | 63 |
| Binary | 111111 | 11000100 | 1010110 | 1000100 | 0 | 111000 | 10111 | 10000010 | 110101 | 110011 |
Color Harmonies of #3FC456
Complementary color
Monochromatic Colors of #3FC456
Black with #3FC456
Text Example
Text Example
White with #3FC456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC456; }
p { color: rgb(63,196,86); }
H1.HeaderClassName
{
color: #3FC456;
}
.AnyTagClassName
{
color: #3FC456;
}
</style>
background-color css
<style>
a { background-color: #3FC456; }
a { background-color: rgb(63,196,86); }
div.DivClassName
{
background-color: #3FC456;
}
.BgClassName
{
background-color: #3FC456;
}
</style>
border-color css
<style>
span { border-color: #3FC456; }
span { border-color: rgb(63,196,86); }
td.TdClassName
{
border-color: #3FC456;
}
.TagClassName
{
border-color: #3FC456;
}
</style>