Shades of Fruit Salad #40A74B
Tints of Fruit Salad #40A74B
RGB
CMYK
RGB Variations
Color information
#40A74B (or 0x40A74B) is known color: Fruit Salad. HEX triplet: 40, A7 and 4B. RGB value is (64,167,75). Sum of RGB (Red+Green+Blue) = 64+167+75=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 167 (65.62% from 255 or 54.58% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 167 - color contains mainly: green. Hex color #40A74B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40A74B is #BF58B4. Grayscale: #7D7D7D. Windows color (decimal): -12540085 or 4958016. OLE color: 4958016.
HSL color Cylindrical-coordinate representation of color #40A74B: hue angle of 126.41º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A74B is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 167 | 75 | - |
| CMYK | 0.62 | 0 | 0.55 | 0.35 |
| HSL | 126.41º | 0.45% | 0.45% | - |
| HSV(B) | 126.41º | 0.62% | 0.65% | - |
| XYZ | 17.2 | 29.24 | 11.39 | - |
| YUV | 125.72 | 99.38 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 167 | 75 | 0.62 | 0 | 0.55 | 0.35 | 126.41 | 0.45 | 0.45 |
| Hex | 40 | A7 | 4B | 3E | 0 | 37 | 23 | 7E | 2D | 2D |
| Octal | 100 | 247 | 113 | 76 | 0 | 67 | 43 | 176 | 55 | 55 |
| Binary | 1000000 | 10100111 | 1001011 | 111110 | 0 | 110111 | 100011 | 1111110 | 101101 | 101101 |
Color Harmonies of #40A74B
Complementary color
Monochromatic Colors of #40A74B
Black with #40A74B
Text Example
Text Example
White with #40A74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A74B; }
p { color: rgb(64,167,75); }
H1.HeaderClassName
{
color: #40A74B;
}
.AnyTagClassName
{
color: #40A74B;
}
</style>
background-color css
<style>
a { background-color: #40A74B; }
a { background-color: rgb(64,167,75); }
div.DivClassName
{
background-color: #40A74B;
}
.BgClassName
{
background-color: #40A74B;
}
</style>
border-color css
<style>
span { border-color: #40A74B; }
span { border-color: rgb(64,167,75); }
td.TdClassName
{
border-color: #40A74B;
}
.TagClassName
{
border-color: #40A74B;
}
</style>