Shades of Apple #55D03F
Tints of Apple #55D03F
RGB
CMYK
RGB Variations
Color information
#55D03F (or 0x55D03F) is known color: Apple. HEX triplet: 55, D0 and 3F. RGB value is (85,208,63). Sum of RGB (Red+Green+Blue) = 85+208+63=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 208 (81.64% from 255 or 58.43% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 208 - color contains mainly: green. Hex color #55D03F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D03F is #AA2FC0. Grayscale: #9B9B9B. Windows color (decimal): -11153345 or 4182101. OLE color: 4182101.
HSL color Cylindrical-coordinate representation of color #55D03F: hue angle of 110.9º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55D03F is Cyan = 0.59, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 208 | 63 | - |
| CMYK | 0.59 | 0 | 0.70 | 0.18 |
| HSL | 110.9º | 0.61% | 0.53% | - |
| HSV(B) | 110.9º | 0.7% | 0.82% | - |
| XYZ | 27.2 | 47.4 | 12.42 | - |
| YUV | 154.69 | 76.25 | 78.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 208 | 63 | 0.59 | 0 | 0.70 | 0.18 | 110.9 | 0.61 | 0.53 |
| Hex | 55 | D0 | 3F | 3B | 0 | 46 | 12 | 6F | 3D | 35 |
| Octal | 125 | 320 | 77 | 73 | 0 | 106 | 22 | 157 | 75 | 65 |
| Binary | 1010101 | 11010000 | 111111 | 111011 | 0 | 1000110 | 10010 | 1101111 | 111101 | 110101 |
Color Harmonies of #55D03F
Complementary color
Monochromatic Colors of #55D03F
Black with #55D03F
Text Example
Text Example
White with #55D03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D03F; }
p { color: rgb(85,208,63); }
H1.HeaderClassName
{
color: #55D03F;
}
.AnyTagClassName
{
color: #55D03F;
}
</style>
background-color css
<style>
a { background-color: #55D03F; }
a { background-color: rgb(85,208,63); }
div.DivClassName
{
background-color: #55D03F;
}
.BgClassName
{
background-color: #55D03F;
}
</style>
border-color css
<style>
span { border-color: #55D03F; }
span { border-color: rgb(85,208,63); }
td.TdClassName
{
border-color: #55D03F;
}
.TagClassName
{
border-color: #55D03F;
}
</style>