Shades of Apple #6EDC34
Tints of Apple #6EDC34
RGB
CMYK
RGB Variations
Color information
#6EDC34 (or 0x6EDC34) is known color: Apple. HEX triplet: 6E, DC and 34. RGB value is (110,220,52). Sum of RGB (Red+Green+Blue) = 110+220+52=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 220 (86.33% from 255 or 57.59% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 220 - color contains mainly: green. Hex color #6EDC34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDC34 is #9123CB. Grayscale: #A8A8A8. Windows color (decimal): -9511884 or 3464302. OLE color: 3464302.
HSL color Cylindrical-coordinate representation of color #6EDC34: hue angle of 99.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6EDC34 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 220 | 52 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.14 |
| HSL | 99.29º | 0.71% | 0.53% | - |
| HSV(B) | 99.29º | 0.76% | 0.86% | - |
| XYZ | 32.64 | 54.75 | 12.1 | - |
| YUV | 167.96 | 62.56 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 220 | 52 | 0.50 | 0 | 0.76 | 0.14 | 99.29 | 0.71 | 0.53 |
| Hex | 6E | DC | 34 | 32 | 0 | 4C | E | 63 | 47 | 35 |
| Octal | 156 | 334 | 64 | 62 | 0 | 114 | 16 | 143 | 107 | 65 |
| Binary | 1101110 | 11011100 | 110100 | 110010 | 0 | 1001100 | 1110 | 1100011 | 1000111 | 110101 |
Color Harmonies of #6EDC34
Complementary color
Monochromatic Colors of #6EDC34
Black with #6EDC34
Text Example
Text Example
White with #6EDC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDC34; }
p { color: rgb(110,220,52); }
H1.HeaderClassName
{
color: #6EDC34;
}
.AnyTagClassName
{
color: #6EDC34;
}
</style>
background-color css
<style>
a { background-color: #6EDC34; }
a { background-color: rgb(110,220,52); }
div.DivClassName
{
background-color: #6EDC34;
}
.BgClassName
{
background-color: #6EDC34;
}
</style>
border-color css
<style>
span { border-color: #6EDC34; }
span { border-color: rgb(110,220,52); }
td.TdClassName
{
border-color: #6EDC34;
}
.TagClassName
{
border-color: #6EDC34;
}
</style>