Shades of Fruit Salad #41AB4D
Tints of Fruit Salad #41AB4D
RGB
CMYK
RGB Variations
Color information
#41AB4D (or 0x41AB4D) is known color: Fruit Salad. HEX triplet: 41, AB and 4D. RGB value is (65,171,77). Sum of RGB (Red+Green+Blue) = 65+171+77=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 171 (67.19% from 255 or 54.63% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 171 - color contains mainly: green. Hex color #41AB4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41AB4D is #BE54B2. Grayscale: #808080. Windows color (decimal): -12473523 or 5090113. OLE color: 5090113.
HSL color Cylindrical-coordinate representation of color #41AB4D: hue angle of 126.79º 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 #41AB4D is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 171 | 77 | - |
| CMYK | 0.62 | 0 | 0.55 | 0.33 |
| HSL | 126.79º | 0.45% | 0.46% | - |
| HSV(B) | 126.79º | 0.62% | 0.67% | - |
| XYZ | 18.08 | 30.79 | 12.01 | - |
| YUV | 128.59 | 98.88 | 82.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 171 | 77 | 0.62 | 0 | 0.55 | 0.33 | 126.79 | 0.45 | 0.46 |
| Hex | 41 | AB | 4D | 3E | 0 | 37 | 21 | 7F | 2D | 2E |
| Octal | 101 | 253 | 115 | 76 | 0 | 67 | 41 | 177 | 55 | 56 |
| Binary | 1000001 | 10101011 | 1001101 | 111110 | 0 | 110111 | 100001 | 1111111 | 101101 | 101110 |
Color Harmonies of #41AB4D
Complementary color
Monochromatic Colors of #41AB4D
Black with #41AB4D
Text Example
Text Example
White with #41AB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AB4D; }
p { color: rgb(65,171,77); }
H1.HeaderClassName
{
color: #41AB4D;
}
.AnyTagClassName
{
color: #41AB4D;
}
</style>
background-color css
<style>
a { background-color: #41AB4D; }
a { background-color: rgb(65,171,77); }
div.DivClassName
{
background-color: #41AB4D;
}
.BgClassName
{
background-color: #41AB4D;
}
</style>
border-color css
<style>
span { border-color: #41AB4D; }
span { border-color: rgb(65,171,77); }
td.TdClassName
{
border-color: #41AB4D;
}
.TagClassName
{
border-color: #41AB4D;
}
</style>