Shades of Apple #55C152
Tints of Apple #55C152
RGB
CMYK
RGB Variations
Color information
#55C152 (or 0x55C152) is known color: Apple. HEX triplet: 55, C1 and 52. RGB value is (85,193,82). Sum of RGB (Red+Green+Blue) = 85+193+82=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #55C152 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55C152 is #AA3EAD. Grayscale: #949494. Windows color (decimal): -11157166 or 5423445. OLE color: 5423445.
HSL color Cylindrical-coordinate representation of color #55C152: hue angle of 118.38º 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 #55C152 is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 82 | - |
| CMYK | 0.56 | 0 | 0.58 | 0.24 |
| HSL | 118.38º | 0.47% | 0.54% | - |
| HSV(B) | 118.38º | 0.58% | 0.76% | - |
| XYZ | 24.34 | 40.68 | 14.55 | - |
| YUV | 148.05 | 90.72 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 82 | 0.56 | 0 | 0.58 | 0.24 | 118.38 | 0.47 | 0.54 |
| Hex | 55 | C1 | 52 | 38 | 0 | 3A | 18 | 76 | 2F | 36 |
| Octal | 125 | 301 | 122 | 70 | 0 | 72 | 30 | 166 | 57 | 66 |
| Binary | 1010101 | 11000001 | 1010010 | 111000 | 0 | 111010 | 11000 | 1110110 | 101111 | 110110 |
Color Harmonies of #55C152
Complementary color
Monochromatic Colors of #55C152
Black with #55C152
Text Example
Text Example
White with #55C152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C152; }
p { color: rgb(85,193,82); }
H1.HeaderClassName
{
color: #55C152;
}
.AnyTagClassName
{
color: #55C152;
}
</style>
background-color css
<style>
a { background-color: #55C152; }
a { background-color: rgb(85,193,82); }
div.DivClassName
{
background-color: #55C152;
}
.BgClassName
{
background-color: #55C152;
}
</style>
border-color css
<style>
span { border-color: #55C152; }
span { border-color: rgb(85,193,82); }
td.TdClassName
{
border-color: #55C152;
}
.TagClassName
{
border-color: #55C152;
}
</style>