Shades of Fruit Salad #54AF49
Tints of Fruit Salad #54AF49
RGB
CMYK
RGB Variations
Color information
#54AF49 (or 0x54AF49) is known color: Fruit Salad. HEX triplet: 54, AF and 49. RGB value is (84,175,73). Sum of RGB (Red+Green+Blue) = 84+175+73=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 175 (68.75% from 255 or 52.71% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54AF49 is #AB50B6. Grayscale: #888888. Windows color (decimal): -11227319 or 4829012. OLE color: 4829012.
HSL color Cylindrical-coordinate representation of color #54AF49: hue angle of 113.53º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54AF49 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 84 | 175 | 73 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.31 |
| HSL | 113.53º | 0.41% | 0.49% | - |
| HSV(B) | 113.53º | 0.58% | 0.69% | - |
| XYZ | 20.19 | 33.03 | 11.61 | - |
| YUV | 136.16 | 92.35 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 175 | 73 | 0.52 | 0 | 0.58 | 0.31 | 113.53 | 0.41 | 0.49 |
| Hex | 54 | AF | 49 | 34 | 0 | 3A | 1F | 72 | 29 | 31 |
| Octal | 124 | 257 | 111 | 64 | 0 | 72 | 37 | 162 | 51 | 61 |
| Binary | 1010100 | 10101111 | 1001001 | 110100 | 0 | 111010 | 11111 | 1110010 | 101001 | 110001 |
Color Harmonies of #54AF49
Complementary color
Monochromatic Colors of #54AF49
Black with #54AF49
Text Example
Text Example
White with #54AF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AF49; }
p { color: rgb(84,175,73); }
H1.HeaderClassName
{
color: #54AF49;
}
.AnyTagClassName
{
color: #54AF49;
}
</style>
background-color css
<style>
a { background-color: #54AF49; }
a { background-color: rgb(84,175,73); }
div.DivClassName
{
background-color: #54AF49;
}
.BgClassName
{
background-color: #54AF49;
}
</style>
border-color css
<style>
span { border-color: #54AF49; }
span { border-color: rgb(84,175,73); }
td.TdClassName
{
border-color: #54AF49;
}
.TagClassName
{
border-color: #54AF49;
}
</style>