Shades of Apple #68C82E
Tints of Apple #68C82E
RGB
CMYK
RGB Variations
Color information
#68C82E (or 0x68C82E) is known color: Apple. HEX triplet: 68, C8 and 2E. RGB value is (104,200,46). Sum of RGB (Red+Green+Blue) = 104+200+46=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 200 (78.52% from 255 or 57.14% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 200 - color contains mainly: green. Hex color #68C82E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C82E is #9737D1. Grayscale: #9A9A9A. Windows color (decimal): -9910226 or 3065960. OLE color: 3065960.
HSL color Cylindrical-coordinate representation of color #68C82E: hue angle of 97.4º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68C82E is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 200 | 46 | - |
| CMYK | 0.48 | 0 | 0.77 | 0.22 |
| HSL | 97.4º | 0.63% | 0.48% | - |
| HSV(B) | 97.4º | 0.77% | 0.78% | - |
| XYZ | 26.86 | 44.45 | 9.75 | - |
| YUV | 153.74 | 67.2 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 200 | 46 | 0.48 | 0 | 0.77 | 0.22 | 97.4 | 0.63 | 0.48 |
| Hex | 68 | C8 | 2E | 30 | 0 | 4D | 16 | 61 | 3F | 30 |
| Octal | 150 | 310 | 56 | 60 | 0 | 115 | 26 | 141 | 77 | 60 |
| Binary | 1101000 | 11001000 | 101110 | 110000 | 0 | 1001101 | 10110 | 1100001 | 111111 | 110000 |
Color Harmonies of #68C82E
Complementary color
Monochromatic Colors of #68C82E
Black with #68C82E
Text Example
Text Example
White with #68C82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C82E; }
p { color: rgb(104,200,46); }
H1.HeaderClassName
{
color: #68C82E;
}
.AnyTagClassName
{
color: #68C82E;
}
</style>
background-color css
<style>
a { background-color: #68C82E; }
a { background-color: rgb(104,200,46); }
div.DivClassName
{
background-color: #68C82E;
}
.BgClassName
{
background-color: #68C82E;
}
</style>
border-color css
<style>
span { border-color: #68C82E; }
span { border-color: rgb(104,200,46); }
td.TdClassName
{
border-color: #68C82E;
}
.TagClassName
{
border-color: #68C82E;
}
</style>