Shades of Apple #55CF4F
Tints of Apple #55CF4F
RGB
CMYK
RGB Variations
Color information
#55CF4F (or 0x55CF4F) is known color: Apple. HEX triplet: 55, CF and 4F. RGB value is (85,207,79). Sum of RGB (Red+Green+Blue) = 85+207+79=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #55CF4F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CF4F is #AA30B0. Grayscale: #9C9C9C. Windows color (decimal): -11153585 or 5230421. OLE color: 5230421.
HSL color Cylindrical-coordinate representation of color #55CF4F: hue angle of 117.19º degrees, saturation: 0.57, 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 #55CF4F is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 79 | - |
| CMYK | 0.59 | 0 | 0.62 | 0.19 |
| HSL | 117.19º | 0.57% | 0.56% | - |
| HSV(B) | 117.19º | 0.62% | 0.81% | - |
| XYZ | 27.47 | 47.12 | 15.04 | - |
| YUV | 155.93 | 84.58 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 79 | 0.59 | 0 | 0.62 | 0.19 | 117.19 | 0.57 | 0.56 |
| Hex | 55 | CF | 4F | 3B | 0 | 3E | 13 | 75 | 39 | 38 |
| Octal | 125 | 317 | 117 | 73 | 0 | 76 | 23 | 165 | 71 | 70 |
| Binary | 1010101 | 11001111 | 1001111 | 111011 | 0 | 111110 | 10011 | 1110101 | 111001 | 111000 |
Color Harmonies of #55CF4F
Complementary color
Monochromatic Colors of #55CF4F
Black with #55CF4F
Text Example
Text Example
White with #55CF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CF4F; }
p { color: rgb(85,207,79); }
H1.HeaderClassName
{
color: #55CF4F;
}
.AnyTagClassName
{
color: #55CF4F;
}
</style>
background-color css
<style>
a { background-color: #55CF4F; }
a { background-color: rgb(85,207,79); }
div.DivClassName
{
background-color: #55CF4F;
}
.BgClassName
{
background-color: #55CF4F;
}
</style>
border-color css
<style>
span { border-color: #55CF4F; }
span { border-color: rgb(85,207,79); }
td.TdClassName
{
border-color: #55CF4F;
}
.TagClassName
{
border-color: #55CF4F;
}
</style>