Shades of Fruit Salad #40A93D
Tints of Fruit Salad #40A93D
RGB
CMYK
RGB Variations
Color information
#40A93D (or 0x40A93D) is known color: Fruit Salad. HEX triplet: 40, A9 and 3D. RGB value is (64,169,61). Sum of RGB (Red+Green+Blue) = 64+169+61=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 169 (66.41% from 255 or 57.48% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 169 - color contains mainly: green. Hex color #40A93D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A93D is #BF56C2. Grayscale: #7D7D7D. Windows color (decimal): -12539587 or 4041024. OLE color: 4041024.
HSL color Cylindrical-coordinate representation of color #40A93D: hue angle of 118.33º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40A93D is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 169 | 61 | - |
| CMYK | 0.62 | 0 | 0.64 | 0.34 |
| HSL | 118.33º | 0.47% | 0.45% | - |
| HSV(B) | 118.33º | 0.64% | 0.66% | - |
| XYZ | 17.14 | 29.8 | 9.26 | - |
| YUV | 125.29 | 91.71 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 169 | 61 | 0.62 | 0 | 0.64 | 0.34 | 118.33 | 0.47 | 0.45 |
| Hex | 40 | A9 | 3D | 3E | 0 | 40 | 22 | 76 | 2F | 2D |
| Octal | 100 | 251 | 75 | 76 | 0 | 100 | 42 | 166 | 57 | 55 |
| Binary | 1000000 | 10101001 | 111101 | 111110 | 0 | 1000000 | 100010 | 1110110 | 101111 | 101101 |
Color Harmonies of #40A93D
Complementary color
Monochromatic Colors of #40A93D
Black with #40A93D
Text Example
Text Example
White with #40A93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A93D; }
p { color: rgb(64,169,61); }
H1.HeaderClassName
{
color: #40A93D;
}
.AnyTagClassName
{
color: #40A93D;
}
</style>
background-color css
<style>
a { background-color: #40A93D; }
a { background-color: rgb(64,169,61); }
div.DivClassName
{
background-color: #40A93D;
}
.BgClassName
{
background-color: #40A93D;
}
</style>
border-color css
<style>
span { border-color: #40A93D; }
span { border-color: rgb(64,169,61); }
td.TdClassName
{
border-color: #40A93D;
}
.TagClassName
{
border-color: #40A93D;
}
</style>