Shades of Apple #68D048
Tints of Apple #68D048
RGB
CMYK
RGB Variations
Color information
#68D048 (or 0x68D048) is known color: Apple. HEX triplet: 68, D0 and 48. RGB value is (104,208,72). Sum of RGB (Red+Green+Blue) = 104+208+72=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 208 (81.64% from 255 or 54.17% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 208 - color contains mainly: green. Hex color #68D048 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D048 is #972FB7. Grayscale: #A1A1A1. Windows color (decimal): -9908152 or 4771944. OLE color: 4771944.
HSL color Cylindrical-coordinate representation of color #68D048: hue angle of 105.88º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #68D048 is Cyan = 0.5, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 208 | 72 | - |
| CMYK | 0.5 | 0 | 0.65 | 0.18 |
| HSL | 105.88º | 0.59% | 0.55% | - |
| HSV(B) | 105.88º | 0.65% | 0.82% | - |
| XYZ | 29.43 | 48.52 | 13.95 | - |
| YUV | 161.4 | 77.54 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 208 | 72 | 0.5 | 0 | 0.65 | 0.18 | 105.88 | 0.59 | 0.55 |
| Hex | 68 | D0 | 48 | 32 | 0 | 41 | 12 | 6A | 3B | 37 |
| Octal | 150 | 320 | 110 | 62 | 0 | 101 | 22 | 152 | 73 | 67 |
| Binary | 1101000 | 11010000 | 1001000 | 110010 | 0 | 1000001 | 10010 | 1101010 | 111011 | 110111 |
Color Harmonies of #68D048
Complementary color
Monochromatic Colors of #68D048
Black with #68D048
Text Example
Text Example
White with #68D048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D048; }
p { color: rgb(104,208,72); }
H1.HeaderClassName
{
color: #68D048;
}
.AnyTagClassName
{
color: #68D048;
}
</style>
background-color css
<style>
a { background-color: #68D048; }
a { background-color: rgb(104,208,72); }
div.DivClassName
{
background-color: #68D048;
}
.BgClassName
{
background-color: #68D048;
}
</style>
border-color css
<style>
span { border-color: #68D048; }
span { border-color: rgb(104,208,72); }
td.TdClassName
{
border-color: #68D048;
}
.TagClassName
{
border-color: #68D048;
}
</style>