Shades of Fruit Salad #478D45
Tints of Fruit Salad #478D45
RGB
CMYK
RGB Variations
Color information
#478D45 (or 0x478D45) is known color: Fruit Salad. HEX triplet: 47, 8D and 45. RGB value is (71,141,69). Sum of RGB (Red+Green+Blue) = 71+141+69=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 141 (55.47% from 255 or 50.18% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 141 - color contains mainly: green. Hex color #478D45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478D45 is #B872BA. Grayscale: #707070. Windows color (decimal): -12087995 or 4558151. OLE color: 4558151.
HSL color Cylindrical-coordinate representation of color #478D45: hue angle of 118.33º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #478D45 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 141 | 69 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.45 |
| HSL | 118.33º | 0.34% | 0.41% | - |
| HSV(B) | 118.33º | 0.51% | 0.55% | - |
| XYZ | 13.2 | 20.82 | 8.95 | - |
| YUV | 111.86 | 103.81 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 141 | 69 | 0.50 | 0 | 0.51 | 0.45 | 118.33 | 0.34 | 0.41 |
| Hex | 47 | 8D | 45 | 32 | 0 | 33 | 2D | 76 | 22 | 29 |
| Octal | 107 | 215 | 105 | 62 | 0 | 63 | 55 | 166 | 42 | 51 |
| Binary | 1000111 | 10001101 | 1000101 | 110010 | 0 | 110011 | 101101 | 1110110 | 100010 | 101001 |
Color Harmonies of #478D45
Complementary color
Monochromatic Colors of #478D45
Black with #478D45
Text Example
Text Example
White with #478D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478D45; }
p { color: rgb(71,141,69); }
H1.HeaderClassName
{
color: #478D45;
}
.AnyTagClassName
{
color: #478D45;
}
</style>
background-color css
<style>
a { background-color: #478D45; }
a { background-color: rgb(71,141,69); }
div.DivClassName
{
background-color: #478D45;
}
.BgClassName
{
background-color: #478D45;
}
</style>
border-color css
<style>
span { border-color: #478D45; }
span { border-color: rgb(71,141,69); }
td.TdClassName
{
border-color: #478D45;
}
.TagClassName
{
border-color: #478D45;
}
</style>