Shades of Apple #68D839
Tints of Apple #68D839
RGB
CMYK
RGB Variations
Color information
#68D839 (or 0x68D839) is known color: Apple. HEX triplet: 68, D8 and 39. RGB value is (104,216,57). Sum of RGB (Red+Green+Blue) = 104+216+57=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 216 (84.77% from 255 or 57.29% from 377); Blue value is 57 (22.66% from 255 or 15.12% from 377); Max value from RGB is 216 - color contains mainly: green. Hex color #68D839 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D839 is #9727C6. Grayscale: #A4A4A4. Windows color (decimal): -9906119 or 3790952. OLE color: 3790952.
HSL color Cylindrical-coordinate representation of color #68D839: hue angle of 102.26º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68D839 is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 104 | 216 | 57 | - |
| CMYK | 0.52 | 0 | 0.74 | 0.15 |
| HSL | 102.26º | 0.67% | 0.54% | - |
| HSV(B) | 102.26º | 0.74% | 0.85% | - |
| XYZ | 31 | 52.35 | 12.34 | - |
| YUV | 164.39 | 67.39 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 216 | 57 | 0.52 | 0 | 0.74 | 0.15 | 102.26 | 0.67 | 0.54 |
| Hex | 68 | D8 | 39 | 34 | 0 | 4A | F | 66 | 43 | 36 |
| Octal | 150 | 330 | 71 | 64 | 0 | 112 | 17 | 146 | 103 | 66 |
| Binary | 1101000 | 11011000 | 111001 | 110100 | 0 | 1001010 | 1111 | 1100110 | 1000011 | 110110 |
Color Harmonies of #68D839
Complementary color
Monochromatic Colors of #68D839
Black with #68D839
Text Example
Text Example
White with #68D839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D839; }
p { color: rgb(104,216,57); }
H1.HeaderClassName
{
color: #68D839;
}
.AnyTagClassName
{
color: #68D839;
}
</style>
background-color css
<style>
a { background-color: #68D839; }
a { background-color: rgb(104,216,57); }
div.DivClassName
{
background-color: #68D839;
}
.BgClassName
{
background-color: #68D839;
}
</style>
border-color css
<style>
span { border-color: #68D839; }
span { border-color: rgb(104,216,57); }
td.TdClassName
{
border-color: #68D839;
}
.TagClassName
{
border-color: #68D839;
}
</style>