Shades of Fruit Salad #3FB047
Tints of Fruit Salad #3FB047
RGB
CMYK
RGB Variations
Color information
#3FB047 (or 0x3FB047) is known color: Fruit Salad. HEX triplet: 3F, B0 and 47. RGB value is (63,176,71). Sum of RGB (Red+Green+Blue) = 63+176+71=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 176 (69.14% from 255 or 56.77% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 176 - color contains mainly: green. Hex color #3FB047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FB047 is #C04FB8. Grayscale: #828282. Windows color (decimal): -12603321 or 4698175. OLE color: 4698175.
HSL color Cylindrical-coordinate representation of color #3FB047: hue angle of 124.25º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FB047 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 176 | 71 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.31 |
| HSL | 124.25º | 0.47% | 0.47% | - |
| HSV(B) | 124.25º | 0.64% | 0.69% | - |
| XYZ | 18.71 | 32.56 | 11.26 | - |
| YUV | 130.24 | 94.56 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 176 | 71 | 0.64 | 0 | 0.60 | 0.31 | 124.25 | 0.47 | 0.47 |
| Hex | 3F | B0 | 47 | 40 | 0 | 3C | 1F | 7C | 2F | 2F |
| Octal | 77 | 260 | 107 | 100 | 0 | 74 | 37 | 174 | 57 | 57 |
| Binary | 111111 | 10110000 | 1000111 | 1000000 | 0 | 111100 | 11111 | 1111100 | 101111 | 101111 |
Color Harmonies of #3FB047
Complementary color
Monochromatic Colors of #3FB047
Black with #3FB047
Text Example
Text Example
White with #3FB047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB047; }
p { color: rgb(63,176,71); }
H1.HeaderClassName
{
color: #3FB047;
}
.AnyTagClassName
{
color: #3FB047;
}
</style>
background-color css
<style>
a { background-color: #3FB047; }
a { background-color: rgb(63,176,71); }
div.DivClassName
{
background-color: #3FB047;
}
.BgClassName
{
background-color: #3FB047;
}
</style>
border-color css
<style>
span { border-color: #3FB047; }
span { border-color: rgb(63,176,71); }
td.TdClassName
{
border-color: #3FB047;
}
.TagClassName
{
border-color: #3FB047;
}
</style>