Shades of Apple #55C143
Tints of Apple #55C143
RGB
CMYK
RGB Variations
Color information
#55C143 (or 0x55C143) is known color: Apple. HEX triplet: 55, C1 and 43. RGB value is (85,193,67). Sum of RGB (Red+Green+Blue) = 85+193+67=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 193 (75.78% from 255 or 55.94% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 193 - color contains mainly: green. Hex color #55C143 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55C143 is #AA3EBC. Grayscale: #929292. Windows color (decimal): -11157181 or 4440405. OLE color: 4440405.
HSL color Cylindrical-coordinate representation of color #55C143: hue angle of 111.43º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55C143 is Cyan = 0.56, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 67 | - |
| CMYK | 0.56 | 0 | 0.65 | 0.24 |
| HSL | 111.43º | 0.5% | 0.51% | - |
| HSV(B) | 111.43º | 0.65% | 0.76% | - |
| XYZ | 23.83 | 40.48 | 11.87 | - |
| YUV | 146.34 | 83.22 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 67 | 0.56 | 0 | 0.65 | 0.24 | 111.43 | 0.5 | 0.51 |
| Hex | 55 | C1 | 43 | 38 | 0 | 41 | 18 | 6F | 32 | 33 |
| Octal | 125 | 301 | 103 | 70 | 0 | 101 | 30 | 157 | 62 | 63 |
| Binary | 1010101 | 11000001 | 1000011 | 111000 | 0 | 1000001 | 11000 | 1101111 | 110010 | 110011 |
Color Harmonies of #55C143
Complementary color
Monochromatic Colors of #55C143
Black with #55C143
Text Example
Text Example
White with #55C143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C143; }
p { color: rgb(85,193,67); }
H1.HeaderClassName
{
color: #55C143;
}
.AnyTagClassName
{
color: #55C143;
}
</style>
background-color css
<style>
a { background-color: #55C143; }
a { background-color: rgb(85,193,67); }
div.DivClassName
{
background-color: #55C143;
}
.BgClassName
{
background-color: #55C143;
}
</style>
border-color css
<style>
span { border-color: #55C143; }
span { border-color: rgb(85,193,67); }
td.TdClassName
{
border-color: #55C143;
}
.TagClassName
{
border-color: #55C143;
}
</style>