Shades of Fruit Salad #40AB40
Tints of Fruit Salad #40AB40
RGB
CMYK
RGB Variations
Color information
#40AB40 (or 0x40AB40) is known color: Fruit Salad. HEX triplet: 40, AB and 40. RGB value is (64,171,64). Sum of RGB (Red+Green+Blue) = 64+171+64=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 171 (67.19% from 255 or 57.19% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AB40 is #BF54BF. Grayscale: #7F7F7F. Windows color (decimal): -12539072 or 4238144. OLE color: 4238144.
HSL color Cylindrical-coordinate representation of color #40AB40: hue angle of 120º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AB40 is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 171 | 64 | - |
| CMYK | 0.63 | 0 | 0.63 | 0.33 |
| HSL | 120º | 0.46% | 0.46% | - |
| HSV(B) | 120º | 0.63% | 0.67% | - |
| XYZ | 17.6 | 30.59 | 9.83 | - |
| YUV | 126.81 | 92.55 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 64 | 0.63 | 0 | 0.63 | 0.33 | 120 | 0.46 | 0.46 |
| Hex | 40 | AB | 40 | 3F | 0 | 3F | 21 | 78 | 2E | 2E |
| Octal | 100 | 253 | 100 | 77 | 0 | 77 | 41 | 170 | 56 | 56 |
| Binary | 1000000 | 10101011 | 1000000 | 111111 | 0 | 111111 | 100001 | 1111000 | 101110 | 101110 |
Color Harmonies of #40AB40
Complementary color
Monochromatic Colors of #40AB40
Black with #40AB40
Text Example
Text Example
White with #40AB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AB40; }
p { color: rgb(64,171,64); }
H1.HeaderClassName
{
color: #40AB40;
}
.AnyTagClassName
{
color: #40AB40;
}
</style>
background-color css
<style>
a { background-color: #40AB40; }
a { background-color: rgb(64,171,64); }
div.DivClassName
{
background-color: #40AB40;
}
.BgClassName
{
background-color: #40AB40;
}
</style>
border-color css
<style>
span { border-color: #40AB40; }
span { border-color: rgb(64,171,64); }
td.TdClassName
{
border-color: #40AB40;
}
.TagClassName
{
border-color: #40AB40;
}
</style>