Shades of Apple #55C841
Tints of Apple #55C841
RGB
CMYK
RGB Variations
Color information
#55C841 (or 0x55C841) is known color: Apple. HEX triplet: 55, C8 and 41. RGB value is (85,200,65). Sum of RGB (Red+Green+Blue) = 85+200+65=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 200 (78.52% from 255 or 57.14% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 200 - color contains mainly: green. Hex color #55C841 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C841 is #AA37BE. Grayscale: #969696. Windows color (decimal): -11155391 or 4311125. OLE color: 4311125.
HSL color Cylindrical-coordinate representation of color #55C841: hue angle of 111.11º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55C841 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 200 | 65 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.22 |
| HSL | 111.11º | 0.55% | 0.52% | - |
| HSV(B) | 111.11º | 0.68% | 0.78% | - |
| XYZ | 25.35 | 43.62 | 12.08 | - |
| YUV | 150.23 | 79.9 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 200 | 65 | 0.58 | 0 | 0.68 | 0.22 | 111.11 | 0.55 | 0.52 |
| Hex | 55 | C8 | 41 | 3A | 0 | 44 | 16 | 6F | 37 | 34 |
| Octal | 125 | 310 | 101 | 72 | 0 | 104 | 26 | 157 | 67 | 64 |
| Binary | 1010101 | 11001000 | 1000001 | 111010 | 0 | 1000100 | 10110 | 1101111 | 110111 | 110100 |
Color Harmonies of #55C841
Complementary color
Monochromatic Colors of #55C841
Black with #55C841
Text Example
Text Example
White with #55C841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C841; }
p { color: rgb(85,200,65); }
H1.HeaderClassName
{
color: #55C841;
}
.AnyTagClassName
{
color: #55C841;
}
</style>
background-color css
<style>
a { background-color: #55C841; }
a { background-color: rgb(85,200,65); }
div.DivClassName
{
background-color: #55C841;
}
.BgClassName
{
background-color: #55C841;
}
</style>
border-color css
<style>
span { border-color: #55C841; }
span { border-color: rgb(85,200,65); }
td.TdClassName
{
border-color: #55C841;
}
.TagClassName
{
border-color: #55C841;
}
</style>