Shades of Apple #68D33E
Tints of Apple #68D33E
RGB
CMYK
RGB Variations
Color information
#68D33E (or 0x68D33E) is known color: Apple. HEX triplet: 68, D3 and 3E. RGB value is (104,211,62). Sum of RGB (Red+Green+Blue) = 104+211+62=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 211 (82.81% from 255 or 55.97% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 211 - color contains mainly: green. Hex color #68D33E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68D33E is #972CC1. Grayscale: #A2A2A2. Windows color (decimal): -9907394 or 4117352. OLE color: 4117352.
HSL color Cylindrical-coordinate representation of color #68D33E: hue angle of 103.09º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68D33E is Cyan = 0.51, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 104 | 211 | 62 | - |
| CMYK | 0.51 | 0 | 0.71 | 0.17 |
| HSL | 103.09º | 0.63% | 0.54% | - |
| HSV(B) | 103.09º | 0.71% | 0.83% | - |
| XYZ | 29.87 | 49.88 | 12.61 | - |
| YUV | 162.02 | 71.55 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 211 | 62 | 0.51 | 0 | 0.71 | 0.17 | 103.09 | 0.63 | 0.54 |
| Hex | 68 | D3 | 3E | 33 | 0 | 47 | 11 | 67 | 3F | 36 |
| Octal | 150 | 323 | 76 | 63 | 0 | 107 | 21 | 147 | 77 | 66 |
| Binary | 1101000 | 11010011 | 111110 | 110011 | 0 | 1000111 | 10001 | 1100111 | 111111 | 110110 |
Color Harmonies of #68D33E
Complementary color
Monochromatic Colors of #68D33E
Black with #68D33E
Text Example
Text Example
White with #68D33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68D33E; }
p { color: rgb(104,211,62); }
H1.HeaderClassName
{
color: #68D33E;
}
.AnyTagClassName
{
color: #68D33E;
}
</style>
background-color css
<style>
a { background-color: #68D33E; }
a { background-color: rgb(104,211,62); }
div.DivClassName
{
background-color: #68D33E;
}
.BgClassName
{
background-color: #68D33E;
}
</style>
border-color css
<style>
span { border-color: #68D33E; }
span { border-color: rgb(104,211,62); }
td.TdClassName
{
border-color: #68D33E;
}
.TagClassName
{
border-color: #68D33E;
}
</style>