Shades of Fruit Salad #3FB951
Tints of Fruit Salad #3FB951
RGB
CMYK
RGB Variations
Color information
#3FB951 (or 0x3FB951) is known color: Fruit Salad. HEX triplet: 3F, B9 and 51. RGB value is (63,185,81). Sum of RGB (Red+Green+Blue) = 63+185+81=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 185 (72.66% from 255 or 56.23% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 185 - color contains mainly: green. Hex color #3FB951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FB951 is #C046AE. Grayscale: #888888. Windows color (decimal): -12601007 or 5355839. OLE color: 5355839.
HSL color Cylindrical-coordinate representation of color #3FB951: hue angle of 128.85º 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 #3FB951 is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 185 | 81 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.27 |
| HSL | 128.85º | 0.49% | 0.49% | - |
| HSV(B) | 128.85º | 0.66% | 0.73% | - |
| XYZ | 20.88 | 36.35 | 13.7 | - |
| YUV | 136.67 | 96.58 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 185 | 81 | 0.66 | 0 | 0.56 | 0.27 | 128.85 | 0.49 | 0.49 |
| Hex | 3F | B9 | 51 | 42 | 0 | 38 | 1B | 81 | 31 | 31 |
| Octal | 77 | 271 | 121 | 102 | 0 | 70 | 33 | 201 | 61 | 61 |
| Binary | 111111 | 10111001 | 1010001 | 1000010 | 0 | 111000 | 11011 | 10000001 | 110001 | 110001 |
Color Harmonies of #3FB951
Complementary color
Monochromatic Colors of #3FB951
Black with #3FB951
Text Example
Text Example
White with #3FB951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB951; }
p { color: rgb(63,185,81); }
H1.HeaderClassName
{
color: #3FB951;
}
.AnyTagClassName
{
color: #3FB951;
}
</style>
background-color css
<style>
a { background-color: #3FB951; }
a { background-color: rgb(63,185,81); }
div.DivClassName
{
background-color: #3FB951;
}
.BgClassName
{
background-color: #3FB951;
}
</style>
border-color css
<style>
span { border-color: #3FB951; }
span { border-color: rgb(63,185,81); }
td.TdClassName
{
border-color: #3FB951;
}
.TagClassName
{
border-color: #3FB951;
}
</style>