Shades of Apple #55AE3E
Tints of Apple #55AE3E
RGB
CMYK
RGB Variations
Color information
#55AE3E (or 0x55AE3E) is known color: Apple. HEX triplet: 55, AE and 3E. RGB value is (85,174,62). Sum of RGB (Red+Green+Blue) = 85+174+62=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 174 (68.36% from 255 or 54.21% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 174 - color contains mainly: green. Hex color #55AE3E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AE3E is #AA51C1. Grayscale: #868686. Windows color (decimal): -11162050 or 4107861. OLE color: 4107861.
HSL color Cylindrical-coordinate representation of color #55AE3E: hue angle of 107.68º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55AE3E is Cyan = 0.51, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 174 | 62 | - |
| CMYK | 0.51 | 0 | 0.64 | 0.32 |
| HSL | 107.68º | 0.47% | 0.46% | - |
| HSV(B) | 107.68º | 0.64% | 0.68% | - |
| XYZ | 19.75 | 32.55 | 9.8 | - |
| YUV | 134.62 | 87.01 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 174 | 62 | 0.51 | 0 | 0.64 | 0.32 | 107.68 | 0.47 | 0.46 |
| Hex | 55 | AE | 3E | 33 | 0 | 40 | 20 | 6C | 2F | 2E |
| Octal | 125 | 256 | 76 | 63 | 0 | 100 | 40 | 154 | 57 | 56 |
| Binary | 1010101 | 10101110 | 111110 | 110011 | 0 | 1000000 | 100000 | 1101100 | 101111 | 101110 |
Color Harmonies of #55AE3E
Complementary color
Monochromatic Colors of #55AE3E
Black with #55AE3E
Text Example
Text Example
White with #55AE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AE3E; }
p { color: rgb(85,174,62); }
H1.HeaderClassName
{
color: #55AE3E;
}
.AnyTagClassName
{
color: #55AE3E;
}
</style>
background-color css
<style>
a { background-color: #55AE3E; }
a { background-color: rgb(85,174,62); }
div.DivClassName
{
background-color: #55AE3E;
}
.BgClassName
{
background-color: #55AE3E;
}
</style>
border-color css
<style>
span { border-color: #55AE3E; }
span { border-color: rgb(85,174,62); }
td.TdClassName
{
border-color: #55AE3E;
}
.TagClassName
{
border-color: #55AE3E;
}
</style>