Shades of Apple #55B040
Tints of Apple #55B040
RGB
CMYK
RGB Variations
Color information
#55B040 (or 0x55B040) is known color: Apple. HEX triplet: 55, B0 and 40. RGB value is (85,176,64). Sum of RGB (Red+Green+Blue) = 85+176+64=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 176 (69.14% from 255 or 54.15% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 176 - color contains mainly: green. Hex color #55B040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55B040 is #AA4FBF. Grayscale: #888888. Windows color (decimal): -11161536 or 4239445. OLE color: 4239445.
HSL color Cylindrical-coordinate representation of color #55B040: hue angle of 108.75º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55B040 is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 176 | 64 | - |
| CMYK | 0.52 | 0 | 0.64 | 0.31 |
| HSL | 108.75º | 0.47% | 0.47% | - |
| HSV(B) | 108.75º | 0.64% | 0.69% | - |
| XYZ | 20.2 | 33.35 | 10.22 | - |
| YUV | 136.02 | 87.35 | 91.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 176 | 64 | 0.52 | 0 | 0.64 | 0.31 | 108.75 | 0.47 | 0.47 |
| Hex | 55 | B0 | 40 | 34 | 0 | 40 | 1F | 6D | 2F | 2F |
| Octal | 125 | 260 | 100 | 64 | 0 | 100 | 37 | 155 | 57 | 57 |
| Binary | 1010101 | 10110000 | 1000000 | 110100 | 0 | 1000000 | 11111 | 1101101 | 101111 | 101111 |
Color Harmonies of #55B040
Complementary color
Monochromatic Colors of #55B040
Black with #55B040
Text Example
Text Example
White with #55B040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B040; }
p { color: rgb(85,176,64); }
H1.HeaderClassName
{
color: #55B040;
}
.AnyTagClassName
{
color: #55B040;
}
</style>
background-color css
<style>
a { background-color: #55B040; }
a { background-color: rgb(85,176,64); }
div.DivClassName
{
background-color: #55B040;
}
.BgClassName
{
background-color: #55B040;
}
</style>
border-color css
<style>
span { border-color: #55B040; }
span { border-color: rgb(85,176,64); }
td.TdClassName
{
border-color: #55B040;
}
.TagClassName
{
border-color: #55B040;
}
</style>