Shades of Fruit Salad #47AB58
Tints of Fruit Salad #47AB58
RGB
CMYK
RGB Variations
Color information
#47AB58 (or 0x47AB58) is known color: Fruit Salad. HEX triplet: 47, AB and 58. RGB value is (71,171,88). Sum of RGB (Red+Green+Blue) = 71+171+88=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 88 (34.77% from 255 or 26.67% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #47AB58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47AB58 is #B854A7. Grayscale: #838383. Windows color (decimal): -12080296 or 5811015. OLE color: 5811015.
HSL color Cylindrical-coordinate representation of color #47AB58: hue angle of 130.2º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #47AB58 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 171 | 88 | - |
| CMYK | 0.58 | 0 | 0.49 | 0.33 |
| HSL | 130.2º | 0.41% | 0.47% | - |
| HSV(B) | 130.2º | 0.58% | 0.67% | - |
| XYZ | 18.92 | 31.17 | 14.25 | - |
| YUV | 131.64 | 103.37 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 171 | 88 | 0.58 | 0 | 0.49 | 0.33 | 130.2 | 0.41 | 0.47 |
| Hex | 47 | AB | 58 | 3A | 0 | 31 | 21 | 82 | 29 | 2F |
| Octal | 107 | 253 | 130 | 72 | 0 | 61 | 41 | 202 | 51 | 57 |
| Binary | 1000111 | 10101011 | 1011000 | 111010 | 0 | 110001 | 100001 | 10000010 | 101001 | 101111 |
Color Harmonies of #47AB58
Complementary color
Monochromatic Colors of #47AB58
Black with #47AB58
Text Example
Text Example
White with #47AB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47AB58; }
p { color: rgb(71,171,88); }
H1.HeaderClassName
{
color: #47AB58;
}
.AnyTagClassName
{
color: #47AB58;
}
</style>
background-color css
<style>
a { background-color: #47AB58; }
a { background-color: rgb(71,171,88); }
div.DivClassName
{
background-color: #47AB58;
}
.BgClassName
{
background-color: #47AB58;
}
</style>
border-color css
<style>
span { border-color: #47AB58; }
span { border-color: rgb(71,171,88); }
td.TdClassName
{
border-color: #47AB58;
}
.TagClassName
{
border-color: #47AB58;
}
</style>