Shades of Apple #68DB49
Tints of Apple #68DB49
RGB
CMYK
RGB Variations
Color information
#68DB49 (or 0x68DB49) is known color: Apple. HEX triplet: 68, DB and 49. RGB value is (104,219,73). Sum of RGB (Red+Green+Blue) = 104+219+73=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 219 (85.94% from 255 or 55.30% from 396); Blue value is 73 (28.91% from 255 or 18.43% from 396); Max value from RGB is 219 - color contains mainly: green. Hex color #68DB49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DB49 is #9724B6. Grayscale: #A8A8A8. Windows color (decimal): -9905335 or 4840296. OLE color: 4840296.
HSL color Cylindrical-coordinate representation of color #68DB49: hue angle of 107.26º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #68DB49 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 104 | 219 | 73 | - |
| CMYK | 0.53 | 0 | 0.67 | 0.14 |
| HSL | 107.26º | 0.67% | 0.57% | - |
| HSV(B) | 107.26º | 0.67% | 0.86% | - |
| XYZ | 32.24 | 54.09 | 15.04 | - |
| YUV | 167.97 | 74.4 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 219 | 73 | 0.53 | 0 | 0.67 | 0.14 | 107.26 | 0.67 | 0.57 |
| Hex | 68 | DB | 49 | 35 | 0 | 43 | E | 6B | 43 | 39 |
| Octal | 150 | 333 | 111 | 65 | 0 | 103 | 16 | 153 | 103 | 71 |
| Binary | 1101000 | 11011011 | 1001001 | 110101 | 0 | 1000011 | 1110 | 1101011 | 1000011 | 111001 |
Color Harmonies of #68DB49
Complementary color
Monochromatic Colors of #68DB49
Black with #68DB49
Text Example
Text Example
White with #68DB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DB49; }
p { color: rgb(104,219,73); }
H1.HeaderClassName
{
color: #68DB49;
}
.AnyTagClassName
{
color: #68DB49;
}
</style>
background-color css
<style>
a { background-color: #68DB49; }
a { background-color: rgb(104,219,73); }
div.DivClassName
{
background-color: #68DB49;
}
.BgClassName
{
background-color: #68DB49;
}
</style>
border-color css
<style>
span { border-color: #68DB49; }
span { border-color: rgb(104,219,73); }
td.TdClassName
{
border-color: #68DB49;
}
.TagClassName
{
border-color: #68DB49;
}
</style>