Shades of Fruit Salad #3FB853
Tints of Fruit Salad #3FB853
RGB
CMYK
RGB Variations
Color information
#3FB853 (or 0x3FB853) is known color: Fruit Salad. HEX triplet: 3F, B8 and 53. RGB value is (63,184,83). Sum of RGB (Red+Green+Blue) = 63+184+83=330 (43% of max value = 765). Red value is 63 (25% from 255 or 19.09% from 330); Green value is 184 (72.27% from 255 or 55.76% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 184 - color contains mainly: green. Hex color #3FB853 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FB853 is #C047AC. Grayscale: #888888. Windows color (decimal): -12601261 or 5486655. OLE color: 5486655.
HSL color Cylindrical-coordinate representation of color #3FB853: hue angle of 129.92º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB853 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 63 | 184 | 83 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.28 |
| HSL | 129.92º | 0.49% | 0.48% | - |
| HSV(B) | 129.92º | 0.66% | 0.72% | - |
| XYZ | 20.75 | 35.96 | 14.03 | - |
| YUV | 136.31 | 97.91 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 184 | 83 | 0.66 | 0 | 0.55 | 0.28 | 129.92 | 0.49 | 0.48 |
| Hex | 3F | B8 | 53 | 42 | 0 | 37 | 1C | 82 | 31 | 30 |
| Octal | 77 | 270 | 123 | 102 | 0 | 67 | 34 | 202 | 61 | 60 |
| Binary | 111111 | 10111000 | 1010011 | 1000010 | 0 | 110111 | 11100 | 10000010 | 110001 | 110000 |
Color Harmonies of #3FB853
Complementary color
Monochromatic Colors of #3FB853
Black with #3FB853
Text Example
Text Example
White with #3FB853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB853; }
p { color: rgb(63,184,83); }
H1.HeaderClassName
{
color: #3FB853;
}
.AnyTagClassName
{
color: #3FB853;
}
</style>
background-color css
<style>
a { background-color: #3FB853; }
a { background-color: rgb(63,184,83); }
div.DivClassName
{
background-color: #3FB853;
}
.BgClassName
{
background-color: #3FB853;
}
</style>
border-color css
<style>
span { border-color: #3FB853; }
span { border-color: rgb(63,184,83); }
td.TdClassName
{
border-color: #3FB853;
}
.TagClassName
{
border-color: #3FB853;
}
</style>