Shades of Fruit Salad #3FC050
Tints of Fruit Salad #3FC050
RGB
CMYK
RGB Variations
Color information
#3FC050 (or 0x3FC050) is known color: Fruit Salad. HEX triplet: 3F, C0 and 50. RGB value is (63,192,80). Sum of RGB (Red+Green+Blue) = 63+192+80=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 192 (75.39% from 255 or 57.31% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 192 - color contains mainly: green. Hex color #3FC050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC050 is #C03FAF. Grayscale: #8C8C8C. Windows color (decimal): -12599216 or 5292095. OLE color: 5292095.
HSL color Cylindrical-coordinate representation of color #3FC050: hue angle of 127.91º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FC050 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 192 | 80 | - |
| CMYK | 0.67 | 0 | 0.58 | 0.25 |
| HSL | 127.91º | 0.51% | 0.5% | - |
| HSV(B) | 127.91º | 0.67% | 0.75% | - |
| XYZ | 22.35 | 39.34 | 14 | - |
| YUV | 140.66 | 93.76 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 192 | 80 | 0.67 | 0 | 0.58 | 0.25 | 127.91 | 0.51 | 0.5 |
| Hex | 3F | C0 | 50 | 43 | 0 | 3A | 19 | 80 | 33 | 32 |
| Octal | 77 | 300 | 120 | 103 | 0 | 72 | 31 | 200 | 63 | 62 |
| Binary | 111111 | 11000000 | 1010000 | 1000011 | 0 | 111010 | 11001 | 10000000 | 110011 | 110010 |
Color Harmonies of #3FC050
Complementary color
Monochromatic Colors of #3FC050
Black with #3FC050
Text Example
Text Example
White with #3FC050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC050; }
p { color: rgb(63,192,80); }
H1.HeaderClassName
{
color: #3FC050;
}
.AnyTagClassName
{
color: #3FC050;
}
</style>
background-color css
<style>
a { background-color: #3FC050; }
a { background-color: rgb(63,192,80); }
div.DivClassName
{
background-color: #3FC050;
}
.BgClassName
{
background-color: #3FC050;
}
</style>
border-color css
<style>
span { border-color: #3FC050; }
span { border-color: rgb(63,192,80); }
td.TdClassName
{
border-color: #3FC050;
}
.TagClassName
{
border-color: #3FC050;
}
</style>