Shades of Fruit Salad #3FC155
Tints of Fruit Salad #3FC155
RGB
CMYK
RGB Variations
Color information
#3FC155 (or 0x3FC155) is known color: Fruit Salad. HEX triplet: 3F, C1 and 55. RGB value is (63,193,85). Sum of RGB (Red+Green+Blue) = 63+193+85=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 193 (75.78% from 255 or 56.60% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 193 - color contains mainly: green. Hex color #3FC155 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC155 is #C03EAA. Grayscale: #8E8E8E. Windows color (decimal): -12598955 or 5620031. OLE color: 5620031.
HSL color Cylindrical-coordinate representation of color #3FC155: hue angle of 130.15º 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 #3FC155 is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 193 | 85 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.24 |
| HSL | 130.15º | 0.51% | 0.5% | - |
| HSV(B) | 130.15º | 0.67% | 0.76% | - |
| XYZ | 22.76 | 39.85 | 15.09 | - |
| YUV | 141.82 | 95.93 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 193 | 85 | 0.67 | 0 | 0.56 | 0.24 | 130.15 | 0.51 | 0.5 |
| Hex | 3F | C1 | 55 | 43 | 0 | 38 | 18 | 82 | 33 | 32 |
| Octal | 77 | 301 | 125 | 103 | 0 | 70 | 30 | 202 | 63 | 62 |
| Binary | 111111 | 11000001 | 1010101 | 1000011 | 0 | 111000 | 11000 | 10000010 | 110011 | 110010 |
Color Harmonies of #3FC155
Complementary color
Monochromatic Colors of #3FC155
Black with #3FC155
Text Example
Text Example
White with #3FC155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC155; }
p { color: rgb(63,193,85); }
H1.HeaderClassName
{
color: #3FC155;
}
.AnyTagClassName
{
color: #3FC155;
}
</style>
background-color css
<style>
a { background-color: #3FC155; }
a { background-color: rgb(63,193,85); }
div.DivClassName
{
background-color: #3FC155;
}
.BgClassName
{
background-color: #3FC155;
}
</style>
border-color css
<style>
span { border-color: #3FC155; }
span { border-color: rgb(63,193,85); }
td.TdClassName
{
border-color: #3FC155;
}
.TagClassName
{
border-color: #3FC155;
}
</style>