Shades of Fruit Salad #3FBC54
Tints of Fruit Salad #3FBC54
RGB
CMYK
RGB Variations
Color information
#3FBC54 (or 0x3FBC54) is known color: Fruit Salad. HEX triplet: 3F, BC and 54. RGB value is (63,188,84). Sum of RGB (Red+Green+Blue) = 63+188+84=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #3FBC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBC54 is #C043AB. Grayscale: #8B8B8B. Windows color (decimal): -12600236 or 5553215. OLE color: 5553215.
HSL color Cylindrical-coordinate representation of color #3FBC54: hue angle of 130.08º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3FBC54 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 188 | 84 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.26 |
| HSL | 130.08º | 0.5% | 0.49% | - |
| HSV(B) | 130.08º | 0.66% | 0.74% | - |
| XYZ | 21.63 | 37.66 | 14.52 | - |
| YUV | 138.77 | 97.09 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 188 | 84 | 0.66 | 0 | 0.55 | 0.26 | 130.08 | 0.5 | 0.49 |
| Hex | 3F | BC | 54 | 42 | 0 | 37 | 1A | 82 | 32 | 31 |
| Octal | 77 | 274 | 124 | 102 | 0 | 67 | 32 | 202 | 62 | 61 |
| Binary | 111111 | 10111100 | 1010100 | 1000010 | 0 | 110111 | 11010 | 10000010 | 110010 | 110001 |
Color Harmonies of #3FBC54
Complementary color
Monochromatic Colors of #3FBC54
Black with #3FBC54
Text Example
Text Example
White with #3FBC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBC54; }
p { color: rgb(63,188,84); }
H1.HeaderClassName
{
color: #3FBC54;
}
.AnyTagClassName
{
color: #3FBC54;
}
</style>
background-color css
<style>
a { background-color: #3FBC54; }
a { background-color: rgb(63,188,84); }
div.DivClassName
{
background-color: #3FBC54;
}
.BgClassName
{
background-color: #3FBC54;
}
</style>
border-color css
<style>
span { border-color: #3FBC54; }
span { border-color: rgb(63,188,84); }
td.TdClassName
{
border-color: #3FBC54;
}
.TagClassName
{
border-color: #3FBC54;
}
</style>