Shades of Fruit Salad #54AB58
Tints of Fruit Salad #54AB58
RGB
CMYK
RGB Variations
Color information
#54AB58 (or 0x54AB58) is known color: Fruit Salad. HEX triplet: 54, AB and 58. RGB value is (84,171,88). Sum of RGB (Red+Green+Blue) = 84+171+88=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #54AB58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AB58 is #AB54A7. Grayscale: #878787. Windows color (decimal): -11228328 or 5811028. OLE color: 5811028.
HSL color Cylindrical-coordinate representation of color #54AB58: hue angle of 122.76º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #54AB58 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 171 | 88 | - |
| CMYK | 0.51 | 0 | 0.49 | 0.33 |
| HSL | 122.76º | 0.34% | 0.5% | - |
| HSV(B) | 122.76º | 0.51% | 0.67% | - |
| XYZ | 19.98 | 31.72 | 14.3 | - |
| YUV | 135.53 | 101.18 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 171 | 88 | 0.51 | 0 | 0.49 | 0.33 | 122.76 | 0.34 | 0.5 |
| Hex | 54 | AB | 58 | 33 | 0 | 31 | 21 | 7B | 22 | 32 |
| Octal | 124 | 253 | 130 | 63 | 0 | 61 | 41 | 173 | 42 | 62 |
| Binary | 1010100 | 10101011 | 1011000 | 110011 | 0 | 110001 | 100001 | 1111011 | 100010 | 110010 |
Color Harmonies of #54AB58
Complementary color
Monochromatic Colors of #54AB58
Black with #54AB58
Text Example
Text Example
White with #54AB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AB58; }
p { color: rgb(84,171,88); }
H1.HeaderClassName
{
color: #54AB58;
}
.AnyTagClassName
{
color: #54AB58;
}
</style>
background-color css
<style>
a { background-color: #54AB58; }
a { background-color: rgb(84,171,88); }
div.DivClassName
{
background-color: #54AB58;
}
.BgClassName
{
background-color: #54AB58;
}
</style>
border-color css
<style>
span { border-color: #54AB58; }
span { border-color: rgb(84,171,88); }
td.TdClassName
{
border-color: #54AB58;
}
.TagClassName
{
border-color: #54AB58;
}
</style>