Shades of Apple #6EDC37
Tints of Apple #6EDC37
RGB
CMYK
RGB Variations
Color information
#6EDC37 (or 0x6EDC37) is known color: Apple. HEX triplet: 6E, DC and 37. RGB value is (110,220,55). Sum of RGB (Red+Green+Blue) = 110+220+55=385 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.57% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDC37 is #9123C8. Grayscale: #A8A8A8. Windows color (decimal): -9511881 or 3660910. OLE color: 3660910.
HSL color Cylindrical-coordinate representation of color #6EDC37: hue angle of 100º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6EDC37 is Cyan = 0.50, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 220 | 55 | - |
| CMYK | 0.50 | 0 | 0.75 | 0.14 |
| HSL | 100º | 0.7% | 0.54% | - |
| HSV(B) | 100º | 0.75% | 0.86% | - |
| XYZ | 32.71 | 54.78 | 12.46 | - |
| YUV | 168.3 | 64.06 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 220 | 55 | 0.50 | 0 | 0.75 | 0.14 | 100 | 0.7 | 0.54 |
| Hex | 6E | DC | 37 | 32 | 0 | 4B | E | 64 | 46 | 36 |
| Octal | 156 | 334 | 67 | 62 | 0 | 113 | 16 | 144 | 106 | 66 |
| Binary | 1101110 | 11011100 | 110111 | 110010 | 0 | 1001011 | 1110 | 1100100 | 1000110 | 110110 |
Color Harmonies of #6EDC37
Complementary color
Monochromatic Colors of #6EDC37
Black with #6EDC37
Text Example
Text Example
White with #6EDC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDC37; }
p { color: rgb(110,220,55); }
H1.HeaderClassName
{
color: #6EDC37;
}
.AnyTagClassName
{
color: #6EDC37;
}
</style>
background-color css
<style>
a { background-color: #6EDC37; }
a { background-color: rgb(110,220,55); }
div.DivClassName
{
background-color: #6EDC37;
}
.BgClassName
{
background-color: #6EDC37;
}
</style>
border-color css
<style>
span { border-color: #6EDC37; }
span { border-color: rgb(110,220,55); }
td.TdClassName
{
border-color: #6EDC37;
}
.TagClassName
{
border-color: #6EDC37;
}
</style>