Shades of Fruit Salad #3FBE55
Tints of Fruit Salad #3FBE55
RGB
CMYK
RGB Variations
Color information
#3FBE55 (or 0x3FBE55) is known color: Fruit Salad. HEX triplet: 3F, BE and 55. RGB value is (63,190,85). Sum of RGB (Red+Green+Blue) = 63+190+85=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 190 (74.61% from 255 or 56.21% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 190 - color contains mainly: green. Hex color #3FBE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FBE55 is #C041AA. Grayscale: #8C8C8C. Windows color (decimal): -12599723 or 5619263. OLE color: 5619263.
HSL color Cylindrical-coordinate representation of color #3FBE55: hue angle of 130.39º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3FBE55 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 190 | 85 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.25 |
| HSL | 130.39º | 0.5% | 0.5% | - |
| HSV(B) | 130.39º | 0.67% | 0.75% | - |
| XYZ | 22.1 | 38.54 | 14.87 | - |
| YUV | 140.06 | 96.92 | 73.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 190 | 85 | 0.67 | 0 | 0.55 | 0.25 | 130.39 | 0.5 | 0.5 |
| Hex | 3F | BE | 55 | 43 | 0 | 37 | 19 | 82 | 32 | 32 |
| Octal | 77 | 276 | 125 | 103 | 0 | 67 | 31 | 202 | 62 | 62 |
| Binary | 111111 | 10111110 | 1010101 | 1000011 | 0 | 110111 | 11001 | 10000010 | 110010 | 110010 |
Color Harmonies of #3FBE55
Complementary color
Monochromatic Colors of #3FBE55
Black with #3FBE55
Text Example
Text Example
White with #3FBE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FBE55; }
p { color: rgb(63,190,85); }
H1.HeaderClassName
{
color: #3FBE55;
}
.AnyTagClassName
{
color: #3FBE55;
}
</style>
background-color css
<style>
a { background-color: #3FBE55; }
a { background-color: rgb(63,190,85); }
div.DivClassName
{
background-color: #3FBE55;
}
.BgClassName
{
background-color: #3FBE55;
}
</style>
border-color css
<style>
span { border-color: #3FBE55; }
span { border-color: rgb(63,190,85); }
td.TdClassName
{
border-color: #3FBE55;
}
.TagClassName
{
border-color: #3FBE55;
}
</style>