Shades of Fruit Salad #41AF47
Tints of Fruit Salad #41AF47
RGB
CMYK
RGB Variations
Color information
#41AF47 (or 0x41AF47) is known color: Fruit Salad. HEX triplet: 41, AF and 47. RGB value is (65,175,71). Sum of RGB (Red+Green+Blue) = 65+175+71=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #41AF47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AF47 is #BE50B8. Grayscale: #828282. Windows color (decimal): -12472505 or 4697921. OLE color: 4697921.
HSL color Cylindrical-coordinate representation of color #41AF47: hue angle of 123.27º 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 #41AF47 is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 175 | 71 | - |
| CMYK | 0.63 | 0 | 0.59 | 0.31 |
| HSL | 123.27º | 0.46% | 0.47% | - |
| HSV(B) | 123.27º | 0.63% | 0.69% | - |
| XYZ | 18.65 | 32.24 | 11.2 | - |
| YUV | 130.25 | 94.56 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 175 | 71 | 0.63 | 0 | 0.59 | 0.31 | 123.27 | 0.46 | 0.47 |
| Hex | 41 | AF | 47 | 3F | 0 | 3B | 1F | 7B | 2E | 2F |
| Octal | 101 | 257 | 107 | 77 | 0 | 73 | 37 | 173 | 56 | 57 |
| Binary | 1000001 | 10101111 | 1000111 | 111111 | 0 | 111011 | 11111 | 1111011 | 101110 | 101111 |
Color Harmonies of #41AF47
Complementary color
Monochromatic Colors of #41AF47
Black with #41AF47
Text Example
Text Example
White with #41AF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AF47; }
p { color: rgb(65,175,71); }
H1.HeaderClassName
{
color: #41AF47;
}
.AnyTagClassName
{
color: #41AF47;
}
</style>
background-color css
<style>
a { background-color: #41AF47; }
a { background-color: rgb(65,175,71); }
div.DivClassName
{
background-color: #41AF47;
}
.BgClassName
{
background-color: #41AF47;
}
</style>
border-color css
<style>
span { border-color: #41AF47; }
span { border-color: rgb(65,175,71); }
td.TdClassName
{
border-color: #41AF47;
}
.TagClassName
{
border-color: #41AF47;
}
</style>