Shades of Apple #55BD50
Tints of Apple #55BD50
RGB
CMYK
RGB Variations
Color information
#55BD50 (or 0x55BD50) is known color: Apple. HEX triplet: 55, BD and 50. RGB value is (85,189,80). Sum of RGB (Red+Green+Blue) = 85+189+80=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 189 (74.22% from 255 or 53.39% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 189 - color contains mainly: green. Hex color #55BD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55BD50 is #AA42AF. Grayscale: #919191. Windows color (decimal): -11158192 or 5291349. OLE color: 5291349.
HSL color Cylindrical-coordinate representation of color #55BD50: hue angle of 117.25º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55BD50 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 189 | 80 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.26 |
| HSL | 117.25º | 0.45% | 0.53% | - |
| HSV(B) | 117.25º | 0.58% | 0.74% | - |
| XYZ | 23.39 | 38.91 | 13.87 | - |
| YUV | 145.48 | 91.04 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 189 | 80 | 0.55 | 0 | 0.58 | 0.26 | 117.25 | 0.45 | 0.53 |
| Hex | 55 | BD | 50 | 37 | 0 | 3A | 1A | 75 | 2D | 35 |
| Octal | 125 | 275 | 120 | 67 | 0 | 72 | 32 | 165 | 55 | 65 |
| Binary | 1010101 | 10111101 | 1010000 | 110111 | 0 | 111010 | 11010 | 1110101 | 101101 | 110101 |
Color Harmonies of #55BD50
Complementary color
Monochromatic Colors of #55BD50
Black with #55BD50
Text Example
Text Example
White with #55BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BD50; }
p { color: rgb(85,189,80); }
H1.HeaderClassName
{
color: #55BD50;
}
.AnyTagClassName
{
color: #55BD50;
}
</style>
background-color css
<style>
a { background-color: #55BD50; }
a { background-color: rgb(85,189,80); }
div.DivClassName
{
background-color: #55BD50;
}
.BgClassName
{
background-color: #55BD50;
}
</style>
border-color css
<style>
span { border-color: #55BD50; }
span { border-color: rgb(85,189,80); }
td.TdClassName
{
border-color: #55BD50;
}
.TagClassName
{
border-color: #55BD50;
}
</style>