Shades of Apple #68D940
Tints of Apple #68D940
RGB
CMYK
RGB Variations
Color information
#68D940 (or 0x68D940) is known color: Apple. HEX triplet: 68, D9 and 40. RGB value is (104,217,64). Sum of RGB (Red+Green+Blue) = 104+217+64=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 217 (85.16% from 255 or 56.36% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 217 - color contains mainly: green. Hex color #68D940 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D940 is #9726BF. Grayscale: #A6A6A6. Windows color (decimal): -9905856 or 4249960. OLE color: 4249960.
HSL color Cylindrical-coordinate representation of color #68D940: hue angle of 104.31º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68D940 is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 64 | - |
| CMYK | 0.52 | 0 | 0.71 | 0.15 |
| HSL | 104.31º | 0.67% | 0.55% | - |
| HSV(B) | 104.31º | 0.71% | 0.85% | - |
| XYZ | 31.45 | 52.94 | 13.41 | - |
| YUV | 165.77 | 70.56 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 64 | 0.52 | 0 | 0.71 | 0.15 | 104.31 | 0.67 | 0.55 |
| Hex | 68 | D9 | 40 | 34 | 0 | 47 | F | 68 | 43 | 37 |
| Octal | 150 | 331 | 100 | 64 | 0 | 107 | 17 | 150 | 103 | 67 |
| Binary | 1101000 | 11011001 | 1000000 | 110100 | 0 | 1000111 | 1111 | 1101000 | 1000011 | 110111 |
Color Harmonies of #68D940
Complementary color
Monochromatic Colors of #68D940
Black with #68D940
Text Example
Text Example
White with #68D940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D940; }
p { color: rgb(104,217,64); }
H1.HeaderClassName
{
color: #68D940;
}
.AnyTagClassName
{
color: #68D940;
}
</style>
background-color css
<style>
a { background-color: #68D940; }
a { background-color: rgb(104,217,64); }
div.DivClassName
{
background-color: #68D940;
}
.BgClassName
{
background-color: #68D940;
}
</style>
border-color css
<style>
span { border-color: #68D940; }
span { border-color: rgb(104,217,64); }
td.TdClassName
{
border-color: #68D940;
}
.TagClassName
{
border-color: #68D940;
}
</style>