Shades of Apple #68D63A
Tints of Apple #68D63A
RGB
CMYK
RGB Variations
Color information
#68D63A (or 0x68D63A) is known color: Apple. HEX triplet: 68, D6 and 3A. RGB value is (104,214,58). Sum of RGB (Red+Green+Blue) = 104+214+58=376 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.66% from 376); Green value is 214 (83.98% from 255 or 56.91% from 376); Blue value is 58 (23.05% from 255 or 15.43% from 376); Max value from RGB is 214 - color contains mainly: green. Hex color #68D63A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D63A is #9729C5. Grayscale: #A3A3A3. Windows color (decimal): -9906630 or 3855976. OLE color: 3855976.
HSL color Cylindrical-coordinate representation of color #68D63A: hue angle of 102.31º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68D63A is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 104 | 214 | 58 | - |
| CMYK | 0.51 | 0 | 0.73 | 0.16 |
| HSL | 102.31º | 0.66% | 0.53% | - |
| HSV(B) | 102.31º | 0.73% | 0.84% | - |
| XYZ | 30.52 | 51.34 | 12.3 | - |
| YUV | 163.33 | 68.56 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 214 | 58 | 0.51 | 0 | 0.73 | 0.16 | 102.31 | 0.66 | 0.53 |
| Hex | 68 | D6 | 3A | 33 | 0 | 49 | 10 | 66 | 42 | 35 |
| Octal | 150 | 326 | 72 | 63 | 0 | 111 | 20 | 146 | 102 | 65 |
| Binary | 1101000 | 11010110 | 111010 | 110011 | 0 | 1001001 | 10000 | 1100110 | 1000010 | 110101 |
Color Harmonies of #68D63A
Complementary color
Monochromatic Colors of #68D63A
Black with #68D63A
Text Example
Text Example
White with #68D63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D63A; }
p { color: rgb(104,214,58); }
H1.HeaderClassName
{
color: #68D63A;
}
.AnyTagClassName
{
color: #68D63A;
}
</style>
background-color css
<style>
a { background-color: #68D63A; }
a { background-color: rgb(104,214,58); }
div.DivClassName
{
background-color: #68D63A;
}
.BgClassName
{
background-color: #68D63A;
}
</style>
border-color css
<style>
span { border-color: #68D63A; }
span { border-color: rgb(104,214,58); }
td.TdClassName
{
border-color: #68D63A;
}
.TagClassName
{
border-color: #68D63A;
}
</style>