Shades of Apple #68D149
Tints of Apple #68D149
RGB
CMYK
RGB Variations
Color information
#68D149 (or 0x68D149) is known color: Apple. HEX triplet: 68, D1 and 49. RGB value is (104,209,73). Sum of RGB (Red+Green+Blue) = 104+209+73=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 209 (82.03% from 255 or 54.15% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 209 - color contains mainly: green. Hex color #68D149 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D149 is #972EB6. Grayscale: #A2A2A2. Windows color (decimal): -9907895 or 4837736. OLE color: 4837736.
HSL color Cylindrical-coordinate representation of color #68D149: hue angle of 106.32º degrees, saturation: 0.6, 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 #68D149 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 209 | 73 | - |
| CMYK | 0.50 | 0 | 0.65 | 0.18 |
| HSL | 106.32º | 0.6% | 0.55% | - |
| HSV(B) | 106.32º | 0.65% | 0.82% | - |
| XYZ | 29.71 | 49.03 | 14.2 | - |
| YUV | 162.1 | 77.71 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 209 | 73 | 0.50 | 0 | 0.65 | 0.18 | 106.32 | 0.6 | 0.55 |
| Hex | 68 | D1 | 49 | 32 | 0 | 41 | 12 | 6A | 3C | 37 |
| Octal | 150 | 321 | 111 | 62 | 0 | 101 | 22 | 152 | 74 | 67 |
| Binary | 1101000 | 11010001 | 1001001 | 110010 | 0 | 1000001 | 10010 | 1101010 | 111100 | 110111 |
Color Harmonies of #68D149
Complementary color
Monochromatic Colors of #68D149
Black with #68D149
Text Example
Text Example
White with #68D149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D149; }
p { color: rgb(104,209,73); }
H1.HeaderClassName
{
color: #68D149;
}
.AnyTagClassName
{
color: #68D149;
}
</style>
background-color css
<style>
a { background-color: #68D149; }
a { background-color: rgb(104,209,73); }
div.DivClassName
{
background-color: #68D149;
}
.BgClassName
{
background-color: #68D149;
}
</style>
border-color css
<style>
span { border-color: #68D149; }
span { border-color: rgb(104,209,73); }
td.TdClassName
{
border-color: #68D149;
}
.TagClassName
{
border-color: #68D149;
}
</style>