Shades of Apple #55CE51
Tints of Apple #55CE51
RGB
CMYK
RGB Variations
Color information
#55CE51 (or 0x55CE51) is known color: Apple. HEX triplet: 55, CE and 51. RGB value is (85,206,81). Sum of RGB (Red+Green+Blue) = 85+206+81=372 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.85% from 372); Green value is 206 (80.86% from 255 or 55.38% from 372); Blue value is 81 (32.03% from 255 or 21.77% from 372); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CE51 is #AA31AE. Grayscale: #9B9B9B. Windows color (decimal): -11153839 or 5361237. OLE color: 5361237.
HSL color Cylindrical-coordinate representation of color #55CE51: hue angle of 118.08º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55CE51 is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 81 | - |
| CMYK | 0.59 | 0 | 0.61 | 0.19 |
| HSL | 118.08º | 0.56% | 0.56% | - |
| HSV(B) | 118.08º | 0.61% | 0.81% | - |
| XYZ | 27.3 | 46.67 | 15.35 | - |
| YUV | 155.57 | 85.91 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 81 | 0.59 | 0 | 0.61 | 0.19 | 118.08 | 0.56 | 0.56 |
| Hex | 55 | CE | 51 | 3B | 0 | 3D | 13 | 76 | 38 | 38 |
| Octal | 125 | 316 | 121 | 73 | 0 | 75 | 23 | 166 | 70 | 70 |
| Binary | 1010101 | 11001110 | 1010001 | 111011 | 0 | 111101 | 10011 | 1110110 | 111000 | 111000 |
Color Harmonies of #55CE51
Complementary color
Monochromatic Colors of #55CE51
Black with #55CE51
Text Example
Text Example
White with #55CE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CE51; }
p { color: rgb(85,206,81); }
H1.HeaderClassName
{
color: #55CE51;
}
.AnyTagClassName
{
color: #55CE51;
}
</style>
background-color css
<style>
a { background-color: #55CE51; }
a { background-color: rgb(85,206,81); }
div.DivClassName
{
background-color: #55CE51;
}
.BgClassName
{
background-color: #55CE51;
}
</style>
border-color css
<style>
span { border-color: #55CE51; }
span { border-color: rgb(85,206,81); }
td.TdClassName
{
border-color: #55CE51;
}
.TagClassName
{
border-color: #55CE51;
}
</style>