Shades of Fruit Salad #3FC256
Tints of Fruit Salad #3FC256
RGB
CMYK
RGB Variations
Color information
#3FC256 (or 0x3FC256) is known color: Fruit Salad. HEX triplet: 3F, C2 and 56. RGB value is (63,194,86). Sum of RGB (Red+Green+Blue) = 63+194+86=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 194 (76.17% from 255 or 56.56% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 194 - color contains mainly: green. Hex color #3FC256 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC256 is #C03DA9. Grayscale: #8E8E8E. Windows color (decimal): -12598698 or 5685823. OLE color: 5685823.
HSL color Cylindrical-coordinate representation of color #3FC256: hue angle of 130.53º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC256 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 194 | 86 | - |
| CMYK | 0.68 | 0 | 0.56 | 0.24 |
| HSL | 130.53º | 0.52% | 0.5% | - |
| HSV(B) | 130.53º | 0.68% | 0.76% | - |
| XYZ | 23.02 | 40.31 | 15.37 | - |
| YUV | 142.52 | 96.1 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 194 | 86 | 0.68 | 0 | 0.56 | 0.24 | 130.53 | 0.52 | 0.5 |
| Hex | 3F | C2 | 56 | 44 | 0 | 38 | 18 | 83 | 34 | 32 |
| Octal | 77 | 302 | 126 | 104 | 0 | 70 | 30 | 203 | 64 | 62 |
| Binary | 111111 | 11000010 | 1010110 | 1000100 | 0 | 111000 | 11000 | 10000011 | 110100 | 110010 |
Color Harmonies of #3FC256
Complementary color
Monochromatic Colors of #3FC256
Black with #3FC256
Text Example
Text Example
White with #3FC256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC256; }
p { color: rgb(63,194,86); }
H1.HeaderClassName
{
color: #3FC256;
}
.AnyTagClassName
{
color: #3FC256;
}
</style>
background-color css
<style>
a { background-color: #3FC256; }
a { background-color: rgb(63,194,86); }
div.DivClassName
{
background-color: #3FC256;
}
.BgClassName
{
background-color: #3FC256;
}
</style>
border-color css
<style>
span { border-color: #3FC256; }
span { border-color: rgb(63,194,86); }
td.TdClassName
{
border-color: #3FC256;
}
.TagClassName
{
border-color: #3FC256;
}
</style>