Shades of Apple #55D33F
Tints of Apple #55D33F
RGB
CMYK
RGB Variations
Color information
#55D33F (or 0x55D33F) is known color: Apple. HEX triplet: 55, D3 and 3F. RGB value is (85,211,63). Sum of RGB (Red+Green+Blue) = 85+211+63=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 211 (82.81% from 255 or 58.77% from 359); Blue value is 63 (25% from 255 or 17.55% from 359); Max value from RGB is 211 - color contains mainly: green. Hex color #55D33F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D33F is #AA2CC0. Grayscale: #9C9C9C. Windows color (decimal): -11152577 or 4182869. OLE color: 4182869.
HSL color Cylindrical-coordinate representation of color #55D33F: hue angle of 111.08º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55D33F is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 211 | 63 | - |
| CMYK | 0.60 | 0 | 0.70 | 0.17 |
| HSL | 111.08º | 0.63% | 0.54% | - |
| HSV(B) | 111.08º | 0.7% | 0.83% | - |
| XYZ | 27.94 | 48.88 | 12.66 | - |
| YUV | 156.45 | 75.26 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 211 | 63 | 0.60 | 0 | 0.70 | 0.17 | 111.08 | 0.63 | 0.54 |
| Hex | 55 | D3 | 3F | 3C | 0 | 46 | 11 | 6F | 3F | 36 |
| Octal | 125 | 323 | 77 | 74 | 0 | 106 | 21 | 157 | 77 | 66 |
| Binary | 1010101 | 11010011 | 111111 | 111100 | 0 | 1000110 | 10001 | 1101111 | 111111 | 110110 |
Color Harmonies of #55D33F
Complementary color
Monochromatic Colors of #55D33F
Black with #55D33F
Text Example
Text Example
White with #55D33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D33F; }
p { color: rgb(85,211,63); }
H1.HeaderClassName
{
color: #55D33F;
}
.AnyTagClassName
{
color: #55D33F;
}
</style>
background-color css
<style>
a { background-color: #55D33F; }
a { background-color: rgb(85,211,63); }
div.DivClassName
{
background-color: #55D33F;
}
.BgClassName
{
background-color: #55D33F;
}
</style>
border-color css
<style>
span { border-color: #55D33F; }
span { border-color: rgb(85,211,63); }
td.TdClassName
{
border-color: #55D33F;
}
.TagClassName
{
border-color: #55D33F;
}
</style>