Shades of Fruit Salad #41AC4D
Tints of Fruit Salad #41AC4D
RGB
CMYK
RGB Variations
Color information
#41AC4D (or 0x41AC4D) is known color: Fruit Salad. HEX triplet: 41, AC and 4D. RGB value is (65,172,77). Sum of RGB (Red+Green+Blue) = 65+172+77=314 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.70% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #41AC4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41AC4D is #BE53B2. Grayscale: #818181. Windows color (decimal): -12473267 or 5090369. OLE color: 5090369.
HSL color Cylindrical-coordinate representation of color #41AC4D: hue angle of 126.73º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41AC4D is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 172 | 77 | - |
| CMYK | 0.62 | 0 | 0.55 | 0.33 |
| HSL | 126.73º | 0.45% | 0.46% | - |
| HSV(B) | 126.73º | 0.62% | 0.67% | - |
| XYZ | 18.27 | 31.16 | 12.07 | - |
| YUV | 129.18 | 98.55 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 172 | 77 | 0.62 | 0 | 0.55 | 0.33 | 126.73 | 0.45 | 0.46 |
| Hex | 41 | AC | 4D | 3E | 0 | 37 | 21 | 7F | 2D | 2E |
| Octal | 101 | 254 | 115 | 76 | 0 | 67 | 41 | 177 | 55 | 56 |
| Binary | 1000001 | 10101100 | 1001101 | 111110 | 0 | 110111 | 100001 | 1111111 | 101101 | 101110 |
Color Harmonies of #41AC4D
Complementary color
Monochromatic Colors of #41AC4D
Black with #41AC4D
Text Example
Text Example
White with #41AC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AC4D; }
p { color: rgb(65,172,77); }
H1.HeaderClassName
{
color: #41AC4D;
}
.AnyTagClassName
{
color: #41AC4D;
}
</style>
background-color css
<style>
a { background-color: #41AC4D; }
a { background-color: rgb(65,172,77); }
div.DivClassName
{
background-color: #41AC4D;
}
.BgClassName
{
background-color: #41AC4D;
}
</style>
border-color css
<style>
span { border-color: #41AC4D; }
span { border-color: rgb(65,172,77); }
td.TdClassName
{
border-color: #41AC4D;
}
.TagClassName
{
border-color: #41AC4D;
}
</style>