Shades of Apple #6EE12D
Tints of Apple #6EE12D
RGB
CMYK
RGB Variations
Color information
#6EE12D (or 0x6EE12D) is known color: Apple. HEX triplet: 6E, E1 and 2D. RGB value is (110,225,45). Sum of RGB (Red+Green+Blue) = 110+225+45=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 225 (88.28% from 255 or 59.21% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 225 - color contains mainly: green. Hex color #6EE12D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EE12D is #911ED2. Grayscale: #AAAAAA. Windows color (decimal): -9510611 or 3006830. OLE color: 3006830.
HSL color Cylindrical-coordinate representation of color #6EE12D: hue angle of 98.33º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6EE12D is Cyan = 0.51, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 225 | 45 | - |
| CMYK | 0.51 | 0 | 0.8 | 0.12 |
| HSL | 98.33º | 0.75% | 0.53% | - |
| HSV(B) | 98.33º | 0.8% | 0.88% | - |
| XYZ | 33.83 | 57.35 | 11.77 | - |
| YUV | 170.1 | 57.4 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 225 | 45 | 0.51 | 0 | 0.8 | 0.12 | 98.33 | 0.75 | 0.53 |
| Hex | 6E | E1 | 2D | 33 | 0 | 50 | C | 62 | 4B | 35 |
| Octal | 156 | 341 | 55 | 63 | 0 | 120 | 14 | 142 | 113 | 65 |
| Binary | 1101110 | 11100001 | 101101 | 110011 | 0 | 1010000 | 1100 | 1100010 | 1001011 | 110101 |
Color Harmonies of #6EE12D
Complementary color
Monochromatic Colors of #6EE12D
Black with #6EE12D
Text Example
Text Example
White with #6EE12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EE12D; }
p { color: rgb(110,225,45); }
H1.HeaderClassName
{
color: #6EE12D;
}
.AnyTagClassName
{
color: #6EE12D;
}
</style>
background-color css
<style>
a { background-color: #6EE12D; }
a { background-color: rgb(110,225,45); }
div.DivClassName
{
background-color: #6EE12D;
}
.BgClassName
{
background-color: #6EE12D;
}
</style>
border-color css
<style>
span { border-color: #6EE12D; }
span { border-color: rgb(110,225,45); }
td.TdClassName
{
border-color: #6EE12D;
}
.TagClassName
{
border-color: #6EE12D;
}
</style>