Shades of Apple #68C855
Tints of Apple #68C855
RGB
CMYK
RGB Variations
Color information
#68C855 (or 0x68C855) is known color: Apple. HEX triplet: 68, C8 and 55. RGB value is (104,200,85). Sum of RGB (Red+Green+Blue) = 104+200+85=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 200 (78.52% from 255 or 51.41% from 389); Blue value is 85 (33.59% from 255 or 21.85% from 389); Max value from RGB is 200 - color contains mainly: green. Hex color #68C855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C855 is #9737AA. Grayscale: #9E9E9E. Windows color (decimal): -9910187 or 5621864. OLE color: 5621864.
HSL color Cylindrical-coordinate representation of color #68C855: hue angle of 110.09º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68C855 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 200 | 85 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.22 |
| HSL | 110.09º | 0.51% | 0.56% | - |
| HSV(B) | 110.09º | 0.58% | 0.78% | - |
| XYZ | 28 | 44.91 | 15.79 | - |
| YUV | 158.19 | 86.7 | 89.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 200 | 85 | 0.48 | 0 | 0.58 | 0.22 | 110.09 | 0.51 | 0.56 |
| Hex | 68 | C8 | 55 | 30 | 0 | 3A | 16 | 6E | 33 | 38 |
| Octal | 150 | 310 | 125 | 60 | 0 | 72 | 26 | 156 | 63 | 70 |
| Binary | 1101000 | 11001000 | 1010101 | 110000 | 0 | 111010 | 10110 | 1101110 | 110011 | 111000 |
Color Harmonies of #68C855
Complementary color
Monochromatic Colors of #68C855
Black with #68C855
Text Example
Text Example
White with #68C855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C855; }
p { color: rgb(104,200,85); }
H1.HeaderClassName
{
color: #68C855;
}
.AnyTagClassName
{
color: #68C855;
}
</style>
background-color css
<style>
a { background-color: #68C855; }
a { background-color: rgb(104,200,85); }
div.DivClassName
{
background-color: #68C855;
}
.BgClassName
{
background-color: #68C855;
}
</style>
border-color css
<style>
span { border-color: #68C855; }
span { border-color: rgb(104,200,85); }
td.TdClassName
{
border-color: #68C855;
}
.TagClassName
{
border-color: #68C855;
}
</style>