Shades of Fruit Salad #41AF3F
Tints of Fruit Salad #41AF3F
RGB
CMYK
RGB Variations
Color information
#41AF3F (or 0x41AF3F) is known color: Fruit Salad. HEX triplet: 41, AF and 3F. RGB value is (65,175,63). Sum of RGB (Red+Green+Blue) = 65+175+63=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 175 (68.75% from 255 or 57.76% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 175 - color contains mainly: green. Hex color #41AF3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AF3F is #BE50C0. Grayscale: #818181. Windows color (decimal): -12472513 or 4173633. OLE color: 4173633.
HSL color Cylindrical-coordinate representation of color #41AF3F: hue angle of 118.93º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41AF3F is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 175 | 63 | - |
| CMYK | 0.63 | 0 | 0.64 | 0.31 |
| HSL | 118.93º | 0.47% | 0.47% | - |
| HSV(B) | 118.93º | 0.64% | 0.69% | - |
| XYZ | 18.41 | 32.14 | 9.94 | - |
| YUV | 129.34 | 90.56 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 175 | 63 | 0.63 | 0 | 0.64 | 0.31 | 118.93 | 0.47 | 0.47 |
| Hex | 41 | AF | 3F | 3F | 0 | 40 | 1F | 77 | 2F | 2F |
| Octal | 101 | 257 | 77 | 77 | 0 | 100 | 37 | 167 | 57 | 57 |
| Binary | 1000001 | 10101111 | 111111 | 111111 | 0 | 1000000 | 11111 | 1110111 | 101111 | 101111 |
Color Harmonies of #41AF3F
Complementary color
Monochromatic Colors of #41AF3F
Black with #41AF3F
Text Example
Text Example
White with #41AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AF3F; }
p { color: rgb(65,175,63); }
H1.HeaderClassName
{
color: #41AF3F;
}
.AnyTagClassName
{
color: #41AF3F;
}
</style>
background-color css
<style>
a { background-color: #41AF3F; }
a { background-color: rgb(65,175,63); }
div.DivClassName
{
background-color: #41AF3F;
}
.BgClassName
{
background-color: #41AF3F;
}
</style>
border-color css
<style>
span { border-color: #41AF3F; }
span { border-color: rgb(65,175,63); }
td.TdClassName
{
border-color: #41AF3F;
}
.TagClassName
{
border-color: #41AF3F;
}
</style>