Shades of Fruit Salad #40AB39
Tints of Fruit Salad #40AB39
RGB
CMYK
RGB Variations
Color information
#40AB39 (or 0x40AB39) is known color: Fruit Salad. HEX triplet: 40, AB and 39. RGB value is (64,171,57). Sum of RGB (Red+Green+Blue) = 64+171+57=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 171 (67.19% from 255 or 58.56% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AB39 is #BF54C6. Grayscale: #7E7E7E. Windows color (decimal): -12539079 or 3779392. OLE color: 3779392.
HSL color Cylindrical-coordinate representation of color #40AB39: hue angle of 116.32º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40AB39 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 171 | 57 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.33 |
| HSL | 116.32º | 0.5% | 0.45% | - |
| HSV(B) | 116.32º | 0.67% | 0.67% | - |
| XYZ | 17.42 | 30.51 | 8.84 | - |
| YUV | 126.01 | 89.05 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 57 | 0.63 | 0 | 0.67 | 0.33 | 116.32 | 0.5 | 0.45 |
| Hex | 40 | AB | 39 | 3F | 0 | 43 | 21 | 74 | 32 | 2D |
| Octal | 100 | 253 | 71 | 77 | 0 | 103 | 41 | 164 | 62 | 55 |
| Binary | 1000000 | 10101011 | 111001 | 111111 | 0 | 1000011 | 100001 | 1110100 | 110010 | 101101 |
Color Harmonies of #40AB39
Complementary color
Monochromatic Colors of #40AB39
Black with #40AB39
Text Example
Text Example
White with #40AB39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AB39; }
p { color: rgb(64,171,57); }
H1.HeaderClassName
{
color: #40AB39;
}
.AnyTagClassName
{
color: #40AB39;
}
</style>
background-color css
<style>
a { background-color: #40AB39; }
a { background-color: rgb(64,171,57); }
div.DivClassName
{
background-color: #40AB39;
}
.BgClassName
{
background-color: #40AB39;
}
</style>
border-color css
<style>
span { border-color: #40AB39; }
span { border-color: rgb(64,171,57); }
td.TdClassName
{
border-color: #40AB39;
}
.TagClassName
{
border-color: #40AB39;
}
</style>