Shades of Fruit Salad #45A350
Tints of Fruit Salad #45A350
RGB
CMYK
RGB Variations
Color information
#45A350 (or 0x45A350) is known color: Fruit Salad. HEX triplet: 45, A3 and 50. RGB value is (69,163,80). Sum of RGB (Red+Green+Blue) = 69+163+80=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 163 (64.06% from 255 or 52.24% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 163 - color contains mainly: green. Hex color #45A350 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A350 is #BA5CAF. Grayscale: #7D7D7D. Windows color (decimal): -12213424 or 5284677. OLE color: 5284677.
HSL color Cylindrical-coordinate representation of color #45A350: hue angle of 127.02º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #45A350 is Cyan = 0.58, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 163 | 80 | - |
| CMYK | 0.58 | 0 | 0.51 | 0.36 |
| HSL | 127.02º | 0.41% | 0.45% | - |
| HSV(B) | 127.02º | 0.58% | 0.64% | - |
| XYZ | 17 | 28.04 | 12.11 | - |
| YUV | 125.43 | 102.36 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 163 | 80 | 0.58 | 0 | 0.51 | 0.36 | 127.02 | 0.41 | 0.45 |
| Hex | 45 | A3 | 50 | 3A | 0 | 33 | 24 | 7F | 29 | 2D |
| Octal | 105 | 243 | 120 | 72 | 0 | 63 | 44 | 177 | 51 | 55 |
| Binary | 1000101 | 10100011 | 1010000 | 111010 | 0 | 110011 | 100100 | 1111111 | 101001 | 101101 |
Color Harmonies of #45A350
Complementary color
Monochromatic Colors of #45A350
Black with #45A350
Text Example
Text Example
White with #45A350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A350; }
p { color: rgb(69,163,80); }
H1.HeaderClassName
{
color: #45A350;
}
.AnyTagClassName
{
color: #45A350;
}
</style>
background-color css
<style>
a { background-color: #45A350; }
a { background-color: rgb(69,163,80); }
div.DivClassName
{
background-color: #45A350;
}
.BgClassName
{
background-color: #45A350;
}
</style>
border-color css
<style>
span { border-color: #45A350; }
span { border-color: rgb(69,163,80); }
td.TdClassName
{
border-color: #45A350;
}
.TagClassName
{
border-color: #45A350;
}
</style>