Shades of Fruit Salad #41AC40
Tints of Fruit Salad #41AC40
RGB
CMYK
RGB Variations
Color information
#41AC40 (or 0x41AC40) is known color: Fruit Salad. HEX triplet: 41, AC and 40. RGB value is (65,172,64). Sum of RGB (Red+Green+Blue) = 65+172+64=301 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.59% from 301); Green value is 172 (67.58% from 255 or 57.14% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 172 - color contains mainly: green. Hex color #41AC40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AC40 is #BE53BF. Grayscale: #808080. Windows color (decimal): -12473280 or 4238401. OLE color: 4238401.
HSL color Cylindrical-coordinate representation of color #41AC40: hue angle of 119.44º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41AC40 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 172 | 64 | - |
| CMYK | 0.62 | 0 | 0.63 | 0.33 |
| HSL | 119.44º | 0.46% | 0.46% | - |
| HSV(B) | 119.44º | 0.63% | 0.67% | - |
| XYZ | 17.86 | 31 | 9.89 | - |
| YUV | 127.7 | 92.05 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 172 | 64 | 0.62 | 0 | 0.63 | 0.33 | 119.44 | 0.46 | 0.46 |
| Hex | 41 | AC | 40 | 3E | 0 | 3F | 21 | 77 | 2E | 2E |
| Octal | 101 | 254 | 100 | 76 | 0 | 77 | 41 | 167 | 56 | 56 |
| Binary | 1000001 | 10101100 | 1000000 | 111110 | 0 | 111111 | 100001 | 1110111 | 101110 | 101110 |
Color Harmonies of #41AC40
Complementary color
Monochromatic Colors of #41AC40
Black with #41AC40
Text Example
Text Example
White with #41AC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AC40; }
p { color: rgb(65,172,64); }
H1.HeaderClassName
{
color: #41AC40;
}
.AnyTagClassName
{
color: #41AC40;
}
</style>
background-color css
<style>
a { background-color: #41AC40; }
a { background-color: rgb(65,172,64); }
div.DivClassName
{
background-color: #41AC40;
}
.BgClassName
{
background-color: #41AC40;
}
</style>
border-color css
<style>
span { border-color: #41AC40; }
span { border-color: rgb(65,172,64); }
td.TdClassName
{
border-color: #41AC40;
}
.TagClassName
{
border-color: #41AC40;
}
</style>