Shades of Apple #68D843
Tints of Apple #68D843
RGB
CMYK
RGB Variations
Color information
#68D843 (or 0x68D843) is known color: Apple. HEX triplet: 68, D8 and 43. RGB value is (104,216,67). Sum of RGB (Red+Green+Blue) = 104+216+67=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 216 (84.77% from 255 or 55.81% from 387); Blue value is 67 (26.56% from 255 or 17.31% from 387); Max value from RGB is 216 - color contains mainly: green. Hex color #68D843 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D843 is #9727BC. Grayscale: #A6A6A6. Windows color (decimal): -9906109 or 4446312. OLE color: 4446312.
HSL color Cylindrical-coordinate representation of color #68D843: hue angle of 105.1º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #68D843 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 67 | - |
| CMYK | 0.52 | 0 | 0.69 | 0.15 |
| HSL | 105.1º | 0.66% | 0.55% | - |
| HSV(B) | 105.1º | 0.69% | 0.85% | - |
| XYZ | 31.28 | 52.46 | 13.79 | - |
| YUV | 165.53 | 72.39 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 67 | 0.52 | 0 | 0.69 | 0.15 | 105.1 | 0.66 | 0.55 |
| Hex | 68 | D8 | 43 | 34 | 0 | 45 | F | 69 | 42 | 37 |
| Octal | 150 | 330 | 103 | 64 | 0 | 105 | 17 | 151 | 102 | 67 |
| Binary | 1101000 | 11011000 | 1000011 | 110100 | 0 | 1000101 | 1111 | 1101001 | 1000010 | 110111 |
Color Harmonies of #68D843
Complementary color
Monochromatic Colors of #68D843
Black with #68D843
Text Example
Text Example
White with #68D843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D843; }
p { color: rgb(104,216,67); }
H1.HeaderClassName
{
color: #68D843;
}
.AnyTagClassName
{
color: #68D843;
}
</style>
background-color css
<style>
a { background-color: #68D843; }
a { background-color: rgb(104,216,67); }
div.DivClassName
{
background-color: #68D843;
}
.BgClassName
{
background-color: #68D843;
}
</style>
border-color css
<style>
span { border-color: #68D843; }
span { border-color: rgb(104,216,67); }
td.TdClassName
{
border-color: #68D843;
}
.TagClassName
{
border-color: #68D843;
}
</style>