Shades of Apple #55A23D
Tints of Apple #55A23D
RGB
CMYK
RGB Variations
Color information
#55A23D (or 0x55A23D) is known color: Apple. HEX triplet: 55, A2 and 3D. RGB value is (85,162,61). Sum of RGB (Red+Green+Blue) = 85+162+61=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #55A23D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A23D is #AA5DC2. Grayscale: #7F7F7F. Windows color (decimal): -11165123 or 4039253. OLE color: 4039253.
HSL color Cylindrical-coordinate representation of color #55A23D: hue angle of 105.74º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55A23D is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 162 | 61 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.36 |
| HSL | 105.74º | 0.45% | 0.44% | - |
| HSV(B) | 105.74º | 0.62% | 0.64% | - |
| XYZ | 17.51 | 28.11 | 8.92 | - |
| YUV | 127.46 | 90.49 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 162 | 61 | 0.48 | 0 | 0.62 | 0.36 | 105.74 | 0.45 | 0.44 |
| Hex | 55 | A2 | 3D | 30 | 0 | 3E | 24 | 6A | 2D | 2C |
| Octal | 125 | 242 | 75 | 60 | 0 | 76 | 44 | 152 | 55 | 54 |
| Binary | 1010101 | 10100010 | 111101 | 110000 | 0 | 111110 | 100100 | 1101010 | 101101 | 101100 |
Color Harmonies of #55A23D
Complementary color
Monochromatic Colors of #55A23D
Black with #55A23D
Text Example
Text Example
White with #55A23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A23D; }
p { color: rgb(85,162,61); }
H1.HeaderClassName
{
color: #55A23D;
}
.AnyTagClassName
{
color: #55A23D;
}
</style>
background-color css
<style>
a { background-color: #55A23D; }
a { background-color: rgb(85,162,61); }
div.DivClassName
{
background-color: #55A23D;
}
.BgClassName
{
background-color: #55A23D;
}
</style>
border-color css
<style>
span { border-color: #55A23D; }
span { border-color: rgb(85,162,61); }
td.TdClassName
{
border-color: #55A23D;
}
.TagClassName
{
border-color: #55A23D;
}
</style>