Shades of Apple #6EDE2D
Tints of Apple #6EDE2D
RGB
CMYK
RGB Variations
Color information
#6EDE2D (or 0x6EDE2D) is known color: Apple. HEX triplet: 6E, DE and 2D. RGB value is (110,222,45). Sum of RGB (Red+Green+Blue) = 110+222+45=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 222 (87.11% from 255 or 58.89% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 222 - color contains mainly: green. Hex color #6EDE2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDE2D is #9121D2. Grayscale: #A8A8A8. Windows color (decimal): -9511379 or 3006062. OLE color: 3006062.
HSL color Cylindrical-coordinate representation of color #6EDE2D: hue angle of 97.97º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6EDE2D is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 222 | 45 | - |
| CMYK | 0.50 | 0 | 0.80 | 0.13 |
| HSL | 97.97º | 0.73% | 0.52% | - |
| HSV(B) | 97.97º | 0.8% | 0.87% | - |
| XYZ | 33.03 | 55.75 | 11.5 | - |
| YUV | 168.33 | 58.39 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 222 | 45 | 0.50 | 0 | 0.80 | 0.13 | 97.97 | 0.73 | 0.52 |
| Hex | 6E | DE | 2D | 32 | 0 | 50 | D | 62 | 49 | 34 |
| Octal | 156 | 336 | 55 | 62 | 0 | 120 | 15 | 142 | 111 | 64 |
| Binary | 1101110 | 11011110 | 101101 | 110010 | 0 | 1010000 | 1101 | 1100010 | 1001001 | 110100 |
Color Harmonies of #6EDE2D
Complementary color
Monochromatic Colors of #6EDE2D
Black with #6EDE2D
Text Example
Text Example
White with #6EDE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDE2D; }
p { color: rgb(110,222,45); }
H1.HeaderClassName
{
color: #6EDE2D;
}
.AnyTagClassName
{
color: #6EDE2D;
}
</style>
background-color css
<style>
a { background-color: #6EDE2D; }
a { background-color: rgb(110,222,45); }
div.DivClassName
{
background-color: #6EDE2D;
}
.BgClassName
{
background-color: #6EDE2D;
}
</style>
border-color css
<style>
span { border-color: #6EDE2D; }
span { border-color: rgb(110,222,45); }
td.TdClassName
{
border-color: #6EDE2D;
}
.TagClassName
{
border-color: #6EDE2D;
}
</style>