Shades of Apple #55AB43
Tints of Apple #55AB43
RGB
CMYK
RGB Variations
Color information
#55AB43 (or 0x55AB43) is known color: Apple. HEX triplet: 55, AB and 43. RGB value is (85,171,67). Sum of RGB (Red+Green+Blue) = 85+171+67=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 171 (67.19% from 255 or 52.94% from 323); Blue value is 67 (26.56% from 255 or 20.74% from 323); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AB43 is #AA54BC. Grayscale: #858585. Windows color (decimal): -11162813 or 4434773. OLE color: 4434773.
HSL color Cylindrical-coordinate representation of color #55AB43: hue angle of 109.62º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55AB43 is Cyan = 0.50, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 171 | 67 | - |
| CMYK | 0.50 | 0 | 0.61 | 0.33 |
| HSL | 109.62º | 0.44% | 0.47% | - |
| HSV(B) | 109.62º | 0.61% | 0.67% | - |
| XYZ | 19.32 | 31.46 | 10.36 | - |
| YUV | 133.43 | 90.51 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 67 | 0.50 | 0 | 0.61 | 0.33 | 109.62 | 0.44 | 0.47 |
| Hex | 55 | AB | 43 | 32 | 0 | 3D | 21 | 6E | 2C | 2F |
| Octal | 125 | 253 | 103 | 62 | 0 | 75 | 41 | 156 | 54 | 57 |
| Binary | 1010101 | 10101011 | 1000011 | 110010 | 0 | 111101 | 100001 | 1101110 | 101100 | 101111 |
Color Harmonies of #55AB43
Complementary color
Monochromatic Colors of #55AB43
Black with #55AB43
Text Example
Text Example
White with #55AB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AB43; }
p { color: rgb(85,171,67); }
H1.HeaderClassName
{
color: #55AB43;
}
.AnyTagClassName
{
color: #55AB43;
}
</style>
background-color css
<style>
a { background-color: #55AB43; }
a { background-color: rgb(85,171,67); }
div.DivClassName
{
background-color: #55AB43;
}
.BgClassName
{
background-color: #55AB43;
}
</style>
border-color css
<style>
span { border-color: #55AB43; }
span { border-color: rgb(85,171,67); }
td.TdClassName
{
border-color: #55AB43;
}
.TagClassName
{
border-color: #55AB43;
}
</style>