Shades of Fruit Salad #3FBA54
Tints of Fruit Salad #3FBA54
RGB
CMYK
RGB Variations
Color information
#3FBA54 (or 0x3FBA54) is known color: Fruit Salad. HEX triplet: 3F, BA and 54. RGB value is (63,186,84). Sum of RGB (Red+Green+Blue) = 63+186+84=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 186 (73.05% from 255 or 55.86% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 186 - color contains mainly: green. Hex color #3FBA54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBA54 is #C045AB. Grayscale: #898989. Windows color (decimal): -12600748 or 5552703. OLE color: 5552703.
HSL color Cylindrical-coordinate representation of color #3FBA54: hue angle of 130.24º 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 #3FBA54 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 63 | 186 | 84 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.27 |
| HSL | 130.24º | 0.49% | 0.49% | - |
| HSV(B) | 130.24º | 0.66% | 0.73% | - |
| XYZ | 21.21 | 36.81 | 14.38 | - |
| YUV | 137.6 | 97.75 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 186 | 84 | 0.66 | 0 | 0.55 | 0.27 | 130.24 | 0.49 | 0.49 |
| Hex | 3F | BA | 54 | 42 | 0 | 37 | 1B | 82 | 31 | 31 |
| Octal | 77 | 272 | 124 | 102 | 0 | 67 | 33 | 202 | 61 | 61 |
| Binary | 111111 | 10111010 | 1010100 | 1000010 | 0 | 110111 | 11011 | 10000010 | 110001 | 110001 |
Color Harmonies of #3FBA54
Complementary color
Monochromatic Colors of #3FBA54
Black with #3FBA54
Text Example
Text Example
White with #3FBA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBA54; }
p { color: rgb(63,186,84); }
H1.HeaderClassName
{
color: #3FBA54;
}
.AnyTagClassName
{
color: #3FBA54;
}
</style>
background-color css
<style>
a { background-color: #3FBA54; }
a { background-color: rgb(63,186,84); }
div.DivClassName
{
background-color: #3FBA54;
}
.BgClassName
{
background-color: #3FBA54;
}
</style>
border-color css
<style>
span { border-color: #3FBA54; }
span { border-color: rgb(63,186,84); }
td.TdClassName
{
border-color: #3FBA54;
}
.TagClassName
{
border-color: #3FBA54;
}
</style>