Shades of Apple #55CE35
Tints of Apple #55CE35
RGB
CMYK
RGB Variations
Color information
#55CE35 (or 0x55CE35) is known color: Apple. HEX triplet: 55, CE and 35. RGB value is (85,206,53). Sum of RGB (Red+Green+Blue) = 85+206+53=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 206 (80.86% from 255 or 59.88% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CE35 is #AA31CA. Grayscale: #989898. Windows color (decimal): -11153867 or 3526229. OLE color: 3526229.
HSL color Cylindrical-coordinate representation of color #55CE35: hue angle of 107.45º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #55CE35 is Cyan = 0.59, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 53 | - |
| CMYK | 0.59 | 0 | 0.74 | 0.19 |
| HSL | 107.45º | 0.61% | 0.51% | - |
| HSV(B) | 107.45º | 0.74% | 0.81% | - |
| XYZ | 26.46 | 46.33 | 10.92 | - |
| YUV | 152.38 | 71.91 | 79.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 53 | 0.59 | 0 | 0.74 | 0.19 | 107.45 | 0.61 | 0.51 |
| Hex | 55 | CE | 35 | 3B | 0 | 4A | 13 | 6B | 3D | 33 |
| Octal | 125 | 316 | 65 | 73 | 0 | 112 | 23 | 153 | 75 | 63 |
| Binary | 1010101 | 11001110 | 110101 | 111011 | 0 | 1001010 | 10011 | 1101011 | 111101 | 110011 |
Color Harmonies of #55CE35
Complementary color
Monochromatic Colors of #55CE35
Black with #55CE35
Text Example
Text Example
White with #55CE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CE35; }
p { color: rgb(85,206,53); }
H1.HeaderClassName
{
color: #55CE35;
}
.AnyTagClassName
{
color: #55CE35;
}
</style>
background-color css
<style>
a { background-color: #55CE35; }
a { background-color: rgb(85,206,53); }
div.DivClassName
{
background-color: #55CE35;
}
.BgClassName
{
background-color: #55CE35;
}
</style>
border-color css
<style>
span { border-color: #55CE35; }
span { border-color: rgb(85,206,53); }
td.TdClassName
{
border-color: #55CE35;
}
.TagClassName
{
border-color: #55CE35;
}
</style>