Shades of Fruit Salad #3FC156
Tints of Fruit Salad #3FC156
RGB
CMYK
RGB Variations
Color information
#3FC156 (or 0x3FC156) is known color: Fruit Salad. HEX triplet: 3F, C1 and 56. RGB value is (63,193,86). Sum of RGB (Red+Green+Blue) = 63+193+86=342 (45% of max value = 765). Red value is 63 (25% from 255 or 18.42% from 342); Green value is 193 (75.78% from 255 or 56.43% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 193 - color contains mainly: green. Hex color #3FC156 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC156 is #C03EA9. Grayscale: #8E8E8E. Windows color (decimal): -12598954 or 5685567. OLE color: 5685567.
HSL color Cylindrical-coordinate representation of color #3FC156: hue angle of 130.62º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FC156 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 193 | 86 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.24 |
| HSL | 130.62º | 0.51% | 0.5% | - |
| HSV(B) | 130.62º | 0.67% | 0.76% | - |
| XYZ | 22.8 | 39.87 | 15.3 | - |
| YUV | 141.93 | 96.43 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 193 | 86 | 0.67 | 0 | 0.55 | 0.24 | 130.62 | 0.51 | 0.5 |
| Hex | 3F | C1 | 56 | 43 | 0 | 37 | 18 | 83 | 33 | 32 |
| Octal | 77 | 301 | 126 | 103 | 0 | 67 | 30 | 203 | 63 | 62 |
| Binary | 111111 | 11000001 | 1010110 | 1000011 | 0 | 110111 | 11000 | 10000011 | 110011 | 110010 |
Color Harmonies of #3FC156
Complementary color
Monochromatic Colors of #3FC156
Black with #3FC156
Text Example
Text Example
White with #3FC156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC156; }
p { color: rgb(63,193,86); }
H1.HeaderClassName
{
color: #3FC156;
}
.AnyTagClassName
{
color: #3FC156;
}
</style>
background-color css
<style>
a { background-color: #3FC156; }
a { background-color: rgb(63,193,86); }
div.DivClassName
{
background-color: #3FC156;
}
.BgClassName
{
background-color: #3FC156;
}
</style>
border-color css
<style>
span { border-color: #3FC156; }
span { border-color: rgb(63,193,86); }
td.TdClassName
{
border-color: #3FC156;
}
.TagClassName
{
border-color: #3FC156;
}
</style>