Shades of Fruit Salad #40AB34
Tints of Fruit Salad #40AB34
RGB
CMYK
RGB Variations
Color information
#40AB34 (or 0x40AB34) is known color: Fruit Salad. HEX triplet: 40, AB and 34. RGB value is (64,171,52). Sum of RGB (Red+Green+Blue) = 64+171+52=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 171 (67.19% from 255 or 59.58% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40AB34 is #BF54CB. Grayscale: #7D7D7D. Windows color (decimal): -12539084 or 3451712. OLE color: 3451712.
HSL color Cylindrical-coordinate representation of color #40AB34: hue angle of 113.95º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40AB34 is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 171 | 52 | - |
| CMYK | 0.63 | 0 | 0.70 | 0.33 |
| HSL | 113.95º | 0.53% | 0.44% | - |
| HSV(B) | 113.95º | 0.7% | 0.67% | - |
| XYZ | 17.3 | 30.46 | 8.22 | - |
| YUV | 125.44 | 86.55 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 52 | 0.63 | 0 | 0.70 | 0.33 | 113.95 | 0.53 | 0.44 |
| Hex | 40 | AB | 34 | 3F | 0 | 46 | 21 | 72 | 35 | 2C |
| Octal | 100 | 253 | 64 | 77 | 0 | 106 | 41 | 162 | 65 | 54 |
| Binary | 1000000 | 10101011 | 110100 | 111111 | 0 | 1000110 | 100001 | 1110010 | 110101 | 101100 |
Color Harmonies of #40AB34
Complementary color
Monochromatic Colors of #40AB34
Black with #40AB34
Text Example
Text Example
White with #40AB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AB34; }
p { color: rgb(64,171,52); }
H1.HeaderClassName
{
color: #40AB34;
}
.AnyTagClassName
{
color: #40AB34;
}
</style>
background-color css
<style>
a { background-color: #40AB34; }
a { background-color: rgb(64,171,52); }
div.DivClassName
{
background-color: #40AB34;
}
.BgClassName
{
background-color: #40AB34;
}
</style>
border-color css
<style>
span { border-color: #40AB34; }
span { border-color: rgb(64,171,52); }
td.TdClassName
{
border-color: #40AB34;
}
.TagClassName
{
border-color: #40AB34;
}
</style>