Shades of Fruit Salad #41B24D
Tints of Fruit Salad #41B24D
RGB
CMYK
RGB Variations
Color information
#41B24D (or 0x41B24D) is known color: Fruit Salad. HEX triplet: 41, B2 and 4D. RGB value is (65,178,77). Sum of RGB (Red+Green+Blue) = 65+178+77=320 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.31% from 320); Green value is 178 (69.92% from 255 or 55.62% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 178 - color contains mainly: green. Hex color #41B24D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41B24D is #BE4DB2. Grayscale: #848484. Windows color (decimal): -12471731 or 5091905. OLE color: 5091905.
HSL color Cylindrical-coordinate representation of color #41B24D: hue angle of 126.37º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41B24D is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 65 | 178 | 77 | - |
| CMYK | 0.63 | 0 | 0.57 | 0.30 |
| HSL | 126.37º | 0.47% | 0.48% | - |
| HSV(B) | 126.37º | 0.63% | 0.7% | - |
| XYZ | 19.44 | 33.5 | 12.46 | - |
| YUV | 132.7 | 96.56 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 178 | 77 | 0.63 | 0 | 0.57 | 0.30 | 126.37 | 0.47 | 0.48 |
| Hex | 41 | B2 | 4D | 3F | 0 | 39 | 1E | 7E | 2F | 30 |
| Octal | 101 | 262 | 115 | 77 | 0 | 71 | 36 | 176 | 57 | 60 |
| Binary | 1000001 | 10110010 | 1001101 | 111111 | 0 | 111001 | 11110 | 1111110 | 101111 | 110000 |
Color Harmonies of #41B24D
Complementary color
Monochromatic Colors of #41B24D
Black with #41B24D
Text Example
Text Example
White with #41B24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B24D; }
p { color: rgb(65,178,77); }
H1.HeaderClassName
{
color: #41B24D;
}
.AnyTagClassName
{
color: #41B24D;
}
</style>
background-color css
<style>
a { background-color: #41B24D; }
a { background-color: rgb(65,178,77); }
div.DivClassName
{
background-color: #41B24D;
}
.BgClassName
{
background-color: #41B24D;
}
</style>
border-color css
<style>
span { border-color: #41B24D; }
span { border-color: rgb(65,178,77); }
td.TdClassName
{
border-color: #41B24D;
}
.TagClassName
{
border-color: #41B24D;
}
</style>