Shades of Fruit Salad #3FC358
Tints of Fruit Salad #3FC358
RGB
CMYK
RGB Variations
Color information
#3FC358 (or 0x3FC358) is known color: Fruit Salad. HEX triplet: 3F, C3 and 58. RGB value is (63,195,88). Sum of RGB (Red+Green+Blue) = 63+195+88=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 195 (76.56% from 255 or 56.36% from 346); Blue value is 88 (34.77% from 255 or 25.43% from 346); Max value from RGB is 195 - color contains mainly: green. Hex color #3FC358 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC358 is #C03CA7. Grayscale: #8F8F8F. Windows color (decimal): -12598440 or 5817151. OLE color: 5817151.
HSL color Cylindrical-coordinate representation of color #3FC358: hue angle of 131.36º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC358 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 195 | 88 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.24 |
| HSL | 131.36º | 0.52% | 0.51% | - |
| HSV(B) | 131.36º | 0.68% | 0.76% | - |
| XYZ | 23.33 | 40.79 | 15.88 | - |
| YUV | 143.33 | 96.77 | 70.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 195 | 88 | 0.68 | 0 | 0.55 | 0.24 | 131.36 | 0.52 | 0.51 |
| Hex | 3F | C3 | 58 | 44 | 0 | 37 | 18 | 83 | 34 | 33 |
| Octal | 77 | 303 | 130 | 104 | 0 | 67 | 30 | 203 | 64 | 63 |
| Binary | 111111 | 11000011 | 1011000 | 1000100 | 0 | 110111 | 11000 | 10000011 | 110100 | 110011 |
Color Harmonies of #3FC358
Complementary color
Monochromatic Colors of #3FC358
Black with #3FC358
Text Example
Text Example
White with #3FC358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC358; }
p { color: rgb(63,195,88); }
H1.HeaderClassName
{
color: #3FC358;
}
.AnyTagClassName
{
color: #3FC358;
}
</style>
background-color css
<style>
a { background-color: #3FC358; }
a { background-color: rgb(63,195,88); }
div.DivClassName
{
background-color: #3FC358;
}
.BgClassName
{
background-color: #3FC358;
}
</style>
border-color css
<style>
span { border-color: #3FC358; }
span { border-color: rgb(63,195,88); }
td.TdClassName
{
border-color: #3FC358;
}
.TagClassName
{
border-color: #3FC358;
}
</style>