Shades of Apple #55AB3C
Tints of Apple #55AB3C
RGB
CMYK
RGB Variations
Color information
#55AB3C (or 0x55AB3C) is known color: Apple. HEX triplet: 55, AB and 3C. RGB value is (85,171,60). Sum of RGB (Red+Green+Blue) = 85+171+60=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #55AB3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AB3C is #AA54C3. Grayscale: #848484. Windows color (decimal): -11162820 or 3976021. OLE color: 3976021.
HSL color Cylindrical-coordinate representation of color #55AB3C: hue angle of 106.49º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55AB3C is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 171 | 60 | - |
| CMYK | 0.50 | 0 | 0.65 | 0.33 |
| HSL | 106.49º | 0.48% | 0.45% | - |
| HSV(B) | 106.49º | 0.65% | 0.67% | - |
| XYZ | 19.12 | 31.38 | 9.32 | - |
| YUV | 132.63 | 87.01 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 60 | 0.50 | 0 | 0.65 | 0.33 | 106.49 | 0.48 | 0.45 |
| Hex | 55 | AB | 3C | 32 | 0 | 41 | 21 | 6A | 30 | 2D |
| Octal | 125 | 253 | 74 | 62 | 0 | 101 | 41 | 152 | 60 | 55 |
| Binary | 1010101 | 10101011 | 111100 | 110010 | 0 | 1000001 | 100001 | 1101010 | 110000 | 101101 |
Color Harmonies of #55AB3C
Complementary color
Monochromatic Colors of #55AB3C
Black with #55AB3C
Text Example
Text Example
White with #55AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AB3C; }
p { color: rgb(85,171,60); }
H1.HeaderClassName
{
color: #55AB3C;
}
.AnyTagClassName
{
color: #55AB3C;
}
</style>
background-color css
<style>
a { background-color: #55AB3C; }
a { background-color: rgb(85,171,60); }
div.DivClassName
{
background-color: #55AB3C;
}
.BgClassName
{
background-color: #55AB3C;
}
</style>
border-color css
<style>
span { border-color: #55AB3C; }
span { border-color: rgb(85,171,60); }
td.TdClassName
{
border-color: #55AB3C;
}
.TagClassName
{
border-color: #55AB3C;
}
</style>