Shades of Apple #68D83C
Tints of Apple #68D83C
RGB
CMYK
RGB Variations
Color information
#68D83C (or 0x68D83C) is known color: Apple. HEX triplet: 68, D8 and 3C. RGB value is (104,216,60). Sum of RGB (Red+Green+Blue) = 104+216+60=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 216 (84.77% from 255 or 56.84% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 216 - color contains mainly: green. Hex color #68D83C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D83C is #9727C3. Grayscale: #A5A5A5. Windows color (decimal): -9906116 or 3987560. OLE color: 3987560.
HSL color Cylindrical-coordinate representation of color #68D83C: hue angle of 103.08º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68D83C is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 60 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.15 |
| HSL | 103.08º | 0.67% | 0.54% | - |
| HSV(B) | 103.08º | 0.72% | 0.85% | - |
| XYZ | 31.08 | 52.38 | 12.75 | - |
| YUV | 164.73 | 68.89 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 60 | 0.52 | 0 | 0.72 | 0.15 | 103.08 | 0.67 | 0.54 |
| Hex | 68 | D8 | 3C | 34 | 0 | 48 | F | 67 | 43 | 36 |
| Octal | 150 | 330 | 74 | 64 | 0 | 110 | 17 | 147 | 103 | 66 |
| Binary | 1101000 | 11011000 | 111100 | 110100 | 0 | 1001000 | 1111 | 1100111 | 1000011 | 110110 |
Color Harmonies of #68D83C
Complementary color
Monochromatic Colors of #68D83C
Black with #68D83C
Text Example
Text Example
White with #68D83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D83C; }
p { color: rgb(104,216,60); }
H1.HeaderClassName
{
color: #68D83C;
}
.AnyTagClassName
{
color: #68D83C;
}
</style>
background-color css
<style>
a { background-color: #68D83C; }
a { background-color: rgb(104,216,60); }
div.DivClassName
{
background-color: #68D83C;
}
.BgClassName
{
background-color: #68D83C;
}
</style>
border-color css
<style>
span { border-color: #68D83C; }
span { border-color: rgb(104,216,60); }
td.TdClassName
{
border-color: #68D83C;
}
.TagClassName
{
border-color: #68D83C;
}
</style>