Shades of Fruit Salad #40AB3D
Tints of Fruit Salad #40AB3D
RGB
CMYK
RGB Variations
Color information
#40AB3D (or 0x40AB3D) is known color: Fruit Salad. HEX triplet: 40, AB and 3D. RGB value is (64,171,61). Sum of RGB (Red+Green+Blue) = 64+171+61=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 171 (67.19% from 255 or 57.77% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AB3D is #BF54C2. Grayscale: #7E7E7E. Windows color (decimal): -12539075 or 4041536. OLE color: 4041536.
HSL color Cylindrical-coordinate representation of color #40AB3D: hue angle of 118.36º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40AB3D is Cyan = 0.63, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 171 | 61 | - |
| CMYK | 0.63 | 0 | 0.64 | 0.33 |
| HSL | 118.36º | 0.47% | 0.45% | - |
| HSV(B) | 118.36º | 0.64% | 0.67% | - |
| XYZ | 17.52 | 30.55 | 9.39 | - |
| YUV | 126.47 | 91.05 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 61 | 0.63 | 0 | 0.64 | 0.33 | 118.36 | 0.47 | 0.45 |
| Hex | 40 | AB | 3D | 3F | 0 | 40 | 21 | 76 | 2F | 2D |
| Octal | 100 | 253 | 75 | 77 | 0 | 100 | 41 | 166 | 57 | 55 |
| Binary | 1000000 | 10101011 | 111101 | 111111 | 0 | 1000000 | 100001 | 1110110 | 101111 | 101101 |
Color Harmonies of #40AB3D
Complementary color
Monochromatic Colors of #40AB3D
Black with #40AB3D
Text Example
Text Example
White with #40AB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AB3D; }
p { color: rgb(64,171,61); }
H1.HeaderClassName
{
color: #40AB3D;
}
.AnyTagClassName
{
color: #40AB3D;
}
</style>
background-color css
<style>
a { background-color: #40AB3D; }
a { background-color: rgb(64,171,61); }
div.DivClassName
{
background-color: #40AB3D;
}
.BgClassName
{
background-color: #40AB3D;
}
</style>
border-color css
<style>
span { border-color: #40AB3D; }
span { border-color: rgb(64,171,61); }
td.TdClassName
{
border-color: #40AB3D;
}
.TagClassName
{
border-color: #40AB3D;
}
</style>