Shades of Apple #68D63D
Tints of Apple #68D63D
RGB
CMYK
RGB Variations
Color information
#68D63D (or 0x68D63D) is known color: Apple. HEX triplet: 68, D6 and 3D. RGB value is (104,214,61). Sum of RGB (Red+Green+Blue) = 104+214+61=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 214 (83.98% from 255 or 56.46% from 379); Blue value is 61 (24.22% from 255 or 16.09% from 379); Max value from RGB is 214 - color contains mainly: green. Hex color #68D63D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D63D is #9729C2. Grayscale: #A4A4A4. Windows color (decimal): -9906627 or 4052584. OLE color: 4052584.
HSL color Cylindrical-coordinate representation of color #68D63D: hue angle of 103.14º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68D63D is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 214 | 61 | - |
| CMYK | 0.51 | 0 | 0.71 | 0.16 |
| HSL | 103.14º | 0.65% | 0.54% | - |
| HSV(B) | 103.14º | 0.71% | 0.84% | - |
| XYZ | 30.6 | 51.37 | 12.72 | - |
| YUV | 163.67 | 70.06 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 214 | 61 | 0.51 | 0 | 0.71 | 0.16 | 103.14 | 0.65 | 0.54 |
| Hex | 68 | D6 | 3D | 33 | 0 | 47 | 10 | 67 | 41 | 36 |
| Octal | 150 | 326 | 75 | 63 | 0 | 107 | 20 | 147 | 101 | 66 |
| Binary | 1101000 | 11010110 | 111101 | 110011 | 0 | 1000111 | 10000 | 1100111 | 1000001 | 110110 |
Color Harmonies of #68D63D
Complementary color
Monochromatic Colors of #68D63D
Black with #68D63D
Text Example
Text Example
White with #68D63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D63D; }
p { color: rgb(104,214,61); }
H1.HeaderClassName
{
color: #68D63D;
}
.AnyTagClassName
{
color: #68D63D;
}
</style>
background-color css
<style>
a { background-color: #68D63D; }
a { background-color: rgb(104,214,61); }
div.DivClassName
{
background-color: #68D63D;
}
.BgClassName
{
background-color: #68D63D;
}
</style>
border-color css
<style>
span { border-color: #68D63D; }
span { border-color: rgb(104,214,61); }
td.TdClassName
{
border-color: #68D63D;
}
.TagClassName
{
border-color: #68D63D;
}
</style>