Shades of Fruit Salad #40AE3E
Tints of Fruit Salad #40AE3E
RGB
CMYK
RGB Variations
Color information
#40AE3E (or 0x40AE3E) is known color: Fruit Salad. HEX triplet: 40, AE and 3E. RGB value is (64,174,62). Sum of RGB (Red+Green+Blue) = 64+174+62=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 174 (68.36% from 255 or 58% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AE3E is #BF51C1. Grayscale: #808080. Windows color (decimal): -12538306 or 4107840. OLE color: 4107840.
HSL color Cylindrical-coordinate representation of color #40AE3E: hue angle of 118.93º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40AE3E is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 174 | 62 | - |
| CMYK | 0.63 | 0 | 0.64 | 0.32 |
| HSL | 118.93º | 0.47% | 0.46% | - |
| HSV(B) | 118.93º | 0.64% | 0.68% | - |
| XYZ | 18.12 | 31.71 | 9.72 | - |
| YUV | 128.34 | 90.56 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 174 | 62 | 0.63 | 0 | 0.64 | 0.32 | 118.93 | 0.47 | 0.46 |
| Hex | 40 | AE | 3E | 3F | 0 | 40 | 20 | 77 | 2F | 2E |
| Octal | 100 | 256 | 76 | 77 | 0 | 100 | 40 | 167 | 57 | 56 |
| Binary | 1000000 | 10101110 | 111110 | 111111 | 0 | 1000000 | 100000 | 1110111 | 101111 | 101110 |
Color Harmonies of #40AE3E
Complementary color
Monochromatic Colors of #40AE3E
Black with #40AE3E
Text Example
Text Example
White with #40AE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AE3E; }
p { color: rgb(64,174,62); }
H1.HeaderClassName
{
color: #40AE3E;
}
.AnyTagClassName
{
color: #40AE3E;
}
</style>
background-color css
<style>
a { background-color: #40AE3E; }
a { background-color: rgb(64,174,62); }
div.DivClassName
{
background-color: #40AE3E;
}
.BgClassName
{
background-color: #40AE3E;
}
</style>
border-color css
<style>
span { border-color: #40AE3E; }
span { border-color: rgb(64,174,62); }
td.TdClassName
{
border-color: #40AE3E;
}
.TagClassName
{
border-color: #40AE3E;
}
</style>