Shades of Apple #6EDD2C
Tints of Apple #6EDD2C
RGB
CMYK
RGB Variations
Color information
#6EDD2C (or 0x6EDD2C) is known color: Apple. HEX triplet: 6E, DD and 2C. RGB value is (110,221,44). Sum of RGB (Red+Green+Blue) = 110+221+44=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 221 (86.72% from 255 or 58.93% from 375); Blue value is 44 (17.58% from 255 or 11.73% from 375); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDD2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDD2C is #9122D3. Grayscale: #A8A8A8. Windows color (decimal): -9511636 or 2940270. OLE color: 2940270.
HSL color Cylindrical-coordinate representation of color #6EDD2C: hue angle of 97.63º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6EDD2C is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 221 | 44 | - |
| CMYK | 0.50 | 0 | 0.80 | 0.13 |
| HSL | 97.63º | 0.72% | 0.52% | - |
| HSV(B) | 97.63º | 0.8% | 0.87% | - |
| XYZ | 32.74 | 55.21 | 11.31 | - |
| YUV | 167.63 | 58.23 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 221 | 44 | 0.50 | 0 | 0.80 | 0.13 | 97.63 | 0.72 | 0.52 |
| Hex | 6E | DD | 2C | 32 | 0 | 50 | D | 62 | 48 | 34 |
| Octal | 156 | 335 | 54 | 62 | 0 | 120 | 15 | 142 | 110 | 64 |
| Binary | 1101110 | 11011101 | 101100 | 110010 | 0 | 1010000 | 1101 | 1100010 | 1001000 | 110100 |
Color Harmonies of #6EDD2C
Complementary color
Monochromatic Colors of #6EDD2C
Black with #6EDD2C
Text Example
Text Example
White with #6EDD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDD2C; }
p { color: rgb(110,221,44); }
H1.HeaderClassName
{
color: #6EDD2C;
}
.AnyTagClassName
{
color: #6EDD2C;
}
</style>
background-color css
<style>
a { background-color: #6EDD2C; }
a { background-color: rgb(110,221,44); }
div.DivClassName
{
background-color: #6EDD2C;
}
.BgClassName
{
background-color: #6EDD2C;
}
</style>
border-color css
<style>
span { border-color: #6EDD2C; }
span { border-color: rgb(110,221,44); }
td.TdClassName
{
border-color: #6EDD2C;
}
.TagClassName
{
border-color: #6EDD2C;
}
</style>