Shades of Fruit Salad #3FB953
Tints of Fruit Salad #3FB953
RGB
CMYK
RGB Variations
Color information
#3FB953 (or 0x3FB953) is known color: Fruit Salad. HEX triplet: 3F, B9 and 53. RGB value is (63,185,83). Sum of RGB (Red+Green+Blue) = 63+185+83=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 185 (72.66% from 255 or 55.89% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 185 - color contains mainly: green. Hex color #3FB953 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FB953 is #C046AC. Grayscale: #898989. Windows color (decimal): -12601005 or 5486911. OLE color: 5486911.
HSL color Cylindrical-coordinate representation of color #3FB953: hue angle of 129.84º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FB953 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 185 | 83 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.27 |
| HSL | 129.84º | 0.49% | 0.49% | - |
| HSV(B) | 129.84º | 0.66% | 0.73% | - |
| XYZ | 20.96 | 36.38 | 14.1 | - |
| YUV | 136.89 | 97.58 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 185 | 83 | 0.66 | 0 | 0.55 | 0.27 | 129.84 | 0.49 | 0.49 |
| Hex | 3F | B9 | 53 | 42 | 0 | 37 | 1B | 82 | 31 | 31 |
| Octal | 77 | 271 | 123 | 102 | 0 | 67 | 33 | 202 | 61 | 61 |
| Binary | 111111 | 10111001 | 1010011 | 1000010 | 0 | 110111 | 11011 | 10000010 | 110001 | 110001 |
Color Harmonies of #3FB953
Complementary color
Monochromatic Colors of #3FB953
Black with #3FB953
Text Example
Text Example
White with #3FB953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB953; }
p { color: rgb(63,185,83); }
H1.HeaderClassName
{
color: #3FB953;
}
.AnyTagClassName
{
color: #3FB953;
}
</style>
background-color css
<style>
a { background-color: #3FB953; }
a { background-color: rgb(63,185,83); }
div.DivClassName
{
background-color: #3FB953;
}
.BgClassName
{
background-color: #3FB953;
}
</style>
border-color css
<style>
span { border-color: #3FB953; }
span { border-color: rgb(63,185,83); }
td.TdClassName
{
border-color: #3FB953;
}
.TagClassName
{
border-color: #3FB953;
}
</style>