Shades of Apple #68C12E
Tints of Apple #68C12E
RGB
CMYK
RGB Variations
Color information
#68C12E (or 0x68C12E) is known color: Apple. HEX triplet: 68, C1 and 2E. RGB value is (104,193,46). Sum of RGB (Red+Green+Blue) = 104+193+46=343 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.32% from 343); Green value is 193 (75.78% from 255 or 56.27% from 343); Blue value is 46 (18.36% from 255 or 13.41% from 343); Max value from RGB is 193 - color contains mainly: green. Hex color #68C12E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C12E is #973ED1. Grayscale: #969696. Windows color (decimal): -9912018 or 3064168. OLE color: 3064168.
HSL color Cylindrical-coordinate representation of color #68C12E: hue angle of 96.33º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #68C12E is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 193 | 46 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.24 |
| HSL | 96.33º | 0.62% | 0.47% | - |
| HSV(B) | 96.33º | 0.76% | 0.76% | - |
| XYZ | 25.27 | 41.28 | 9.22 | - |
| YUV | 149.63 | 69.51 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 193 | 46 | 0.46 | 0 | 0.76 | 0.24 | 96.33 | 0.62 | 0.47 |
| Hex | 68 | C1 | 2E | 2E | 0 | 4C | 18 | 60 | 3E | 2F |
| Octal | 150 | 301 | 56 | 56 | 0 | 114 | 30 | 140 | 76 | 57 |
| Binary | 1101000 | 11000001 | 101110 | 101110 | 0 | 1001100 | 11000 | 1100000 | 111110 | 101111 |
Color Harmonies of #68C12E
Complementary color
Monochromatic Colors of #68C12E
Black with #68C12E
Text Example
Text Example
White with #68C12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C12E; }
p { color: rgb(104,193,46); }
H1.HeaderClassName
{
color: #68C12E;
}
.AnyTagClassName
{
color: #68C12E;
}
</style>
background-color css
<style>
a { background-color: #68C12E; }
a { background-color: rgb(104,193,46); }
div.DivClassName
{
background-color: #68C12E;
}
.BgClassName
{
background-color: #68C12E;
}
</style>
border-color css
<style>
span { border-color: #68C12E; }
span { border-color: rgb(104,193,46); }
td.TdClassName
{
border-color: #68C12E;
}
.TagClassName
{
border-color: #68C12E;
}
</style>