Shades of Fruit Salad #3FB84F
Tints of Fruit Salad #3FB84F
RGB
CMYK
RGB Variations
Color information
#3FB84F (or 0x3FB84F) is known color: Fruit Salad. HEX triplet: 3F, B8 and 4F. RGB value is (63,184,79). Sum of RGB (Red+Green+Blue) = 63+184+79=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 184 (72.27% from 255 or 56.44% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 184 - color contains mainly: green. Hex color #3FB84F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FB84F is #C047B0. Grayscale: #888888. Windows color (decimal): -12601265 or 5224511. OLE color: 5224511.
HSL color Cylindrical-coordinate representation of color #3FB84F: hue angle of 127.93º 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 #3FB84F is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 63 | 184 | 79 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.28 |
| HSL | 127.93º | 0.49% | 0.48% | - |
| HSV(B) | 127.93º | 0.66% | 0.72% | - |
| XYZ | 20.6 | 35.9 | 13.24 | - |
| YUV | 135.85 | 95.91 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 184 | 79 | 0.66 | 0 | 0.57 | 0.28 | 127.93 | 0.49 | 0.48 |
| Hex | 3F | B8 | 4F | 42 | 0 | 39 | 1C | 80 | 31 | 30 |
| Octal | 77 | 270 | 117 | 102 | 0 | 71 | 34 | 200 | 61 | 60 |
| Binary | 111111 | 10111000 | 1001111 | 1000010 | 0 | 111001 | 11100 | 10000000 | 110001 | 110000 |
Color Harmonies of #3FB84F
Complementary color
Monochromatic Colors of #3FB84F
Black with #3FB84F
Text Example
Text Example
White with #3FB84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB84F; }
p { color: rgb(63,184,79); }
H1.HeaderClassName
{
color: #3FB84F;
}
.AnyTagClassName
{
color: #3FB84F;
}
</style>
background-color css
<style>
a { background-color: #3FB84F; }
a { background-color: rgb(63,184,79); }
div.DivClassName
{
background-color: #3FB84F;
}
.BgClassName
{
background-color: #3FB84F;
}
</style>
border-color css
<style>
span { border-color: #3FB84F; }
span { border-color: rgb(63,184,79); }
td.TdClassName
{
border-color: #3FB84F;
}
.TagClassName
{
border-color: #3FB84F;
}
</style>