Shades of Fruit Salad #3FC150
Tints of Fruit Salad #3FC150
RGB
CMYK
RGB Variations
Color information
#3FC150 (or 0x3FC150) is known color: Fruit Salad. HEX triplet: 3F, C1 and 50. RGB value is (63,193,80). Sum of RGB (Red+Green+Blue) = 63+193+80=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 193 (75.78% from 255 or 57.44% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 193 - color contains mainly: green. Hex color #3FC150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC150 is #C03EAF. Grayscale: #8D8D8D. Windows color (decimal): -12598960 or 5292351. OLE color: 5292351.
HSL color Cylindrical-coordinate representation of color #3FC150: hue angle of 127.85º 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 #3FC150 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 193 | 80 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.24 |
| HSL | 127.85º | 0.51% | 0.5% | - |
| HSV(B) | 127.85º | 0.67% | 0.76% | - |
| XYZ | 22.57 | 39.78 | 14.08 | - |
| YUV | 141.25 | 93.43 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 193 | 80 | 0.67 | 0 | 0.59 | 0.24 | 127.85 | 0.51 | 0.5 |
| Hex | 3F | C1 | 50 | 43 | 0 | 3B | 18 | 80 | 33 | 32 |
| Octal | 77 | 301 | 120 | 103 | 0 | 73 | 30 | 200 | 63 | 62 |
| Binary | 111111 | 11000001 | 1010000 | 1000011 | 0 | 111011 | 11000 | 10000000 | 110011 | 110010 |
Color Harmonies of #3FC150
Complementary color
Monochromatic Colors of #3FC150
Black with #3FC150
Text Example
Text Example
White with #3FC150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC150; }
p { color: rgb(63,193,80); }
H1.HeaderClassName
{
color: #3FC150;
}
.AnyTagClassName
{
color: #3FC150;
}
</style>
background-color css
<style>
a { background-color: #3FC150; }
a { background-color: rgb(63,193,80); }
div.DivClassName
{
background-color: #3FC150;
}
.BgClassName
{
background-color: #3FC150;
}
</style>
border-color css
<style>
span { border-color: #3FC150; }
span { border-color: rgb(63,193,80); }
td.TdClassName
{
border-color: #3FC150;
}
.TagClassName
{
border-color: #3FC150;
}
</style>