Shades of Apple #6EDE34
Tints of Apple #6EDE34
RGB
CMYK
RGB Variations
Color information
#6EDE34 (or 0x6EDE34) is known color: Apple. HEX triplet: 6E, DE and 34. RGB value is (110,222,52). Sum of RGB (Red+Green+Blue) = 110+222+52=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 222 (87.11% from 255 or 57.81% from 384); Blue value is 52 (20.70% from 255 or 13.54% from 384); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDE34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDE34 is #9121CB. Grayscale: #A9A9A9. Windows color (decimal): -9511372 or 3464814. OLE color: 3464814.
HSL color Cylindrical-coordinate representation of color #6EDE34: hue angle of 99.53º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6EDE34 is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 222 | 52 | - |
| CMYK | 0.50 | 0 | 0.77 | 0.13 |
| HSL | 99.53º | 0.72% | 0.54% | - |
| HSV(B) | 99.53º | 0.77% | 0.87% | - |
| XYZ | 33.17 | 55.81 | 12.27 | - |
| YUV | 169.13 | 61.89 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 222 | 52 | 0.50 | 0 | 0.77 | 0.13 | 99.53 | 0.72 | 0.54 |
| Hex | 6E | DE | 34 | 32 | 0 | 4D | D | 64 | 48 | 36 |
| Octal | 156 | 336 | 64 | 62 | 0 | 115 | 15 | 144 | 110 | 66 |
| Binary | 1101110 | 11011110 | 110100 | 110010 | 0 | 1001101 | 1101 | 1100100 | 1001000 | 110110 |
Color Harmonies of #6EDE34
Complementary color
Monochromatic Colors of #6EDE34
Black with #6EDE34
Text Example
Text Example
White with #6EDE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDE34; }
p { color: rgb(110,222,52); }
H1.HeaderClassName
{
color: #6EDE34;
}
.AnyTagClassName
{
color: #6EDE34;
}
</style>
background-color css
<style>
a { background-color: #6EDE34; }
a { background-color: rgb(110,222,52); }
div.DivClassName
{
background-color: #6EDE34;
}
.BgClassName
{
background-color: #6EDE34;
}
</style>
border-color css
<style>
span { border-color: #6EDE34; }
span { border-color: rgb(110,222,52); }
td.TdClassName
{
border-color: #6EDE34;
}
.TagClassName
{
border-color: #6EDE34;
}
</style>