Shades of Apple #6EDD34
Tints of Apple #6EDD34
RGB
CMYK
RGB Variations
Color information
#6EDD34 (or 0x6EDD34) is known color: Apple. HEX triplet: 6E, DD and 34. RGB value is (110,221,52). Sum of RGB (Red+Green+Blue) = 110+221+52=383 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.72% from 383); Green value is 221 (86.72% from 255 or 57.70% from 383); Blue value is 52 (20.70% from 255 or 13.58% from 383); Max value from RGB is 221 - color contains mainly: green. Hex color #6EDD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDD34 is #9122CB. Grayscale: #A9A9A9. Windows color (decimal): -9511628 or 3464558. OLE color: 3464558.
HSL color Cylindrical-coordinate representation of color #6EDD34: hue angle of 99.41º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6EDD34 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 221 | 52 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.13 |
| HSL | 99.41º | 0.71% | 0.54% | - |
| HSV(B) | 99.41º | 0.76% | 0.87% | - |
| XYZ | 32.91 | 55.28 | 12.18 | - |
| YUV | 168.55 | 62.23 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 221 | 52 | 0.50 | 0 | 0.76 | 0.13 | 99.41 | 0.71 | 0.54 |
| Hex | 6E | DD | 34 | 32 | 0 | 4C | D | 63 | 47 | 36 |
| Octal | 156 | 335 | 64 | 62 | 0 | 114 | 15 | 143 | 107 | 66 |
| Binary | 1101110 | 11011101 | 110100 | 110010 | 0 | 1001100 | 1101 | 1100011 | 1000111 | 110110 |
Color Harmonies of #6EDD34
Complementary color
Monochromatic Colors of #6EDD34
Black with #6EDD34
Text Example
Text Example
White with #6EDD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDD34; }
p { color: rgb(110,221,52); }
H1.HeaderClassName
{
color: #6EDD34;
}
.AnyTagClassName
{
color: #6EDD34;
}
</style>
background-color css
<style>
a { background-color: #6EDD34; }
a { background-color: rgb(110,221,52); }
div.DivClassName
{
background-color: #6EDD34;
}
.BgClassName
{
background-color: #6EDD34;
}
</style>
border-color css
<style>
span { border-color: #6EDD34; }
span { border-color: rgb(110,221,52); }
td.TdClassName
{
border-color: #6EDD34;
}
.TagClassName
{
border-color: #6EDD34;
}
</style>