Shades of Fruit Salad #40B449
Tints of Fruit Salad #40B449
RGB
CMYK
RGB Variations
Color information
#40B449 (or 0x40B449) is known color: Fruit Salad. HEX triplet: 40, B4 and 49. RGB value is (64,180,73). Sum of RGB (Red+Green+Blue) = 64+180+73=317 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.19% from 317); Green value is 180 (70.70% from 255 or 56.78% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 180 - color contains mainly: green. Hex color #40B449 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B449 is #BF4BB6. Grayscale: #858585. Windows color (decimal): -12536759 or 4830272. OLE color: 4830272.
HSL color Cylindrical-coordinate representation of color #40B449: hue angle of 124.66º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B449 is Cyan = 0.64, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 180 | 73 | - |
| CMYK | 0.64 | 0 | 0.59 | 0.29 |
| HSL | 124.66º | 0.48% | 0.48% | - |
| HSV(B) | 124.66º | 0.64% | 0.71% | - |
| XYZ | 19.64 | 34.21 | 11.87 | - |
| YUV | 133.12 | 94.07 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 180 | 73 | 0.64 | 0 | 0.59 | 0.29 | 124.66 | 0.48 | 0.48 |
| Hex | 40 | B4 | 49 | 40 | 0 | 3B | 1D | 7D | 30 | 30 |
| Octal | 100 | 264 | 111 | 100 | 0 | 73 | 35 | 175 | 60 | 60 |
| Binary | 1000000 | 10110100 | 1001001 | 1000000 | 0 | 111011 | 11101 | 1111101 | 110000 | 110000 |
Color Harmonies of #40B449
Complementary color
Monochromatic Colors of #40B449
Black with #40B449
Text Example
Text Example
White with #40B449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B449; }
p { color: rgb(64,180,73); }
H1.HeaderClassName
{
color: #40B449;
}
.AnyTagClassName
{
color: #40B449;
}
</style>
background-color css
<style>
a { background-color: #40B449; }
a { background-color: rgb(64,180,73); }
div.DivClassName
{
background-color: #40B449;
}
.BgClassName
{
background-color: #40B449;
}
</style>
border-color css
<style>
span { border-color: #40B449; }
span { border-color: rgb(64,180,73); }
td.TdClassName
{
border-color: #40B449;
}
.TagClassName
{
border-color: #40B449;
}
</style>