Shades of Fruit Salad #45A040
Tints of Fruit Salad #45A040
RGB
CMYK
RGB Variations
Color information
#45A040 (or 0x45A040) is known color: Fruit Salad. HEX triplet: 45, A0 and 40. RGB value is (69,160,64). Sum of RGB (Red+Green+Blue) = 69+160+64=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 160 (62.89% from 255 or 54.61% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 160 - color contains mainly: green. Hex color #45A040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45A040 is #BA5FBF. Grayscale: #7A7A7A. Windows color (decimal): -12214208 or 4235333. OLE color: 4235333.
HSL color Cylindrical-coordinate representation of color #45A040: hue angle of 116.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45A040 is Cyan = 0.57, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 160 | 64 | - |
| CMYK | 0.57 | 0 | 0.6 | 0.37 |
| HSL | 116.88º | 0.43% | 0.44% | - |
| HSV(B) | 116.88º | 0.6% | 0.63% | - |
| XYZ | 15.95 | 26.78 | 9.18 | - |
| YUV | 121.85 | 95.35 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 160 | 64 | 0.57 | 0 | 0.6 | 0.37 | 116.88 | 0.43 | 0.44 |
| Hex | 45 | A0 | 40 | 39 | 0 | 3C | 25 | 75 | 2B | 2C |
| Octal | 105 | 240 | 100 | 71 | 0 | 74 | 45 | 165 | 53 | 54 |
| Binary | 1000101 | 10100000 | 1000000 | 111001 | 0 | 111100 | 100101 | 1110101 | 101011 | 101100 |
Color Harmonies of #45A040
Complementary color
Monochromatic Colors of #45A040
Black with #45A040
Text Example
Text Example
White with #45A040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A040; }
p { color: rgb(69,160,64); }
H1.HeaderClassName
{
color: #45A040;
}
.AnyTagClassName
{
color: #45A040;
}
</style>
background-color css
<style>
a { background-color: #45A040; }
a { background-color: rgb(69,160,64); }
div.DivClassName
{
background-color: #45A040;
}
.BgClassName
{
background-color: #45A040;
}
</style>
border-color css
<style>
span { border-color: #45A040; }
span { border-color: rgb(69,160,64); }
td.TdClassName
{
border-color: #45A040;
}
.TagClassName
{
border-color: #45A040;
}
</style>