Shades of Apple #55CF4D
Tints of Apple #55CF4D
RGB
CMYK
RGB Variations
Color information
#55CF4D (or 0x55CF4D) is known color: Apple. HEX triplet: 55, CF and 4D. RGB value is (85,207,77). Sum of RGB (Red+Green+Blue) = 85+207+77=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 207 (81.25% from 255 or 56.10% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 207 - color contains mainly: green. Hex color #55CF4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CF4D is #AA30B2. Grayscale: #9C9C9C. Windows color (decimal): -11153587 or 5099349. OLE color: 5099349.
HSL color Cylindrical-coordinate representation of color #55CF4D: hue angle of 116.31º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55CF4D is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 77 | - |
| CMYK | 0.59 | 0 | 0.63 | 0.19 |
| HSL | 116.31º | 0.58% | 0.56% | - |
| HSV(B) | 116.31º | 0.63% | 0.81% | - |
| XYZ | 27.4 | 47.09 | 14.67 | - |
| YUV | 155.7 | 83.58 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 77 | 0.59 | 0 | 0.63 | 0.19 | 116.31 | 0.58 | 0.56 |
| Hex | 55 | CF | 4D | 3B | 0 | 3F | 13 | 74 | 3A | 38 |
| Octal | 125 | 317 | 115 | 73 | 0 | 77 | 23 | 164 | 72 | 70 |
| Binary | 1010101 | 11001111 | 1001101 | 111011 | 0 | 111111 | 10011 | 1110100 | 111010 | 111000 |
Color Harmonies of #55CF4D
Complementary color
Monochromatic Colors of #55CF4D
Black with #55CF4D
Text Example
Text Example
White with #55CF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CF4D; }
p { color: rgb(85,207,77); }
H1.HeaderClassName
{
color: #55CF4D;
}
.AnyTagClassName
{
color: #55CF4D;
}
</style>
background-color css
<style>
a { background-color: #55CF4D; }
a { background-color: rgb(85,207,77); }
div.DivClassName
{
background-color: #55CF4D;
}
.BgClassName
{
background-color: #55CF4D;
}
</style>
border-color css
<style>
span { border-color: #55CF4D; }
span { border-color: rgb(85,207,77); }
td.TdClassName
{
border-color: #55CF4D;
}
.TagClassName
{
border-color: #55CF4D;
}
</style>