Shades of Apple #68D947
Tints of Apple #68D947
RGB
CMYK
RGB Variations
Color information
#68D947 (or 0x68D947) is known color: Apple. HEX triplet: 68, D9 and 47. RGB value is (104,217,71). Sum of RGB (Red+Green+Blue) = 104+217+71=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 217 (85.16% from 255 or 55.36% from 392); Blue value is 71 (28.12% from 255 or 18.11% from 392); Max value from RGB is 217 - color contains mainly: green. Hex color #68D947 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D947 is #9726B8. Grayscale: #A7A7A7. Windows color (decimal): -9905849 or 4708712. OLE color: 4708712.
HSL color Cylindrical-coordinate representation of color #68D947: hue angle of 106.44º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68D947 is Cyan = 0.52, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 217 | 71 | - |
| CMYK | 0.52 | 0 | 0.67 | 0.15 |
| HSL | 106.44º | 0.66% | 0.56% | - |
| HSV(B) | 106.44º | 0.67% | 0.85% | - |
| XYZ | 31.66 | 53.02 | 14.53 | - |
| YUV | 166.57 | 74.06 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 217 | 71 | 0.52 | 0 | 0.67 | 0.15 | 106.44 | 0.66 | 0.56 |
| Hex | 68 | D9 | 47 | 34 | 0 | 43 | F | 6A | 42 | 38 |
| Octal | 150 | 331 | 107 | 64 | 0 | 103 | 17 | 152 | 102 | 70 |
| Binary | 1101000 | 11011001 | 1000111 | 110100 | 0 | 1000011 | 1111 | 1101010 | 1000010 | 111000 |
Color Harmonies of #68D947
Complementary color
Monochromatic Colors of #68D947
Black with #68D947
Text Example
Text Example
White with #68D947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D947; }
p { color: rgb(104,217,71); }
H1.HeaderClassName
{
color: #68D947;
}
.AnyTagClassName
{
color: #68D947;
}
</style>
background-color css
<style>
a { background-color: #68D947; }
a { background-color: rgb(104,217,71); }
div.DivClassName
{
background-color: #68D947;
}
.BgClassName
{
background-color: #68D947;
}
</style>
border-color css
<style>
span { border-color: #68D947; }
span { border-color: rgb(104,217,71); }
td.TdClassName
{
border-color: #68D947;
}
.TagClassName
{
border-color: #68D947;
}
</style>