Shades of Apple #6ED82D
Tints of Apple #6ED82D
RGB
CMYK
RGB Variations
Color information
#6ED82D (or 0x6ED82D) is known color: Apple. HEX triplet: 6E, D8 and 2D. RGB value is (110,216,45). Sum of RGB (Red+Green+Blue) = 110+216+45=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 216 (84.77% from 255 or 58.22% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 216 - color contains mainly: green. Hex color #6ED82D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED82D is #9127D2. Grayscale: #A5A5A5. Windows color (decimal): -9512915 or 3004526. OLE color: 3004526.
HSL color Cylindrical-coordinate representation of color #6ED82D: hue angle of 97.19º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6ED82D is Cyan = 0.49, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 216 | 45 | - |
| CMYK | 0.49 | 0 | 0.79 | 0.15 |
| HSL | 97.19º | 0.69% | 0.51% | - |
| HSV(B) | 97.19º | 0.79% | 0.85% | - |
| XYZ | 31.46 | 52.62 | 10.98 | - |
| YUV | 164.81 | 60.38 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 216 | 45 | 0.49 | 0 | 0.79 | 0.15 | 97.19 | 0.69 | 0.51 |
| Hex | 6E | D8 | 2D | 31 | 0 | 4F | F | 61 | 45 | 33 |
| Octal | 156 | 330 | 55 | 61 | 0 | 117 | 17 | 141 | 105 | 63 |
| Binary | 1101110 | 11011000 | 101101 | 110001 | 0 | 1001111 | 1111 | 1100001 | 1000101 | 110011 |
Color Harmonies of #6ED82D
Complementary color
Monochromatic Colors of #6ED82D
Black with #6ED82D
Text Example
Text Example
White with #6ED82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED82D; }
p { color: rgb(110,216,45); }
H1.HeaderClassName
{
color: #6ED82D;
}
.AnyTagClassName
{
color: #6ED82D;
}
</style>
background-color css
<style>
a { background-color: #6ED82D; }
a { background-color: rgb(110,216,45); }
div.DivClassName
{
background-color: #6ED82D;
}
.BgClassName
{
background-color: #6ED82D;
}
</style>
border-color css
<style>
span { border-color: #6ED82D; }
span { border-color: rgb(110,216,45); }
td.TdClassName
{
border-color: #6ED82D;
}
.TagClassName
{
border-color: #6ED82D;
}
</style>