Shades of Apple #55C23E
Tints of Apple #55C23E
RGB
CMYK
RGB Variations
Color information
#55C23E (or 0x55C23E) is known color: Apple. HEX triplet: 55, C2 and 3E. RGB value is (85,194,62). Sum of RGB (Red+Green+Blue) = 85+194+62=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 194 (76.17% from 255 or 56.89% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 194 - color contains mainly: green. Hex color #55C23E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C23E is #AA3DC1. Grayscale: #929292. Windows color (decimal): -11156930 or 4112981. OLE color: 4112981.
HSL color Cylindrical-coordinate representation of color #55C23E: hue angle of 109.55º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55C23E is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 194 | 62 | - |
| CMYK | 0.56 | 0 | 0.68 | 0.24 |
| HSL | 109.55º | 0.52% | 0.5% | - |
| HSV(B) | 109.55º | 0.68% | 0.76% | - |
| XYZ | 23.91 | 40.86 | 11.18 | - |
| YUV | 146.36 | 80.39 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 194 | 62 | 0.56 | 0 | 0.68 | 0.24 | 109.55 | 0.52 | 0.5 |
| Hex | 55 | C2 | 3E | 38 | 0 | 44 | 18 | 6E | 34 | 32 |
| Octal | 125 | 302 | 76 | 70 | 0 | 104 | 30 | 156 | 64 | 62 |
| Binary | 1010101 | 11000010 | 111110 | 111000 | 0 | 1000100 | 11000 | 1101110 | 110100 | 110010 |
Color Harmonies of #55C23E
Complementary color
Monochromatic Colors of #55C23E
Black with #55C23E
Text Example
Text Example
White with #55C23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C23E; }
p { color: rgb(85,194,62); }
H1.HeaderClassName
{
color: #55C23E;
}
.AnyTagClassName
{
color: #55C23E;
}
</style>
background-color css
<style>
a { background-color: #55C23E; }
a { background-color: rgb(85,194,62); }
div.DivClassName
{
background-color: #55C23E;
}
.BgClassName
{
background-color: #55C23E;
}
</style>
border-color css
<style>
span { border-color: #55C23E; }
span { border-color: rgb(85,194,62); }
td.TdClassName
{
border-color: #55C23E;
}
.TagClassName
{
border-color: #55C23E;
}
</style>