Shades of Fruit Salad #45A140
Tints of Fruit Salad #45A140
RGB
CMYK
RGB Variations
Color information
#45A140 (or 0x45A140) is known color: Fruit Salad. HEX triplet: 45, A1 and 40. RGB value is (69,161,64). Sum of RGB (Red+Green+Blue) = 69+161+64=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 161 (63.28% from 255 or 54.76% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 161 - color contains mainly: green. Hex color #45A140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45A140 is #BA5EBF. Grayscale: #7A7A7A. Windows color (decimal): -12213952 or 4235589. OLE color: 4235589.
HSL color Cylindrical-coordinate representation of color #45A140: hue angle of 116.91º 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 #45A140 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 161 | 64 | - |
| CMYK | 0.57 | 0 | 0.60 | 0.37 |
| HSL | 116.91º | 0.43% | 0.44% | - |
| HSV(B) | 116.91º | 0.6% | 0.63% | - |
| XYZ | 16.12 | 27.13 | 9.24 | - |
| YUV | 122.43 | 95.02 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 161 | 64 | 0.57 | 0 | 0.60 | 0.37 | 116.91 | 0.43 | 0.44 |
| Hex | 45 | A1 | 40 | 39 | 0 | 3C | 25 | 75 | 2B | 2C |
| Octal | 105 | 241 | 100 | 71 | 0 | 74 | 45 | 165 | 53 | 54 |
| Binary | 1000101 | 10100001 | 1000000 | 111001 | 0 | 111100 | 100101 | 1110101 | 101011 | 101100 |
Color Harmonies of #45A140
Complementary color
Monochromatic Colors of #45A140
Black with #45A140
Text Example
Text Example
White with #45A140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A140; }
p { color: rgb(69,161,64); }
H1.HeaderClassName
{
color: #45A140;
}
.AnyTagClassName
{
color: #45A140;
}
</style>
background-color css
<style>
a { background-color: #45A140; }
a { background-color: rgb(69,161,64); }
div.DivClassName
{
background-color: #45A140;
}
.BgClassName
{
background-color: #45A140;
}
</style>
border-color css
<style>
span { border-color: #45A140; }
span { border-color: rgb(69,161,64); }
td.TdClassName
{
border-color: #45A140;
}
.TagClassName
{
border-color: #45A140;
}
</style>