Shades of Apple #55C151
Tints of Apple #55C151
RGB
CMYK
RGB Variations
Color information
#55C151 (or 0x55C151) is known color: Apple. HEX triplet: 55, C1 and 51. RGB value is (85,193,81). Sum of RGB (Red+Green+Blue) = 85+193+81=359 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.68% from 359); Green value is 193 (75.78% from 255 or 53.76% from 359); Blue value is 81 (32.03% from 255 or 22.56% from 359); Max value from RGB is 193 - color contains mainly: green. Hex color #55C151 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C151 is #AA3EAE. Grayscale: #949494. Windows color (decimal): -11157167 or 5357909. OLE color: 5357909.
HSL color Cylindrical-coordinate representation of color #55C151: hue angle of 117.86º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55C151 is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 81 | - |
| CMYK | 0.56 | 0 | 0.58 | 0.24 |
| HSL | 117.86º | 0.47% | 0.54% | - |
| HSV(B) | 117.86º | 0.58% | 0.76% | - |
| XYZ | 24.3 | 40.67 | 14.35 | - |
| YUV | 147.94 | 90.22 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 81 | 0.56 | 0 | 0.58 | 0.24 | 117.86 | 0.47 | 0.54 |
| Hex | 55 | C1 | 51 | 38 | 0 | 3A | 18 | 76 | 2F | 36 |
| Octal | 125 | 301 | 121 | 70 | 0 | 72 | 30 | 166 | 57 | 66 |
| Binary | 1010101 | 11000001 | 1010001 | 111000 | 0 | 111010 | 11000 | 1110110 | 101111 | 110110 |
Color Harmonies of #55C151
Complementary color
Monochromatic Colors of #55C151
Black with #55C151
Text Example
Text Example
White with #55C151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C151; }
p { color: rgb(85,193,81); }
H1.HeaderClassName
{
color: #55C151;
}
.AnyTagClassName
{
color: #55C151;
}
</style>
background-color css
<style>
a { background-color: #55C151; }
a { background-color: rgb(85,193,81); }
div.DivClassName
{
background-color: #55C151;
}
.BgClassName
{
background-color: #55C151;
}
</style>
border-color css
<style>
span { border-color: #55C151; }
span { border-color: rgb(85,193,81); }
td.TdClassName
{
border-color: #55C151;
}
.TagClassName
{
border-color: #55C151;
}
</style>