Shades of Fruit Salad #41B74D
Tints of Fruit Salad #41B74D
RGB
CMYK
RGB Variations
Color information
#41B74D (or 0x41B74D) is known color: Fruit Salad. HEX triplet: 41, B7 and 4D. RGB value is (65,183,77). Sum of RGB (Red+Green+Blue) = 65+183+77=325 (43% of max value = 765). Red value is 65 (25.78% from 255 or 20% from 325); Green value is 183 (71.88% from 255 or 56.31% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 183 - color contains mainly: green. Hex color #41B74D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #41B74D is #BE48B2. Grayscale: #878787. Windows color (decimal): -12470451 or 5093185. OLE color: 5093185.
HSL color Cylindrical-coordinate representation of color #41B74D: hue angle of 126.1º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41B74D is Cyan = 0.64, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 65 | 183 | 77 | - |
| CMYK | 0.64 | 0 | 0.58 | 0.28 |
| HSL | 126.1º | 0.48% | 0.49% | - |
| HSV(B) | 126.1º | 0.64% | 0.72% | - |
| XYZ | 20.45 | 35.53 | 12.8 | - |
| YUV | 135.63 | 94.91 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 183 | 77 | 0.64 | 0 | 0.58 | 0.28 | 126.1 | 0.48 | 0.49 |
| Hex | 41 | B7 | 4D | 40 | 0 | 3A | 1C | 7E | 30 | 31 |
| Octal | 101 | 267 | 115 | 100 | 0 | 72 | 34 | 176 | 60 | 61 |
| Binary | 1000001 | 10110111 | 1001101 | 1000000 | 0 | 111010 | 11100 | 1111110 | 110000 | 110001 |
Color Harmonies of #41B74D
Complementary color
Monochromatic Colors of #41B74D
Black with #41B74D
Text Example
Text Example
White with #41B74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B74D; }
p { color: rgb(65,183,77); }
H1.HeaderClassName
{
color: #41B74D;
}
.AnyTagClassName
{
color: #41B74D;
}
</style>
background-color css
<style>
a { background-color: #41B74D; }
a { background-color: rgb(65,183,77); }
div.DivClassName
{
background-color: #41B74D;
}
.BgClassName
{
background-color: #41B74D;
}
</style>
border-color css
<style>
span { border-color: #41B74D; }
span { border-color: rgb(65,183,77); }
td.TdClassName
{
border-color: #41B74D;
}
.TagClassName
{
border-color: #41B74D;
}
</style>