Shades of Apple #55C64E
Tints of Apple #55C64E
RGB
CMYK
RGB Variations
Color information
#55C64E (or 0x55C64E) is known color: Apple. HEX triplet: 55, C6 and 4E. RGB value is (85,198,78). Sum of RGB (Red+Green+Blue) = 85+198+78=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 198 (77.73% from 255 or 54.85% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 198 - color contains mainly: green. Hex color #55C64E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C64E is #AA39B1. Grayscale: #969696. Windows color (decimal): -11155890 or 5162581. OLE color: 5162581.
HSL color Cylindrical-coordinate representation of color #55C64E: hue angle of 116.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55C64E is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 198 | 78 | - |
| CMYK | 0.57 | 0 | 0.61 | 0.22 |
| HSL | 116.5º | 0.51% | 0.54% | - |
| HSV(B) | 116.5º | 0.61% | 0.78% | - |
| XYZ | 25.32 | 42.87 | 14.15 | - |
| YUV | 150.53 | 87.06 | 81.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 198 | 78 | 0.57 | 0 | 0.61 | 0.22 | 116.5 | 0.51 | 0.54 |
| Hex | 55 | C6 | 4E | 39 | 0 | 3D | 16 | 74 | 33 | 36 |
| Octal | 125 | 306 | 116 | 71 | 0 | 75 | 26 | 164 | 63 | 66 |
| Binary | 1010101 | 11000110 | 1001110 | 111001 | 0 | 111101 | 10110 | 1110100 | 110011 | 110110 |
Color Harmonies of #55C64E
Complementary color
Monochromatic Colors of #55C64E
Black with #55C64E
Text Example
Text Example
White with #55C64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C64E; }
p { color: rgb(85,198,78); }
H1.HeaderClassName
{
color: #55C64E;
}
.AnyTagClassName
{
color: #55C64E;
}
</style>
background-color css
<style>
a { background-color: #55C64E; }
a { background-color: rgb(85,198,78); }
div.DivClassName
{
background-color: #55C64E;
}
.BgClassName
{
background-color: #55C64E;
}
</style>
border-color css
<style>
span { border-color: #55C64E; }
span { border-color: rgb(85,198,78); }
td.TdClassName
{
border-color: #55C64E;
}
.TagClassName
{
border-color: #55C64E;
}
</style>