Shades of Fruit Salad #55B74F
Tints of Fruit Salad #55B74F
RGB
CMYK
RGB Variations
Color information
#55B74F (or 0x55B74F) is known color: Fruit Salad. HEX triplet: 55, B7 and 4F. RGB value is (85,183,79). Sum of RGB (Red+Green+Blue) = 85+183+79=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 183 (71.88% from 255 or 52.74% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 183 - color contains mainly: green. Hex color #55B74F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B74F is #AA48B0. Grayscale: #8E8E8E. Windows color (decimal): -11159729 or 5224277. OLE color: 5224277.
HSL color Cylindrical-coordinate representation of color #55B74F: hue angle of 116.54º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55B74F is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 183 | 79 | - |
| CMYK | 0.54 | 0 | 0.57 | 0.28 |
| HSL | 116.54º | 0.42% | 0.51% | - |
| HSV(B) | 116.54º | 0.57% | 0.72% | - |
| XYZ | 22.09 | 36.36 | 13.25 | - |
| YUV | 141.84 | 92.53 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 183 | 79 | 0.54 | 0 | 0.57 | 0.28 | 116.54 | 0.42 | 0.51 |
| Hex | 55 | B7 | 4F | 36 | 0 | 39 | 1C | 75 | 2A | 33 |
| Octal | 125 | 267 | 117 | 66 | 0 | 71 | 34 | 165 | 52 | 63 |
| Binary | 1010101 | 10110111 | 1001111 | 110110 | 0 | 111001 | 11100 | 1110101 | 101010 | 110011 |
Color Harmonies of #55B74F
Complementary color
Monochromatic Colors of #55B74F
Black with #55B74F
Text Example
Text Example
White with #55B74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B74F; }
p { color: rgb(85,183,79); }
H1.HeaderClassName
{
color: #55B74F;
}
.AnyTagClassName
{
color: #55B74F;
}
</style>
background-color css
<style>
a { background-color: #55B74F; }
a { background-color: rgb(85,183,79); }
div.DivClassName
{
background-color: #55B74F;
}
.BgClassName
{
background-color: #55B74F;
}
</style>
border-color css
<style>
span { border-color: #55B74F; }
span { border-color: rgb(85,183,79); }
td.TdClassName
{
border-color: #55B74F;
}
.TagClassName
{
border-color: #55B74F;
}
</style>