Shades of Fruit Salad #45A147
Tints of Fruit Salad #45A147
RGB
CMYK
RGB Variations
Color information
#45A147 (or 0x45A147) is known color: Fruit Salad. HEX triplet: 45, A1 and 47. RGB value is (69,161,71). Sum of RGB (Red+Green+Blue) = 69+161+71=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 161 (63.28% from 255 or 53.49% from 301); Blue value is 71 (28.12% from 255 or 23.59% from 301); Max value from RGB is 161 - color contains mainly: green. Hex color #45A147 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45A147 is #BA5EB8. Grayscale: #7B7B7B. Windows color (decimal): -12213945 or 4694341. OLE color: 4694341.
HSL color Cylindrical-coordinate representation of color #45A147: hue angle of 121.3º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45A147 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 69 | 161 | 71 | - |
| CMYK | 0.57 | 0 | 0.56 | 0.37 |
| HSL | 121.3º | 0.4% | 0.45% | - |
| HSV(B) | 121.3º | 0.57% | 0.63% | - |
| XYZ | 16.34 | 27.21 | 10.35 | - |
| YUV | 123.23 | 98.52 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 161 | 71 | 0.57 | 0 | 0.56 | 0.37 | 121.3 | 0.4 | 0.45 |
| Hex | 45 | A1 | 47 | 39 | 0 | 38 | 25 | 79 | 28 | 2D |
| Octal | 105 | 241 | 107 | 71 | 0 | 70 | 45 | 171 | 50 | 55 |
| Binary | 1000101 | 10100001 | 1000111 | 111001 | 0 | 111000 | 100101 | 1111001 | 101000 | 101101 |
Color Harmonies of #45A147
Complementary color
Monochromatic Colors of #45A147
Black with #45A147
Text Example
Text Example
White with #45A147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45A147; }
p { color: rgb(69,161,71); }
H1.HeaderClassName
{
color: #45A147;
}
.AnyTagClassName
{
color: #45A147;
}
</style>
background-color css
<style>
a { background-color: #45A147; }
a { background-color: rgb(69,161,71); }
div.DivClassName
{
background-color: #45A147;
}
.BgClassName
{
background-color: #45A147;
}
</style>
border-color css
<style>
span { border-color: #45A147; }
span { border-color: rgb(69,161,71); }
td.TdClassName
{
border-color: #45A147;
}
.TagClassName
{
border-color: #45A147;
}
</style>