Shades of Fruit Salad #45A940
Tints of Fruit Salad #45A940
RGB
CMYK
RGB Variations
Color information
#45A940 (or 0x45A940) is known color: Fruit Salad. HEX triplet: 45, A9 and 40. RGB value is (69,169,64). Sum of RGB (Red+Green+Blue) = 69+169+64=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 169 (66.41% from 255 or 55.96% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 169 - color contains mainly: green. Hex color #45A940 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45A940 is #BA56BF. Grayscale: #7F7F7F. Windows color (decimal): -12211904 or 4237637. OLE color: 4237637.
HSL color Cylindrical-coordinate representation of color #45A940: hue angle of 117.14º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45A940 is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 69 | 169 | 64 | - |
| CMYK | 0.59 | 0 | 0.62 | 0.34 |
| HSL | 117.14º | 0.45% | 0.46% | - |
| HSV(B) | 117.14º | 0.62% | 0.66% | - |
| XYZ | 17.57 | 30.01 | 9.72 | - |
| YUV | 127.13 | 92.37 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 169 | 64 | 0.59 | 0 | 0.62 | 0.34 | 117.14 | 0.45 | 0.46 |
| Hex | 45 | A9 | 40 | 3B | 0 | 3E | 22 | 75 | 2D | 2E |
| Octal | 105 | 251 | 100 | 73 | 0 | 76 | 42 | 165 | 55 | 56 |
| Binary | 1000101 | 10101001 | 1000000 | 111011 | 0 | 111110 | 100010 | 1110101 | 101101 | 101110 |
Color Harmonies of #45A940
Complementary color
Monochromatic Colors of #45A940
Black with #45A940
Text Example
Text Example
White with #45A940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A940; }
p { color: rgb(69,169,64); }
H1.HeaderClassName
{
color: #45A940;
}
.AnyTagClassName
{
color: #45A940;
}
</style>
background-color css
<style>
a { background-color: #45A940; }
a { background-color: rgb(69,169,64); }
div.DivClassName
{
background-color: #45A940;
}
.BgClassName
{
background-color: #45A940;
}
</style>
border-color css
<style>
span { border-color: #45A940; }
span { border-color: rgb(69,169,64); }
td.TdClassName
{
border-color: #45A940;
}
.TagClassName
{
border-color: #45A940;
}
</style>