Shades of Apple #68C14E
Tints of Apple #68C14E
RGB
CMYK
RGB Variations
Color information
#68C14E (or 0x68C14E) is known color: Apple. HEX triplet: 68, C1 and 4E. RGB value is (104,193,78). Sum of RGB (Red+Green+Blue) = 104+193+78=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 193 (75.78% from 255 or 51.47% from 375); Blue value is 78 (30.86% from 255 or 20.8% from 375); Max value from RGB is 193 - color contains mainly: green. Hex color #68C14E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C14E is #973EB1. Grayscale: #999999. Windows color (decimal): -9911986 or 5161320. OLE color: 5161320.
HSL color Cylindrical-coordinate representation of color #68C14E: hue angle of 106.43º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68C14E is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 193 | 78 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.24 |
| HSL | 106.43º | 0.48% | 0.53% | - |
| HSV(B) | 106.43º | 0.6% | 0.76% | - |
| XYZ | 26.15 | 41.63 | 13.87 | - |
| YUV | 153.28 | 85.51 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 193 | 78 | 0.46 | 0 | 0.60 | 0.24 | 106.43 | 0.48 | 0.53 |
| Hex | 68 | C1 | 4E | 2E | 0 | 3C | 18 | 6A | 30 | 35 |
| Octal | 150 | 301 | 116 | 56 | 0 | 74 | 30 | 152 | 60 | 65 |
| Binary | 1101000 | 11000001 | 1001110 | 101110 | 0 | 111100 | 11000 | 1101010 | 110000 | 110101 |
Color Harmonies of #68C14E
Complementary color
Monochromatic Colors of #68C14E
Black with #68C14E
Text Example
Text Example
White with #68C14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C14E; }
p { color: rgb(104,193,78); }
H1.HeaderClassName
{
color: #68C14E;
}
.AnyTagClassName
{
color: #68C14E;
}
</style>
background-color css
<style>
a { background-color: #68C14E; }
a { background-color: rgb(104,193,78); }
div.DivClassName
{
background-color: #68C14E;
}
.BgClassName
{
background-color: #68C14E;
}
</style>
border-color css
<style>
span { border-color: #68C14E; }
span { border-color: rgb(104,193,78); }
td.TdClassName
{
border-color: #68C14E;
}
.TagClassName
{
border-color: #68C14E;
}
</style>