Shades of Fruit Salad #41A951
Tints of Fruit Salad #41A951
RGB
CMYK
RGB Variations
Color information
#41A951 (or 0x41A951) is known color: Fruit Salad. HEX triplet: 41, A9 and 51. RGB value is (65,169,81). Sum of RGB (Red+Green+Blue) = 65+169+81=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 169 (66.41% from 255 or 53.65% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 169 - color contains mainly: green. Hex color #41A951 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A951 is #BE56AE. Grayscale: #808080. Windows color (decimal): -12474031 or 5351745. OLE color: 5351745.
HSL color Cylindrical-coordinate representation of color #41A951: hue angle of 129.23º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41A951 is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 65 | 169 | 81 | - |
| CMYK | 0.62 | 0 | 0.52 | 0.34 |
| HSL | 129.23º | 0.44% | 0.46% | - |
| HSV(B) | 129.23º | 0.62% | 0.66% | - |
| XYZ | 17.85 | 30.09 | 12.65 | - |
| YUV | 127.87 | 101.54 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 169 | 81 | 0.62 | 0 | 0.52 | 0.34 | 129.23 | 0.44 | 0.46 |
| Hex | 41 | A9 | 51 | 3E | 0 | 34 | 22 | 81 | 2C | 2E |
| Octal | 101 | 251 | 121 | 76 | 0 | 64 | 42 | 201 | 54 | 56 |
| Binary | 1000001 | 10101001 | 1010001 | 111110 | 0 | 110100 | 100010 | 10000001 | 101100 | 101110 |
Color Harmonies of #41A951
Complementary color
Monochromatic Colors of #41A951
Black with #41A951
Text Example
Text Example
White with #41A951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A951; }
p { color: rgb(65,169,81); }
H1.HeaderClassName
{
color: #41A951;
}
.AnyTagClassName
{
color: #41A951;
}
</style>
background-color css
<style>
a { background-color: #41A951; }
a { background-color: rgb(65,169,81); }
div.DivClassName
{
background-color: #41A951;
}
.BgClassName
{
background-color: #41A951;
}
</style>
border-color css
<style>
span { border-color: #41A951; }
span { border-color: rgb(65,169,81); }
td.TdClassName
{
border-color: #41A951;
}
.TagClassName
{
border-color: #41A951;
}
</style>