Shades of Apple #68D249
Tints of Apple #68D249
RGB
CMYK
RGB Variations
Color information
#68D249 (or 0x68D249) is known color: Apple. HEX triplet: 68, D2 and 49. RGB value is (104,210,73). Sum of RGB (Red+Green+Blue) = 104+210+73=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 210 (82.42% from 255 or 54.26% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 210 - color contains mainly: green. Hex color #68D249 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D249 is #972DB6. Grayscale: #A3A3A3. Windows color (decimal): -9907639 or 4837992. OLE color: 4837992.
HSL color Cylindrical-coordinate representation of color #68D249: hue angle of 106.42º 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 #68D249 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 104 | 210 | 73 | - |
| CMYK | 0.50 | 0 | 0.65 | 0.18 |
| HSL | 106.42º | 0.6% | 0.55% | - |
| HSV(B) | 106.42º | 0.65% | 0.82% | - |
| XYZ | 29.96 | 49.52 | 14.28 | - |
| YUV | 162.69 | 77.38 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 210 | 73 | 0.50 | 0 | 0.65 | 0.18 | 106.42 | 0.6 | 0.55 |
| Hex | 68 | D2 | 49 | 32 | 0 | 41 | 12 | 6A | 3C | 37 |
| Octal | 150 | 322 | 111 | 62 | 0 | 101 | 22 | 152 | 74 | 67 |
| Binary | 1101000 | 11010010 | 1001001 | 110010 | 0 | 1000001 | 10010 | 1101010 | 111100 | 110111 |
Color Harmonies of #68D249
Complementary color
Monochromatic Colors of #68D249
Black with #68D249
Text Example
Text Example
White with #68D249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D249; }
p { color: rgb(104,210,73); }
H1.HeaderClassName
{
color: #68D249;
}
.AnyTagClassName
{
color: #68D249;
}
</style>
background-color css
<style>
a { background-color: #68D249; }
a { background-color: rgb(104,210,73); }
div.DivClassName
{
background-color: #68D249;
}
.BgClassName
{
background-color: #68D249;
}
</style>
border-color css
<style>
span { border-color: #68D249; }
span { border-color: rgb(104,210,73); }
td.TdClassName
{
border-color: #68D249;
}
.TagClassName
{
border-color: #68D249;
}
</style>