Shades of Fruit Salad #55AF4A
Tints of Fruit Salad #55AF4A
RGB
CMYK
RGB Variations
Color information
#55AF4A (or 0x55AF4A) is known color: Fruit Salad. HEX triplet: 55, AF and 4A. RGB value is (85,175,74). Sum of RGB (Red+Green+Blue) = 85+175+74=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AF4A is #AA50B5. Grayscale: #888888. Windows color (decimal): -11161782 or 4894549. OLE color: 4894549.
HSL color Cylindrical-coordinate representation of color #55AF4A: hue angle of 113.47º 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 #55AF4A is Cyan = 0.51, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 175 | 74 | - |
| CMYK | 0.51 | 0 | 0.58 | 0.31 |
| HSL | 113.47º | 0.41% | 0.49% | - |
| HSV(B) | 113.47º | 0.58% | 0.69% | - |
| XYZ | 20.31 | 33.09 | 11.79 | - |
| YUV | 136.58 | 92.68 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 74 | 0.51 | 0 | 0.58 | 0.31 | 113.47 | 0.41 | 0.49 |
| Hex | 55 | AF | 4A | 33 | 0 | 3A | 1F | 71 | 29 | 31 |
| Octal | 125 | 257 | 112 | 63 | 0 | 72 | 37 | 161 | 51 | 61 |
| Binary | 1010101 | 10101111 | 1001010 | 110011 | 0 | 111010 | 11111 | 1110001 | 101001 | 110001 |
Color Harmonies of #55AF4A
Complementary color
Monochromatic Colors of #55AF4A
Black with #55AF4A
Text Example
Text Example
White with #55AF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AF4A; }
p { color: rgb(85,175,74); }
H1.HeaderClassName
{
color: #55AF4A;
}
.AnyTagClassName
{
color: #55AF4A;
}
</style>
background-color css
<style>
a { background-color: #55AF4A; }
a { background-color: rgb(85,175,74); }
div.DivClassName
{
background-color: #55AF4A;
}
.BgClassName
{
background-color: #55AF4A;
}
</style>
border-color css
<style>
span { border-color: #55AF4A; }
span { border-color: rgb(85,175,74); }
td.TdClassName
{
border-color: #55AF4A;
}
.TagClassName
{
border-color: #55AF4A;
}
</style>