Shades of Apple #55AB34
Tints of Apple #55AB34
RGB
CMYK
RGB Variations
Color information
#55AB34 (or 0x55AB34) is known color: Apple. HEX triplet: 55, AB and 34. RGB value is (85,171,52). Sum of RGB (Red+Green+Blue) = 85+171+52=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AB34 is #AA54CB. Grayscale: #848484. Windows color (decimal): -11162828 or 3451733. OLE color: 3451733.
HSL color Cylindrical-coordinate representation of color #55AB34: hue angle of 103.36º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55AB34 is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 171 | 52 | - |
| CMYK | 0.50 | 0 | 0.70 | 0.33 |
| HSL | 103.36º | 0.53% | 0.44% | - |
| HSV(B) | 103.36º | 0.7% | 0.67% | - |
| XYZ | 18.93 | 31.31 | 8.29 | - |
| YUV | 131.72 | 83.01 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 52 | 0.50 | 0 | 0.70 | 0.33 | 103.36 | 0.53 | 0.44 |
| Hex | 55 | AB | 34 | 32 | 0 | 46 | 21 | 67 | 35 | 2C |
| Octal | 125 | 253 | 64 | 62 | 0 | 106 | 41 | 147 | 65 | 54 |
| Binary | 1010101 | 10101011 | 110100 | 110010 | 0 | 1000110 | 100001 | 1100111 | 110101 | 101100 |
Color Harmonies of #55AB34
Complementary color
Monochromatic Colors of #55AB34
Black with #55AB34
Text Example
Text Example
White with #55AB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AB34; }
p { color: rgb(85,171,52); }
H1.HeaderClassName
{
color: #55AB34;
}
.AnyTagClassName
{
color: #55AB34;
}
</style>
background-color css
<style>
a { background-color: #55AB34; }
a { background-color: rgb(85,171,52); }
div.DivClassName
{
background-color: #55AB34;
}
.BgClassName
{
background-color: #55AB34;
}
</style>
border-color css
<style>
span { border-color: #55AB34; }
span { border-color: rgb(85,171,52); }
td.TdClassName
{
border-color: #55AB34;
}
.TagClassName
{
border-color: #55AB34;
}
</style>