Shades of Fruit Salad #40AF47
Tints of Fruit Salad #40AF47
RGB
CMYK
RGB Variations
Color information
#40AF47 (or 0x40AF47) is known color: Fruit Salad. HEX triplet: 40, AF and 47. RGB value is (64,175,71). Sum of RGB (Red+Green+Blue) = 64+175+71=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 175 (68.75% from 255 or 56.45% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AF47 is #BF50B8. Grayscale: #828282. Windows color (decimal): -12538041 or 4697920. OLE color: 4697920.
HSL color Cylindrical-coordinate representation of color #40AF47: hue angle of 123.78º 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 #40AF47 is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 175 | 71 | - |
| CMYK | 0.63 | 0 | 0.59 | 0.31 |
| HSL | 123.78º | 0.46% | 0.47% | - |
| HSV(B) | 123.78º | 0.63% | 0.69% | - |
| XYZ | 18.58 | 32.2 | 11.2 | - |
| YUV | 129.96 | 94.73 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 71 | 0.63 | 0 | 0.59 | 0.31 | 123.78 | 0.46 | 0.47 |
| Hex | 40 | AF | 47 | 3F | 0 | 3B | 1F | 7C | 2E | 2F |
| Octal | 100 | 257 | 107 | 77 | 0 | 73 | 37 | 174 | 56 | 57 |
| Binary | 1000000 | 10101111 | 1000111 | 111111 | 0 | 111011 | 11111 | 1111100 | 101110 | 101111 |
Color Harmonies of #40AF47
Complementary color
Monochromatic Colors of #40AF47
Black with #40AF47
Text Example
Text Example
White with #40AF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AF47; }
p { color: rgb(64,175,71); }
H1.HeaderClassName
{
color: #40AF47;
}
.AnyTagClassName
{
color: #40AF47;
}
</style>
background-color css
<style>
a { background-color: #40AF47; }
a { background-color: rgb(64,175,71); }
div.DivClassName
{
background-color: #40AF47;
}
.BgClassName
{
background-color: #40AF47;
}
</style>
border-color css
<style>
span { border-color: #40AF47; }
span { border-color: rgb(64,175,71); }
td.TdClassName
{
border-color: #40AF47;
}
.TagClassName
{
border-color: #40AF47;
}
</style>