Shades of Apple #55AD33
Tints of Apple #55AD33
RGB
CMYK
RGB Variations
Color information
#55AD33 (or 0x55AD33) is known color: Apple. HEX triplet: 55, AD and 33. RGB value is (85,173,51). Sum of RGB (Red+Green+Blue) = 85+173+51=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 173 (67.97% from 255 or 55.99% from 309); Blue value is 51 (20.31% from 255 or 16.50% from 309); Max value from RGB is 173 - color contains mainly: green. Hex color #55AD33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AD33 is #AA52CC. Grayscale: #858585. Windows color (decimal): -11162317 or 3386709. OLE color: 3386709.
HSL color Cylindrical-coordinate representation of color #55AD33: hue angle of 103.28º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55AD33 is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 51 | - |
| CMYK | 0.51 | 0 | 0.71 | 0.32 |
| HSL | 103.28º | 0.54% | 0.44% | - |
| HSV(B) | 103.28º | 0.71% | 0.68% | - |
| XYZ | 19.29 | 32.06 | 8.3 | - |
| YUV | 132.78 | 81.85 | 93.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 51 | 0.51 | 0 | 0.71 | 0.32 | 103.28 | 0.54 | 0.44 |
| Hex | 55 | AD | 33 | 33 | 0 | 47 | 20 | 67 | 36 | 2C |
| Octal | 125 | 255 | 63 | 63 | 0 | 107 | 40 | 147 | 66 | 54 |
| Binary | 1010101 | 10101101 | 110011 | 110011 | 0 | 1000111 | 100000 | 1100111 | 110110 | 101100 |
Color Harmonies of #55AD33
Complementary color
Monochromatic Colors of #55AD33
Black with #55AD33
Text Example
Text Example
White with #55AD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AD33; }
p { color: rgb(85,173,51); }
H1.HeaderClassName
{
color: #55AD33;
}
.AnyTagClassName
{
color: #55AD33;
}
</style>
background-color css
<style>
a { background-color: #55AD33; }
a { background-color: rgb(85,173,51); }
div.DivClassName
{
background-color: #55AD33;
}
.BgClassName
{
background-color: #55AD33;
}
</style>
border-color css
<style>
span { border-color: #55AD33; }
span { border-color: rgb(85,173,51); }
td.TdClassName
{
border-color: #55AD33;
}
.TagClassName
{
border-color: #55AD33;
}
</style>