Shades of Apple #6EDA2D
Tints of Apple #6EDA2D
RGB
CMYK
RGB Variations
Color information
#6EDA2D (or 0x6EDA2D) is known color: Apple. HEX triplet: 6E, DA and 2D. RGB value is (110,218,45). Sum of RGB (Red+Green+Blue) = 110+218+45=373 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.49% from 373); Green value is 218 (85.55% from 255 or 58.45% from 373); Blue value is 45 (17.97% from 255 or 12.06% from 373); Max value from RGB is 218 - color contains mainly: green. Hex color #6EDA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDA2D is #9125D2. Grayscale: #A6A6A6. Windows color (decimal): -9512403 or 3005038. OLE color: 3005038.
HSL color Cylindrical-coordinate representation of color #6EDA2D: hue angle of 97.46º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6EDA2D is Cyan = 0.50, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 218 | 45 | - |
| CMYK | 0.50 | 0 | 0.79 | 0.15 |
| HSL | 97.46º | 0.7% | 0.52% | - |
| HSV(B) | 97.46º | 0.79% | 0.85% | - |
| XYZ | 31.98 | 53.65 | 11.15 | - |
| YUV | 165.99 | 59.72 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 218 | 45 | 0.50 | 0 | 0.79 | 0.15 | 97.46 | 0.7 | 0.52 |
| Hex | 6E | DA | 2D | 32 | 0 | 4F | F | 61 | 46 | 34 |
| Octal | 156 | 332 | 55 | 62 | 0 | 117 | 17 | 141 | 106 | 64 |
| Binary | 1101110 | 11011010 | 101101 | 110010 | 0 | 1001111 | 1111 | 1100001 | 1000110 | 110100 |
Color Harmonies of #6EDA2D
Complementary color
Monochromatic Colors of #6EDA2D
Black with #6EDA2D
Text Example
Text Example
White with #6EDA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDA2D; }
p { color: rgb(110,218,45); }
H1.HeaderClassName
{
color: #6EDA2D;
}
.AnyTagClassName
{
color: #6EDA2D;
}
</style>
background-color css
<style>
a { background-color: #6EDA2D; }
a { background-color: rgb(110,218,45); }
div.DivClassName
{
background-color: #6EDA2D;
}
.BgClassName
{
background-color: #6EDA2D;
}
</style>
border-color css
<style>
span { border-color: #6EDA2D; }
span { border-color: rgb(110,218,45); }
td.TdClassName
{
border-color: #6EDA2D;
}
.TagClassName
{
border-color: #6EDA2D;
}
</style>