Shades of Apple #68DE34
Tints of Apple #68DE34
RGB
CMYK
RGB Variations
Color information
#68DE34 (or 0x68DE34) is known color: Apple. HEX triplet: 68, DE and 34. RGB value is (104,222,52). Sum of RGB (Red+Green+Blue) = 104+222+52=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 222 (87.11% from 255 or 58.73% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 222 - color contains mainly: green. Hex color #68DE34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DE34 is #9721CB. Grayscale: #A7A7A7. Windows color (decimal): -9904588 or 3464808. OLE color: 3464808.
HSL color Cylindrical-coordinate representation of color #68DE34: hue angle of 101.65º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68DE34 is Cyan = 0.53, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 222 | 52 | - |
| CMYK | 0.53 | 0 | 0.77 | 0.13 |
| HSL | 101.65º | 0.72% | 0.54% | - |
| HSV(B) | 101.65º | 0.77% | 0.87% | - |
| XYZ | 32.45 | 55.43 | 12.24 | - |
| YUV | 167.34 | 62.91 | 82.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 222 | 52 | 0.53 | 0 | 0.77 | 0.13 | 101.65 | 0.72 | 0.54 |
| Hex | 68 | DE | 34 | 35 | 0 | 4D | D | 66 | 48 | 36 |
| Octal | 150 | 336 | 64 | 65 | 0 | 115 | 15 | 146 | 110 | 66 |
| Binary | 1101000 | 11011110 | 110100 | 110101 | 0 | 1001101 | 1101 | 1100110 | 1001000 | 110110 |
Color Harmonies of #68DE34
Complementary color
Monochromatic Colors of #68DE34
Black with #68DE34
Text Example
Text Example
White with #68DE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DE34; }
p { color: rgb(104,222,52); }
H1.HeaderClassName
{
color: #68DE34;
}
.AnyTagClassName
{
color: #68DE34;
}
</style>
background-color css
<style>
a { background-color: #68DE34; }
a { background-color: rgb(104,222,52); }
div.DivClassName
{
background-color: #68DE34;
}
.BgClassName
{
background-color: #68DE34;
}
</style>
border-color css
<style>
span { border-color: #68DE34; }
span { border-color: rgb(104,222,52); }
td.TdClassName
{
border-color: #68DE34;
}
.TagClassName
{
border-color: #68DE34;
}
</style>