Shades of Apple #68C24E
Tints of Apple #68C24E
RGB
CMYK
RGB Variations
Color information
#68C24E (or 0x68C24E) is known color: Apple. HEX triplet: 68, C2 and 4E. RGB value is (104,194,78). Sum of RGB (Red+Green+Blue) = 104+194+78=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 194 (76.17% from 255 or 51.60% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 194 - color contains mainly: green. Hex color #68C24E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C24E is #973DB1. Grayscale: #9A9A9A. Windows color (decimal): -9911730 or 5161576. OLE color: 5161576.
HSL color Cylindrical-coordinate representation of color #68C24E: hue angle of 106.55º degrees, saturation: 0.49, 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 #68C24E is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 194 | 78 | - |
| CMYK | 0.46 | 0 | 0.60 | 0.24 |
| HSL | 106.55º | 0.49% | 0.53% | - |
| HSV(B) | 106.55º | 0.6% | 0.76% | - |
| XYZ | 26.38 | 42.08 | 13.94 | - |
| YUV | 153.87 | 85.18 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 78 | 0.46 | 0 | 0.60 | 0.24 | 106.55 | 0.49 | 0.53 |
| Hex | 68 | C2 | 4E | 2E | 0 | 3C | 18 | 6B | 31 | 35 |
| Octal | 150 | 302 | 116 | 56 | 0 | 74 | 30 | 153 | 61 | 65 |
| Binary | 1101000 | 11000010 | 1001110 | 101110 | 0 | 111100 | 11000 | 1101011 | 110001 | 110101 |
Color Harmonies of #68C24E
Complementary color
Monochromatic Colors of #68C24E
Black with #68C24E
Text Example
Text Example
White with #68C24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C24E; }
p { color: rgb(104,194,78); }
H1.HeaderClassName
{
color: #68C24E;
}
.AnyTagClassName
{
color: #68C24E;
}
</style>
background-color css
<style>
a { background-color: #68C24E; }
a { background-color: rgb(104,194,78); }
div.DivClassName
{
background-color: #68C24E;
}
.BgClassName
{
background-color: #68C24E;
}
</style>
border-color css
<style>
span { border-color: #68C24E; }
span { border-color: rgb(104,194,78); }
td.TdClassName
{
border-color: #68C24E;
}
.TagClassName
{
border-color: #68C24E;
}
</style>