Shades of Apple #68C858
Tints of Apple #68C858
RGB
CMYK
RGB Variations
Color information
#68C858 (or 0x68C858) is known color: Apple. HEX triplet: 68, C8 and 58. RGB value is (104,200,88). Sum of RGB (Red+Green+Blue) = 104+200+88=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 200 (78.52% from 255 or 51.02% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 200 - color contains mainly: green. Hex color #68C858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C858 is #9737A7. Grayscale: #9E9E9E. Windows color (decimal): -9910184 or 5818472. OLE color: 5818472.
HSL color Cylindrical-coordinate representation of color #68C858: hue angle of 111.43º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68C858 is Cyan = 0.48, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 200 | 88 | - |
| CMYK | 0.48 | 0 | 0.56 | 0.22 |
| HSL | 111.43º | 0.5% | 0.56% | - |
| HSV(B) | 111.43º | 0.56% | 0.78% | - |
| XYZ | 28.12 | 44.96 | 16.43 | - |
| YUV | 158.53 | 88.2 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 200 | 88 | 0.48 | 0 | 0.56 | 0.22 | 111.43 | 0.5 | 0.56 |
| Hex | 68 | C8 | 58 | 30 | 0 | 38 | 16 | 6F | 32 | 38 |
| Octal | 150 | 310 | 130 | 60 | 0 | 70 | 26 | 157 | 62 | 70 |
| Binary | 1101000 | 11001000 | 1011000 | 110000 | 0 | 111000 | 10110 | 1101111 | 110010 | 111000 |
Color Harmonies of #68C858
Complementary color
Monochromatic Colors of #68C858
Black with #68C858
Text Example
Text Example
White with #68C858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C858; }
p { color: rgb(104,200,88); }
H1.HeaderClassName
{
color: #68C858;
}
.AnyTagClassName
{
color: #68C858;
}
</style>
background-color css
<style>
a { background-color: #68C858; }
a { background-color: rgb(104,200,88); }
div.DivClassName
{
background-color: #68C858;
}
.BgClassName
{
background-color: #68C858;
}
</style>
border-color css
<style>
span { border-color: #68C858; }
span { border-color: rgb(104,200,88); }
td.TdClassName
{
border-color: #68C858;
}
.TagClassName
{
border-color: #68C858;
}
</style>