Shades of Fruit Salad #3FB141
Tints of Fruit Salad #3FB141
RGB
CMYK
RGB Variations
Color information
#3FB141 (or 0x3FB141) is known color: Fruit Salad. HEX triplet: 3F, B1 and 41. RGB value is (63,177,65). Sum of RGB (Red+Green+Blue) = 63+177+65=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 177 (69.53% from 255 or 58.03% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 177 - color contains mainly: green. Hex color #3FB141 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FB141 is #C04EBE. Grayscale: #828282. Windows color (decimal): -12603071 or 4305215. OLE color: 4305215.
HSL color Cylindrical-coordinate representation of color #3FB141: hue angle of 121.05º 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 #3FB141 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 177 | 65 | - |
| CMYK | 0.64 | 0 | 0.63 | 0.31 |
| HSL | 121.05º | 0.48% | 0.47% | - |
| HSV(B) | 121.05º | 0.64% | 0.69% | - |
| XYZ | 18.73 | 32.88 | 10.36 | - |
| YUV | 130.15 | 91.23 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 177 | 65 | 0.64 | 0 | 0.63 | 0.31 | 121.05 | 0.48 | 0.47 |
| Hex | 3F | B1 | 41 | 40 | 0 | 3F | 1F | 79 | 30 | 2F |
| Octal | 77 | 261 | 101 | 100 | 0 | 77 | 37 | 171 | 60 | 57 |
| Binary | 111111 | 10110001 | 1000001 | 1000000 | 0 | 111111 | 11111 | 1111001 | 110000 | 101111 |
Color Harmonies of #3FB141
Complementary color
Monochromatic Colors of #3FB141
Black with #3FB141
Text Example
Text Example
White with #3FB141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB141; }
p { color: rgb(63,177,65); }
H1.HeaderClassName
{
color: #3FB141;
}
.AnyTagClassName
{
color: #3FB141;
}
</style>
background-color css
<style>
a { background-color: #3FB141; }
a { background-color: rgb(63,177,65); }
div.DivClassName
{
background-color: #3FB141;
}
.BgClassName
{
background-color: #3FB141;
}
</style>
border-color css
<style>
span { border-color: #3FB141; }
span { border-color: rgb(63,177,65); }
td.TdClassName
{
border-color: #3FB141;
}
.TagClassName
{
border-color: #3FB141;
}
</style>