Shades of Fruit Salad #3FC153
Tints of Fruit Salad #3FC153
RGB
CMYK
RGB Variations
Color information
#3FC153 (or 0x3FC153) is known color: Fruit Salad. HEX triplet: 3F, C1 and 53. RGB value is (63,193,83). Sum of RGB (Red+Green+Blue) = 63+193+83=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 193 (75.78% from 255 or 56.93% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 193 - color contains mainly: green. Hex color #3FC153 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC153 is #C03EAC. Grayscale: #8D8D8D. Windows color (decimal): -12598957 or 5488959. OLE color: 5488959.
HSL color Cylindrical-coordinate representation of color #3FC153: hue angle of 129.23º 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 #3FC153 is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 193 | 83 | - |
| CMYK | 0.67 | 0 | 0.57 | 0.24 |
| HSL | 129.23º | 0.51% | 0.5% | - |
| HSV(B) | 129.23º | 0.67% | 0.76% | - |
| XYZ | 22.68 | 39.82 | 14.67 | - |
| YUV | 141.59 | 94.93 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 193 | 83 | 0.67 | 0 | 0.57 | 0.24 | 129.23 | 0.51 | 0.5 |
| Hex | 3F | C1 | 53 | 43 | 0 | 39 | 18 | 81 | 33 | 32 |
| Octal | 77 | 301 | 123 | 103 | 0 | 71 | 30 | 201 | 63 | 62 |
| Binary | 111111 | 11000001 | 1010011 | 1000011 | 0 | 111001 | 11000 | 10000001 | 110011 | 110010 |
Color Harmonies of #3FC153
Complementary color
Monochromatic Colors of #3FC153
Black with #3FC153
Text Example
Text Example
White with #3FC153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC153; }
p { color: rgb(63,193,83); }
H1.HeaderClassName
{
color: #3FC153;
}
.AnyTagClassName
{
color: #3FC153;
}
</style>
background-color css
<style>
a { background-color: #3FC153; }
a { background-color: rgb(63,193,83); }
div.DivClassName
{
background-color: #3FC153;
}
.BgClassName
{
background-color: #3FC153;
}
</style>
border-color css
<style>
span { border-color: #3FC153; }
span { border-color: rgb(63,193,83); }
td.TdClassName
{
border-color: #3FC153;
}
.TagClassName
{
border-color: #3FC153;
}
</style>