Shades of Fruit Salad #40AF43
Tints of Fruit Salad #40AF43
RGB
CMYK
RGB Variations
Color information
#40AF43 (or 0x40AF43) is known color: Fruit Salad. HEX triplet: 40, AF and 43. RGB value is (64,175,67). Sum of RGB (Red+Green+Blue) = 64+175+67=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 175 (68.75% from 255 or 57.19% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AF43 is #BF50BC. Grayscale: #818181. Windows color (decimal): -12538045 or 4435776. OLE color: 4435776.
HSL color Cylindrical-coordinate representation of color #40AF43: hue angle of 121.62º 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 #40AF43 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 175 | 67 | - |
| CMYK | 0.63 | 0 | 0.62 | 0.31 |
| HSL | 121.62º | 0.46% | 0.47% | - |
| HSV(B) | 121.62º | 0.63% | 0.69% | - |
| XYZ | 18.46 | 32.16 | 10.54 | - |
| YUV | 129.5 | 92.73 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 67 | 0.63 | 0 | 0.62 | 0.31 | 121.62 | 0.46 | 0.47 |
| Hex | 40 | AF | 43 | 3F | 0 | 3E | 1F | 7A | 2E | 2F |
| Octal | 100 | 257 | 103 | 77 | 0 | 76 | 37 | 172 | 56 | 57 |
| Binary | 1000000 | 10101111 | 1000011 | 111111 | 0 | 111110 | 11111 | 1111010 | 101110 | 101111 |
Color Harmonies of #40AF43
Complementary color
Monochromatic Colors of #40AF43
Black with #40AF43
Text Example
Text Example
White with #40AF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AF43; }
p { color: rgb(64,175,67); }
H1.HeaderClassName
{
color: #40AF43;
}
.AnyTagClassName
{
color: #40AF43;
}
</style>
background-color css
<style>
a { background-color: #40AF43; }
a { background-color: rgb(64,175,67); }
div.DivClassName
{
background-color: #40AF43;
}
.BgClassName
{
background-color: #40AF43;
}
</style>
border-color css
<style>
span { border-color: #40AF43; }
span { border-color: rgb(64,175,67); }
td.TdClassName
{
border-color: #40AF43;
}
.TagClassName
{
border-color: #40AF43;
}
</style>