Shades of Apple #6EDC40
Tints of Apple #6EDC40
RGB
CMYK
RGB Variations
Color information
#6EDC40 (or 0x6EDC40) is known color: Apple. HEX triplet: 6E, DC and 40. RGB value is (110,220,64). Sum of RGB (Red+Green+Blue) = 110+220+64=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDC40 is #9123BF. Grayscale: #A9A9A9. Windows color (decimal): -9511872 or 4250734. OLE color: 4250734.
HSL color Cylindrical-coordinate representation of color #6EDC40: hue angle of 102.31º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6EDC40 is Cyan = 0.50, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 220 | 64 | - |
| CMYK | 0.50 | 0 | 0.71 | 0.14 |
| HSL | 102.31º | 0.69% | 0.56% | - |
| HSV(B) | 102.31º | 0.71% | 0.86% | - |
| XYZ | 32.95 | 54.87 | 13.71 | - |
| YUV | 169.33 | 68.56 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 220 | 64 | 0.50 | 0 | 0.71 | 0.14 | 102.31 | 0.69 | 0.56 |
| Hex | 6E | DC | 40 | 32 | 0 | 47 | E | 66 | 45 | 38 |
| Octal | 156 | 334 | 100 | 62 | 0 | 107 | 16 | 146 | 105 | 70 |
| Binary | 1101110 | 11011100 | 1000000 | 110010 | 0 | 1000111 | 1110 | 1100110 | 1000101 | 111000 |
Color Harmonies of #6EDC40
Complementary color
Monochromatic Colors of #6EDC40
Black with #6EDC40
Text Example
Text Example
White with #6EDC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDC40; }
p { color: rgb(110,220,64); }
H1.HeaderClassName
{
color: #6EDC40;
}
.AnyTagClassName
{
color: #6EDC40;
}
</style>
background-color css
<style>
a { background-color: #6EDC40; }
a { background-color: rgb(110,220,64); }
div.DivClassName
{
background-color: #6EDC40;
}
.BgClassName
{
background-color: #6EDC40;
}
</style>
border-color css
<style>
span { border-color: #6EDC40; }
span { border-color: rgb(110,220,64); }
td.TdClassName
{
border-color: #6EDC40;
}
.TagClassName
{
border-color: #6EDC40;
}
</style>