Shades of Fruit Salad #478D4B
Tints of Fruit Salad #478D4B
RGB
CMYK
RGB Variations
Color information
#478D4B (or 0x478D4B) is known color: Fruit Salad. HEX triplet: 47, 8D and 4B. RGB value is (71,141,75). Sum of RGB (Red+Green+Blue) = 71+141+75=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 141 (55.47% from 255 or 49.13% from 287); Blue value is 75 (29.69% from 255 or 26.13% from 287); Max value from RGB is 141 - color contains mainly: green. Hex color #478D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #478D4B is #B872B4. Grayscale: #707070. Windows color (decimal): -12087989 or 4951367. OLE color: 4951367.
HSL color Cylindrical-coordinate representation of color #478D4B: hue angle of 123.43º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478D4B is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 71 | 141 | 75 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.45 |
| HSL | 123.43º | 0.33% | 0.42% | - |
| HSV(B) | 123.43º | 0.5% | 0.55% | - |
| XYZ | 13.39 | 20.9 | 9.98 | - |
| YUV | 112.55 | 106.81 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 141 | 75 | 0.50 | 0 | 0.47 | 0.45 | 123.43 | 0.33 | 0.42 |
| Hex | 47 | 8D | 4B | 32 | 0 | 2F | 2D | 7B | 21 | 2A |
| Octal | 107 | 215 | 113 | 62 | 0 | 57 | 55 | 173 | 41 | 52 |
| Binary | 1000111 | 10001101 | 1001011 | 110010 | 0 | 101111 | 101101 | 1111011 | 100001 | 101010 |
Color Harmonies of #478D4B
Complementary color
Monochromatic Colors of #478D4B
Black with #478D4B
Text Example
Text Example
White with #478D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #478D4B; }
p { color: rgb(71,141,75); }
H1.HeaderClassName
{
color: #478D4B;
}
.AnyTagClassName
{
color: #478D4B;
}
</style>
background-color css
<style>
a { background-color: #478D4B; }
a { background-color: rgb(71,141,75); }
div.DivClassName
{
background-color: #478D4B;
}
.BgClassName
{
background-color: #478D4B;
}
</style>
border-color css
<style>
span { border-color: #478D4B; }
span { border-color: rgb(71,141,75); }
td.TdClassName
{
border-color: #478D4B;
}
.TagClassName
{
border-color: #478D4B;
}
</style>