Shades of Fruit Salad #41B94D
Tints of Fruit Salad #41B94D
RGB
CMYK
RGB Variations
Color information
#41B94D (or 0x41B94D) is known color: Fruit Salad. HEX triplet: 41, B9 and 4D. RGB value is (65,185,77). Sum of RGB (Red+Green+Blue) = 65+185+77=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 185 (72.66% from 255 or 56.57% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 185 - color contains mainly: green. Hex color #41B94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41B94D is #BE46B2. Grayscale: #898989. Windows color (decimal): -12469939 or 5093697. OLE color: 5093697.
HSL color Cylindrical-coordinate representation of color #41B94D: hue angle of 126º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41B94D is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 185 | 77 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.27 |
| HSL | 126º | 0.48% | 0.49% | - |
| HSV(B) | 126º | 0.65% | 0.73% | - |
| XYZ | 20.87 | 36.36 | 12.94 | - |
| YUV | 136.81 | 94.24 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 185 | 77 | 0.65 | 0 | 0.58 | 0.27 | 126 | 0.48 | 0.49 |
| Hex | 41 | B9 | 4D | 41 | 0 | 3A | 1B | 7E | 30 | 31 |
| Octal | 101 | 271 | 115 | 101 | 0 | 72 | 33 | 176 | 60 | 61 |
| Binary | 1000001 | 10111001 | 1001101 | 1000001 | 0 | 111010 | 11011 | 1111110 | 110000 | 110001 |
Color Harmonies of #41B94D
Complementary color
Monochromatic Colors of #41B94D
Black with #41B94D
Text Example
Text Example
White with #41B94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B94D; }
p { color: rgb(65,185,77); }
H1.HeaderClassName
{
color: #41B94D;
}
.AnyTagClassName
{
color: #41B94D;
}
</style>
background-color css
<style>
a { background-color: #41B94D; }
a { background-color: rgb(65,185,77); }
div.DivClassName
{
background-color: #41B94D;
}
.BgClassName
{
background-color: #41B94D;
}
</style>
border-color css
<style>
span { border-color: #41B94D; }
span { border-color: rgb(65,185,77); }
td.TdClassName
{
border-color: #41B94D;
}
.TagClassName
{
border-color: #41B94D;
}
</style>