Shades of Fruit Salad #3FC353
Tints of Fruit Salad #3FC353
RGB
CMYK
RGB Variations
Color information
#3FC353 (or 0x3FC353) is known color: Fruit Salad. HEX triplet: 3F, C3 and 53. RGB value is (63,195,83). Sum of RGB (Red+Green+Blue) = 63+195+83=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #3FC353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC353 is #C03CAC. Grayscale: #8F8F8F. Windows color (decimal): -12598445 or 5489471. OLE color: 5489471.
HSL color Cylindrical-coordinate representation of color #3FC353: hue angle of 129.09º 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 #3FC353 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 195 | 83 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.24 |
| HSL | 129.09º | 0.52% | 0.51% | - |
| HSV(B) | 129.09º | 0.68% | 0.76% | - |
| XYZ | 23.13 | 40.71 | 14.82 | - |
| YUV | 142.76 | 94.27 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 195 | 83 | 0.68 | 0 | 0.57 | 0.24 | 129.09 | 0.52 | 0.51 |
| Hex | 3F | C3 | 53 | 44 | 0 | 39 | 18 | 81 | 34 | 33 |
| Octal | 77 | 303 | 123 | 104 | 0 | 71 | 30 | 201 | 64 | 63 |
| Binary | 111111 | 11000011 | 1010011 | 1000100 | 0 | 111001 | 11000 | 10000001 | 110100 | 110011 |
Color Harmonies of #3FC353
Complementary color
Monochromatic Colors of #3FC353
Black with #3FC353
Text Example
Text Example
White with #3FC353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC353; }
p { color: rgb(63,195,83); }
H1.HeaderClassName
{
color: #3FC353;
}
.AnyTagClassName
{
color: #3FC353;
}
</style>
background-color css
<style>
a { background-color: #3FC353; }
a { background-color: rgb(63,195,83); }
div.DivClassName
{
background-color: #3FC353;
}
.BgClassName
{
background-color: #3FC353;
}
</style>
border-color css
<style>
span { border-color: #3FC353; }
span { border-color: rgb(63,195,83); }
td.TdClassName
{
border-color: #3FC353;
}
.TagClassName
{
border-color: #3FC353;
}
</style>