Shades of Apple #55D23D
Tints of Apple #55D23D
RGB
CMYK
RGB Variations
Color information
#55D23D (or 0x55D23D) is known color: Apple. HEX triplet: 55, D2 and 3D. RGB value is (85,210,61). Sum of RGB (Red+Green+Blue) = 85+210+61=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 210 (82.42% from 255 or 58.99% from 356); Blue value is 61 (24.22% from 255 or 17.13% from 356); Max value from RGB is 210 - color contains mainly: green. Hex color #55D23D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D23D is #AA2DC2. Grayscale: #9C9C9C. Windows color (decimal): -11152835 or 4051541. OLE color: 4051541.
HSL color Cylindrical-coordinate representation of color #55D23D: hue angle of 110.34º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55D23D is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 210 | 61 | - |
| CMYK | 0.60 | 0 | 0.71 | 0.18 |
| HSL | 110.34º | 0.62% | 0.53% | - |
| HSV(B) | 110.34º | 0.71% | 0.82% | - |
| XYZ | 27.64 | 48.36 | 12.29 | - |
| YUV | 155.64 | 74.59 | 77.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 210 | 61 | 0.60 | 0 | 0.71 | 0.18 | 110.34 | 0.62 | 0.53 |
| Hex | 55 | D2 | 3D | 3C | 0 | 47 | 12 | 6E | 3E | 35 |
| Octal | 125 | 322 | 75 | 74 | 0 | 107 | 22 | 156 | 76 | 65 |
| Binary | 1010101 | 11010010 | 111101 | 111100 | 0 | 1000111 | 10010 | 1101110 | 111110 | 110101 |
Color Harmonies of #55D23D
Complementary color
Monochromatic Colors of #55D23D
Black with #55D23D
Text Example
Text Example
White with #55D23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D23D; }
p { color: rgb(85,210,61); }
H1.HeaderClassName
{
color: #55D23D;
}
.AnyTagClassName
{
color: #55D23D;
}
</style>
background-color css
<style>
a { background-color: #55D23D; }
a { background-color: rgb(85,210,61); }
div.DivClassName
{
background-color: #55D23D;
}
.BgClassName
{
background-color: #55D23D;
}
</style>
border-color css
<style>
span { border-color: #55D23D; }
span { border-color: rgb(85,210,61); }
td.TdClassName
{
border-color: #55D23D;
}
.TagClassName
{
border-color: #55D23D;
}
</style>