Shades of Apple #68CD2E
Tints of Apple #68CD2E
RGB
CMYK
RGB Variations
Color information
#68CD2E (or 0x68CD2E) is known color: Apple. HEX triplet: 68, CD and 2E. RGB value is (104,205,46). Sum of RGB (Red+Green+Blue) = 104+205+46=355 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.30% from 355); Green value is 205 (80.47% from 255 or 57.75% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 205 - color contains mainly: green. Hex color #68CD2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68CD2E is #9732D1. Grayscale: #9D9D9D. Windows color (decimal): -9908946 or 3067240. OLE color: 3067240.
HSL color Cylindrical-coordinate representation of color #68CD2E: hue angle of 98.11º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #68CD2E is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 205 | 46 | - |
| CMYK | 0.49 | 0 | 0.78 | 0.20 |
| HSL | 98.11º | 0.63% | 0.49% | - |
| HSV(B) | 98.11º | 0.78% | 0.8% | - |
| XYZ | 28.03 | 46.8 | 10.14 | - |
| YUV | 156.68 | 65.54 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 205 | 46 | 0.49 | 0 | 0.78 | 0.20 | 98.11 | 0.63 | 0.49 |
| Hex | 68 | CD | 2E | 31 | 0 | 4E | 14 | 62 | 3F | 31 |
| Octal | 150 | 315 | 56 | 61 | 0 | 116 | 24 | 142 | 77 | 61 |
| Binary | 1101000 | 11001101 | 101110 | 110001 | 0 | 1001110 | 10100 | 1100010 | 111111 | 110001 |
Color Harmonies of #68CD2E
Complementary color
Monochromatic Colors of #68CD2E
Black with #68CD2E
Text Example
Text Example
White with #68CD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CD2E; }
p { color: rgb(104,205,46); }
H1.HeaderClassName
{
color: #68CD2E;
}
.AnyTagClassName
{
color: #68CD2E;
}
</style>
background-color css
<style>
a { background-color: #68CD2E; }
a { background-color: rgb(104,205,46); }
div.DivClassName
{
background-color: #68CD2E;
}
.BgClassName
{
background-color: #68CD2E;
}
</style>
border-color css
<style>
span { border-color: #68CD2E; }
span { border-color: rgb(104,205,46); }
td.TdClassName
{
border-color: #68CD2E;
}
.TagClassName
{
border-color: #68CD2E;
}
</style>