Shades of Apple #6EDB2C
Tints of Apple #6EDB2C
RGB
CMYK
RGB Variations
Color information
#6EDB2C (or 0x6EDB2C) is known color: Apple. HEX triplet: 6E, DB and 2C. RGB value is (110,219,44). Sum of RGB (Red+Green+Blue) = 110+219+44=373 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.49% from 373); Green value is 219 (85.94% from 255 or 58.71% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDB2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDB2C is #9124D3. Grayscale: #A7A7A7. Windows color (decimal): -9512148 or 2939758. OLE color: 2939758.
HSL color Cylindrical-coordinate representation of color #6EDB2C: hue angle of 97.37º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6EDB2C is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 219 | 44 | - |
| CMYK | 0.50 | 0 | 0.80 | 0.14 |
| HSL | 97.37º | 0.71% | 0.52% | - |
| HSV(B) | 97.37º | 0.8% | 0.86% | - |
| XYZ | 32.22 | 54.16 | 11.14 | - |
| YUV | 166.46 | 58.89 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 219 | 44 | 0.50 | 0 | 0.80 | 0.14 | 97.37 | 0.71 | 0.52 |
| Hex | 6E | DB | 2C | 32 | 0 | 50 | E | 61 | 47 | 34 |
| Octal | 156 | 333 | 54 | 62 | 0 | 120 | 16 | 141 | 107 | 64 |
| Binary | 1101110 | 11011011 | 101100 | 110010 | 0 | 1010000 | 1110 | 1100001 | 1000111 | 110100 |
Color Harmonies of #6EDB2C
Complementary color
Monochromatic Colors of #6EDB2C
Black with #6EDB2C
Text Example
Text Example
White with #6EDB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDB2C; }
p { color: rgb(110,219,44); }
H1.HeaderClassName
{
color: #6EDB2C;
}
.AnyTagClassName
{
color: #6EDB2C;
}
</style>
background-color css
<style>
a { background-color: #6EDB2C; }
a { background-color: rgb(110,219,44); }
div.DivClassName
{
background-color: #6EDB2C;
}
.BgClassName
{
background-color: #6EDB2C;
}
</style>
border-color css
<style>
span { border-color: #6EDB2C; }
span { border-color: rgb(110,219,44); }
td.TdClassName
{
border-color: #6EDB2C;
}
.TagClassName
{
border-color: #6EDB2C;
}
</style>