Shades of Apple #55CF40
Tints of Apple #55CF40
RGB
CMYK
RGB Variations
Color information
#55CF40 (or 0x55CF40) is known color: Apple. HEX triplet: 55, CF and 40. RGB value is (85,207,64). Sum of RGB (Red+Green+Blue) = 85+207+64=356 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.88% from 356); Green value is 207 (81.25% from 255 or 58.15% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 207 - color contains mainly: green. Hex color #55CF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55CF40 is #AA30BF. Grayscale: #9A9A9A. Windows color (decimal): -11153600 or 4247381. OLE color: 4247381.
HSL color Cylindrical-coordinate representation of color #55CF40: hue angle of 111.19º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #55CF40 is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 207 | 64 | - |
| CMYK | 0.59 | 0 | 0.69 | 0.19 |
| HSL | 111.19º | 0.6% | 0.53% | - |
| HSV(B) | 111.19º | 0.69% | 0.81% | - |
| XYZ | 26.98 | 46.93 | 12.49 | - |
| YUV | 154.22 | 77.08 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 207 | 64 | 0.59 | 0 | 0.69 | 0.19 | 111.19 | 0.6 | 0.53 |
| Hex | 55 | CF | 40 | 3B | 0 | 45 | 13 | 6F | 3C | 35 |
| Octal | 125 | 317 | 100 | 73 | 0 | 105 | 23 | 157 | 74 | 65 |
| Binary | 1010101 | 11001111 | 1000000 | 111011 | 0 | 1000101 | 10011 | 1101111 | 111100 | 110101 |
Color Harmonies of #55CF40
Complementary color
Monochromatic Colors of #55CF40
Black with #55CF40
Text Example
Text Example
White with #55CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CF40; }
p { color: rgb(85,207,64); }
H1.HeaderClassName
{
color: #55CF40;
}
.AnyTagClassName
{
color: #55CF40;
}
</style>
background-color css
<style>
a { background-color: #55CF40; }
a { background-color: rgb(85,207,64); }
div.DivClassName
{
background-color: #55CF40;
}
.BgClassName
{
background-color: #55CF40;
}
</style>
border-color css
<style>
span { border-color: #55CF40; }
span { border-color: rgb(85,207,64); }
td.TdClassName
{
border-color: #55CF40;
}
.TagClassName
{
border-color: #55CF40;
}
</style>