Shades of Apple #55CB51
Tints of Apple #55CB51
RGB
CMYK
RGB Variations
Color information
#55CB51 (or 0x55CB51) is known color: Apple. HEX triplet: 55, CB and 51. RGB value is (85,203,81). Sum of RGB (Red+Green+Blue) = 85+203+81=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 203 (79.69% from 255 or 55.01% from 369); Blue value is 81 (32.03% from 255 or 21.95% from 369); Max value from RGB is 203 - color contains mainly: green. Hex color #55CB51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CB51 is #AA34AE. Grayscale: #9A9A9A. Windows color (decimal): -11154607 or 5360469. OLE color: 5360469.
HSL color Cylindrical-coordinate representation of color #55CB51: hue angle of 118.03º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55CB51 is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 203 | 81 | - |
| CMYK | 0.58 | 0 | 0.60 | 0.20 |
| HSL | 118.03º | 0.54% | 0.56% | - |
| HSV(B) | 118.03º | 0.6% | 0.8% | - |
| XYZ | 26.59 | 45.24 | 15.11 | - |
| YUV | 153.81 | 86.91 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 203 | 81 | 0.58 | 0 | 0.60 | 0.20 | 118.03 | 0.54 | 0.56 |
| Hex | 55 | CB | 51 | 3A | 0 | 3C | 14 | 76 | 36 | 38 |
| Octal | 125 | 313 | 121 | 72 | 0 | 74 | 24 | 166 | 66 | 70 |
| Binary | 1010101 | 11001011 | 1010001 | 111010 | 0 | 111100 | 10100 | 1110110 | 110110 | 111000 |
Color Harmonies of #55CB51
Complementary color
Monochromatic Colors of #55CB51
Black with #55CB51
Text Example
Text Example
White with #55CB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CB51; }
p { color: rgb(85,203,81); }
H1.HeaderClassName
{
color: #55CB51;
}
.AnyTagClassName
{
color: #55CB51;
}
</style>
background-color css
<style>
a { background-color: #55CB51; }
a { background-color: rgb(85,203,81); }
div.DivClassName
{
background-color: #55CB51;
}
.BgClassName
{
background-color: #55CB51;
}
</style>
border-color css
<style>
span { border-color: #55CB51; }
span { border-color: rgb(85,203,81); }
td.TdClassName
{
border-color: #55CB51;
}
.TagClassName
{
border-color: #55CB51;
}
</style>