Shades of Fruit Salad #54AE4E
Tints of Fruit Salad #54AE4E
RGB
CMYK
RGB Variations
Color information
#54AE4E (or 0x54AE4E) is known color: Fruit Salad. HEX triplet: 54, AE and 4E. RGB value is (84,174,78). Sum of RGB (Red+Green+Blue) = 84+174+78=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 174 (68.36% from 255 or 51.79% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 174 - color contains mainly: green. Hex color #54AE4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AE4E is #AB51B1. Grayscale: #888888. Windows color (decimal): -11227570 or 5156436. OLE color: 5156436.
HSL color Cylindrical-coordinate representation of color #54AE4E: hue angle of 116.25º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54AE4E is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 84 | 174 | 78 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.32 |
| HSL | 116.25º | 0.38% | 0.49% | - |
| HSV(B) | 116.25º | 0.55% | 0.68% | - |
| XYZ | 20.17 | 32.71 | 12.46 | - |
| YUV | 136.15 | 95.18 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 174 | 78 | 0.52 | 0 | 0.55 | 0.32 | 116.25 | 0.38 | 0.49 |
| Hex | 54 | AE | 4E | 34 | 0 | 37 | 20 | 74 | 26 | 31 |
| Octal | 124 | 256 | 116 | 64 | 0 | 67 | 40 | 164 | 46 | 61 |
| Binary | 1010100 | 10101110 | 1001110 | 110100 | 0 | 110111 | 100000 | 1110100 | 100110 | 110001 |
Color Harmonies of #54AE4E
Complementary color
Monochromatic Colors of #54AE4E
Black with #54AE4E
Text Example
Text Example
White with #54AE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AE4E; }
p { color: rgb(84,174,78); }
H1.HeaderClassName
{
color: #54AE4E;
}
.AnyTagClassName
{
color: #54AE4E;
}
</style>
background-color css
<style>
a { background-color: #54AE4E; }
a { background-color: rgb(84,174,78); }
div.DivClassName
{
background-color: #54AE4E;
}
.BgClassName
{
background-color: #54AE4E;
}
</style>
border-color css
<style>
span { border-color: #54AE4E; }
span { border-color: rgb(84,174,78); }
td.TdClassName
{
border-color: #54AE4E;
}
.TagClassName
{
border-color: #54AE4E;
}
</style>