Shades of Apple #68C84D
Tints of Apple #68C84D
RGB
CMYK
RGB Variations
Color information
#68C84D (or 0x68C84D) is known color: Apple. HEX triplet: 68, C8 and 4D. RGB value is (104,200,77). Sum of RGB (Red+Green+Blue) = 104+200+77=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 200 (78.52% from 255 or 52.49% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 200 - color contains mainly: green. Hex color #68C84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68C84D is #9737B2. Grayscale: #9D9D9D. Windows color (decimal): -9910195 or 5097576. OLE color: 5097576.
HSL color Cylindrical-coordinate representation of color #68C84D: hue angle of 106.83º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68C84D is Cyan = 0.48, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 200 | 77 | - |
| CMYK | 0.48 | 0 | 0.62 | 0.22 |
| HSL | 106.83º | 0.53% | 0.54% | - |
| HSV(B) | 106.83º | 0.62% | 0.78% | - |
| XYZ | 27.7 | 44.79 | 14.21 | - |
| YUV | 157.27 | 82.7 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 200 | 77 | 0.48 | 0 | 0.62 | 0.22 | 106.83 | 0.53 | 0.54 |
| Hex | 68 | C8 | 4D | 30 | 0 | 3E | 16 | 6B | 35 | 36 |
| Octal | 150 | 310 | 115 | 60 | 0 | 76 | 26 | 153 | 65 | 66 |
| Binary | 1101000 | 11001000 | 1001101 | 110000 | 0 | 111110 | 10110 | 1101011 | 110101 | 110110 |
Color Harmonies of #68C84D
Complementary color
Monochromatic Colors of #68C84D
Black with #68C84D
Text Example
Text Example
White with #68C84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C84D; }
p { color: rgb(104,200,77); }
H1.HeaderClassName
{
color: #68C84D;
}
.AnyTagClassName
{
color: #68C84D;
}
</style>
background-color css
<style>
a { background-color: #68C84D; }
a { background-color: rgb(104,200,77); }
div.DivClassName
{
background-color: #68C84D;
}
.BgClassName
{
background-color: #68C84D;
}
</style>
border-color css
<style>
span { border-color: #68C84D; }
span { border-color: rgb(104,200,77); }
td.TdClassName
{
border-color: #68C84D;
}
.TagClassName
{
border-color: #68C84D;
}
</style>