Shades of Apple #6EDD2D
Tints of Apple #6EDD2D
RGB
CMYK
RGB Variations
Color information
#6EDD2D (or 0x6EDD2D) is known color: Apple. HEX triplet: 6E, DD and 2D. RGB value is (110,221,45). Sum of RGB (Red+Green+Blue) = 110+221+45=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 221 (86.72% from 255 or 58.78% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDD2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDD2D is #9122D2. Grayscale: #A8A8A8. Windows color (decimal): -9511635 or 3005806. OLE color: 3005806.
HSL color Cylindrical-coordinate representation of color #6EDD2D: hue angle of 97.84º 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 #6EDD2D is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 221 | 45 | - |
| CMYK | 0.50 | 0 | 0.80 | 0.13 |
| HSL | 97.84º | 0.72% | 0.52% | - |
| HSV(B) | 97.84º | 0.8% | 0.87% | - |
| XYZ | 32.76 | 55.22 | 11.41 | - |
| YUV | 167.75 | 58.73 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 221 | 45 | 0.50 | 0 | 0.80 | 0.13 | 97.84 | 0.72 | 0.52 |
| Hex | 6E | DD | 2D | 32 | 0 | 50 | D | 62 | 48 | 34 |
| Octal | 156 | 335 | 55 | 62 | 0 | 120 | 15 | 142 | 110 | 64 |
| Binary | 1101110 | 11011101 | 101101 | 110010 | 0 | 1010000 | 1101 | 1100010 | 1001000 | 110100 |
Color Harmonies of #6EDD2D
Complementary color
Monochromatic Colors of #6EDD2D
Black with #6EDD2D
Text Example
Text Example
White with #6EDD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDD2D; }
p { color: rgb(110,221,45); }
H1.HeaderClassName
{
color: #6EDD2D;
}
.AnyTagClassName
{
color: #6EDD2D;
}
</style>
background-color css
<style>
a { background-color: #6EDD2D; }
a { background-color: rgb(110,221,45); }
div.DivClassName
{
background-color: #6EDD2D;
}
.BgClassName
{
background-color: #6EDD2D;
}
</style>
border-color css
<style>
span { border-color: #6EDD2D; }
span { border-color: rgb(110,221,45); }
td.TdClassName
{
border-color: #6EDD2D;
}
.TagClassName
{
border-color: #6EDD2D;
}
</style>