Shades of Apple #55CE38
Tints of Apple #55CE38
RGB
CMYK
RGB Variations
Color information
#55CE38 (or 0x55CE38) is known color: Apple. HEX triplet: 55, CE and 38. RGB value is (85,206,56). Sum of RGB (Red+Green+Blue) = 85+206+56=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 206 (80.86% from 255 or 59.37% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CE38 is #AA31C7. Grayscale: #999999. Windows color (decimal): -11153864 or 3722837. OLE color: 3722837.
HSL color Cylindrical-coordinate representation of color #55CE38: hue angle of 108.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55CE38 is Cyan = 0.59, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 56 | - |
| CMYK | 0.59 | 0 | 0.73 | 0.19 |
| HSL | 108.4º | 0.6% | 0.51% | - |
| HSV(B) | 108.4º | 0.73% | 0.81% | - |
| XYZ | 26.53 | 46.36 | 11.29 | - |
| YUV | 152.72 | 73.41 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 56 | 0.59 | 0 | 0.73 | 0.19 | 108.4 | 0.6 | 0.51 |
| Hex | 55 | CE | 38 | 3B | 0 | 49 | 13 | 6C | 3C | 33 |
| Octal | 125 | 316 | 70 | 73 | 0 | 111 | 23 | 154 | 74 | 63 |
| Binary | 1010101 | 11001110 | 111000 | 111011 | 0 | 1001001 | 10011 | 1101100 | 111100 | 110011 |
Color Harmonies of #55CE38
Complementary color
Monochromatic Colors of #55CE38
Black with #55CE38
Text Example
Text Example
White with #55CE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CE38; }
p { color: rgb(85,206,56); }
H1.HeaderClassName
{
color: #55CE38;
}
.AnyTagClassName
{
color: #55CE38;
}
</style>
background-color css
<style>
a { background-color: #55CE38; }
a { background-color: rgb(85,206,56); }
div.DivClassName
{
background-color: #55CE38;
}
.BgClassName
{
background-color: #55CE38;
}
</style>
border-color css
<style>
span { border-color: #55CE38; }
span { border-color: rgb(85,206,56); }
td.TdClassName
{
border-color: #55CE38;
}
.TagClassName
{
border-color: #55CE38;
}
</style>