Shades of Apple #68DD2E
Tints of Apple #68DD2E
RGB
CMYK
RGB Variations
Color information
#68DD2E (or 0x68DD2E) is known color: Apple. HEX triplet: 68, DD and 2E. RGB value is (104,221,46). Sum of RGB (Red+Green+Blue) = 104+221+46=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 221 (86.72% from 255 or 59.57% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 221 - color contains mainly: green. Hex color #68DD2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68DD2E is #9722D1. Grayscale: #A6A6A6. Windows color (decimal): -9904850 or 3071336. OLE color: 3071336.
HSL color Cylindrical-coordinate representation of color #68DD2E: hue angle of 100.11º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68DD2E is Cyan = 0.53, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 221 | 46 | - |
| CMYK | 0.53 | 0 | 0.79 | 0.13 |
| HSL | 100.11º | 0.72% | 0.52% | - |
| HSV(B) | 100.11º | 0.79% | 0.87% | - |
| XYZ | 32.06 | 54.85 | 11.48 | - |
| YUV | 166.07 | 60.24 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 221 | 46 | 0.53 | 0 | 0.79 | 0.13 | 100.11 | 0.72 | 0.52 |
| Hex | 68 | DD | 2E | 35 | 0 | 4F | D | 64 | 48 | 34 |
| Octal | 150 | 335 | 56 | 65 | 0 | 117 | 15 | 144 | 110 | 64 |
| Binary | 1101000 | 11011101 | 101110 | 110101 | 0 | 1001111 | 1101 | 1100100 | 1001000 | 110100 |
Color Harmonies of #68DD2E
Complementary color
Monochromatic Colors of #68DD2E
Black with #68DD2E
Text Example
Text Example
White with #68DD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68DD2E; }
p { color: rgb(104,221,46); }
H1.HeaderClassName
{
color: #68DD2E;
}
.AnyTagClassName
{
color: #68DD2E;
}
</style>
background-color css
<style>
a { background-color: #68DD2E; }
a { background-color: rgb(104,221,46); }
div.DivClassName
{
background-color: #68DD2E;
}
.BgClassName
{
background-color: #68DD2E;
}
</style>
border-color css
<style>
span { border-color: #68DD2E; }
span { border-color: rgb(104,221,46); }
td.TdClassName
{
border-color: #68DD2E;
}
.TagClassName
{
border-color: #68DD2E;
}
</style>