Shades of Fruit Salad #55B64E
Tints of Fruit Salad #55B64E
RGB
CMYK
RGB Variations
Color information
#55B64E (or 0x55B64E) is known color: Fruit Salad. HEX triplet: 55, B6 and 4E. RGB value is (85,182,78). Sum of RGB (Red+Green+Blue) = 85+182+78=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 182 (71.48% from 255 or 52.75% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 182 - color contains mainly: green. Hex color #55B64E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B64E is #AA49B1. Grayscale: #8D8D8D. Windows color (decimal): -11159986 or 5158485. OLE color: 5158485.
HSL color Cylindrical-coordinate representation of color #55B64E: hue angle of 115.96º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55B64E is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 182 | 78 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.29 |
| HSL | 115.96º | 0.42% | 0.51% | - |
| HSV(B) | 115.96º | 0.57% | 0.71% | - |
| XYZ | 21.85 | 35.94 | 12.99 | - |
| YUV | 141.14 | 92.36 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 182 | 78 | 0.53 | 0 | 0.57 | 0.29 | 115.96 | 0.42 | 0.51 |
| Hex | 55 | B6 | 4E | 35 | 0 | 39 | 1D | 74 | 2A | 33 |
| Octal | 125 | 266 | 116 | 65 | 0 | 71 | 35 | 164 | 52 | 63 |
| Binary | 1010101 | 10110110 | 1001110 | 110101 | 0 | 111001 | 11101 | 1110100 | 101010 | 110011 |
Color Harmonies of #55B64E
Complementary color
Monochromatic Colors of #55B64E
Black with #55B64E
Text Example
Text Example
White with #55B64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B64E; }
p { color: rgb(85,182,78); }
H1.HeaderClassName
{
color: #55B64E;
}
.AnyTagClassName
{
color: #55B64E;
}
</style>
background-color css
<style>
a { background-color: #55B64E; }
a { background-color: rgb(85,182,78); }
div.DivClassName
{
background-color: #55B64E;
}
.BgClassName
{
background-color: #55B64E;
}
</style>
border-color css
<style>
span { border-color: #55B64E; }
span { border-color: rgb(85,182,78); }
td.TdClassName
{
border-color: #55B64E;
}
.TagClassName
{
border-color: #55B64E;
}
</style>