Shades of Apple #68C550
Tints of Apple #68C550
RGB
CMYK
RGB Variations
Color information
#68C550 (or 0x68C550) is known color: Apple. HEX triplet: 68, C5 and 50. RGB value is (104,197,80). Sum of RGB (Red+Green+Blue) = 104+197+80=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 80 (31.64% from 255 or 21.00% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #68C550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C550 is #973AAF. Grayscale: #9C9C9C. Windows color (decimal): -9910960 or 5293416. OLE color: 5293416.
HSL color Cylindrical-coordinate representation of color #68C550: hue angle of 107.69º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68C550 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 197 | 80 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.23 |
| HSL | 107.69º | 0.5% | 0.54% | - |
| HSV(B) | 107.69º | 0.59% | 0.77% | - |
| XYZ | 27.12 | 43.45 | 14.55 | - |
| YUV | 155.86 | 85.19 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 197 | 80 | 0.47 | 0 | 0.59 | 0.23 | 107.69 | 0.5 | 0.54 |
| Hex | 68 | C5 | 50 | 2F | 0 | 3B | 17 | 6C | 32 | 36 |
| Octal | 150 | 305 | 120 | 57 | 0 | 73 | 27 | 154 | 62 | 66 |
| Binary | 1101000 | 11000101 | 1010000 | 101111 | 0 | 111011 | 10111 | 1101100 | 110010 | 110110 |
Color Harmonies of #68C550
Complementary color
Monochromatic Colors of #68C550
Black with #68C550
Text Example
Text Example
White with #68C550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C550; }
p { color: rgb(104,197,80); }
H1.HeaderClassName
{
color: #68C550;
}
.AnyTagClassName
{
color: #68C550;
}
</style>
background-color css
<style>
a { background-color: #68C550; }
a { background-color: rgb(104,197,80); }
div.DivClassName
{
background-color: #68C550;
}
.BgClassName
{
background-color: #68C550;
}
</style>
border-color css
<style>
span { border-color: #68C550; }
span { border-color: rgb(104,197,80); }
td.TdClassName
{
border-color: #68C550;
}
.TagClassName
{
border-color: #68C550;
}
</style>