Shades of Fruit Salad #41AF41
Tints of Fruit Salad #41AF41
RGB
CMYK
RGB Variations
Color information
#41AF41 (or 0x41AF41) is known color: Fruit Salad. HEX triplet: 41, AF and 41. RGB value is (65,175,65). Sum of RGB (Red+Green+Blue) = 65+175+65=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #41AF41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AF41 is #BE50BE. Grayscale: #818181. Windows color (decimal): -12472511 or 4304705. OLE color: 4304705.
HSL color Cylindrical-coordinate representation of color #41AF41: hue angle of 120º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41AF41 is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 175 | 65 | - |
| CMYK | 0.63 | 0 | 0.63 | 0.31 |
| HSL | 120º | 0.46% | 0.47% | - |
| HSV(B) | 120º | 0.63% | 0.69% | - |
| XYZ | 18.46 | 32.17 | 10.24 | - |
| YUV | 129.57 | 91.56 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 175 | 65 | 0.63 | 0 | 0.63 | 0.31 | 120 | 0.46 | 0.47 |
| Hex | 41 | AF | 41 | 3F | 0 | 3F | 1F | 78 | 2E | 2F |
| Octal | 101 | 257 | 101 | 77 | 0 | 77 | 37 | 170 | 56 | 57 |
| Binary | 1000001 | 10101111 | 1000001 | 111111 | 0 | 111111 | 11111 | 1111000 | 101110 | 101111 |
Color Harmonies of #41AF41
Complementary color
Monochromatic Colors of #41AF41
Black with #41AF41
Text Example
Text Example
White with #41AF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AF41; }
p { color: rgb(65,175,65); }
H1.HeaderClassName
{
color: #41AF41;
}
.AnyTagClassName
{
color: #41AF41;
}
</style>
background-color css
<style>
a { background-color: #41AF41; }
a { background-color: rgb(65,175,65); }
div.DivClassName
{
background-color: #41AF41;
}
.BgClassName
{
background-color: #41AF41;
}
</style>
border-color css
<style>
span { border-color: #41AF41; }
span { border-color: rgb(65,175,65); }
td.TdClassName
{
border-color: #41AF41;
}
.TagClassName
{
border-color: #41AF41;
}
</style>