Shades of Apple #55CE4F
Tints of Apple #55CE4F
RGB
CMYK
RGB Variations
Color information
#55CE4F (or 0x55CE4F) is known color: Apple. HEX triplet: 55, CE and 4F. RGB value is (85,206,79). Sum of RGB (Red+Green+Blue) = 85+206+79=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 206 (80.86% from 255 or 55.68% from 370); Blue value is 79 (31.25% from 255 or 21.35% from 370); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CE4F is #AA31B0. Grayscale: #9B9B9B. Windows color (decimal): -11153841 or 5230165. OLE color: 5230165.
HSL color Cylindrical-coordinate representation of color #55CE4F: hue angle of 117.17º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55CE4F is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 79 | - |
| CMYK | 0.59 | 0 | 0.62 | 0.19 |
| HSL | 117.17º | 0.56% | 0.56% | - |
| HSV(B) | 117.17º | 0.62% | 0.81% | - |
| XYZ | 27.23 | 46.64 | 14.96 | - |
| YUV | 155.34 | 84.91 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 79 | 0.59 | 0 | 0.62 | 0.19 | 117.17 | 0.56 | 0.56 |
| Hex | 55 | CE | 4F | 3B | 0 | 3E | 13 | 75 | 38 | 38 |
| Octal | 125 | 316 | 117 | 73 | 0 | 76 | 23 | 165 | 70 | 70 |
| Binary | 1010101 | 11001110 | 1001111 | 111011 | 0 | 111110 | 10011 | 1110101 | 111000 | 111000 |
Color Harmonies of #55CE4F
Complementary color
Monochromatic Colors of #55CE4F
Black with #55CE4F
Text Example
Text Example
White with #55CE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CE4F; }
p { color: rgb(85,206,79); }
H1.HeaderClassName
{
color: #55CE4F;
}
.AnyTagClassName
{
color: #55CE4F;
}
</style>
background-color css
<style>
a { background-color: #55CE4F; }
a { background-color: rgb(85,206,79); }
div.DivClassName
{
background-color: #55CE4F;
}
.BgClassName
{
background-color: #55CE4F;
}
</style>
border-color css
<style>
span { border-color: #55CE4F; }
span { border-color: rgb(85,206,79); }
td.TdClassName
{
border-color: #55CE4F;
}
.TagClassName
{
border-color: #55CE4F;
}
</style>