Shades of Apple #6ED82B
Tints of Apple #6ED82B
RGB
CMYK
RGB Variations
Color information
#6ED82B (or 0x6ED82B) is known color: Apple. HEX triplet: 6E, D8 and 2B. RGB value is (110,216,43). Sum of RGB (Red+Green+Blue) = 110+216+43=369 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.81% from 369); Green value is 216 (84.77% from 255 or 58.54% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 216 - color contains mainly: green. Hex color #6ED82B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED82B is #9127D4. Grayscale: #A5A5A5. Windows color (decimal): -9512917 or 2873454. OLE color: 2873454.
HSL color Cylindrical-coordinate representation of color #6ED82B: hue angle of 96.76º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6ED82B is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 216 | 43 | - |
| CMYK | 0.49 | 0 | 0.80 | 0.15 |
| HSL | 96.76º | 0.69% | 0.51% | - |
| HSV(B) | 96.76º | 0.8% | 0.85% | - |
| XYZ | 31.42 | 52.6 | 10.78 | - |
| YUV | 164.58 | 59.38 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 216 | 43 | 0.49 | 0 | 0.80 | 0.15 | 96.76 | 0.69 | 0.51 |
| Hex | 6E | D8 | 2B | 31 | 0 | 50 | F | 61 | 45 | 33 |
| Octal | 156 | 330 | 53 | 61 | 0 | 120 | 17 | 141 | 105 | 63 |
| Binary | 1101110 | 11011000 | 101011 | 110001 | 0 | 1010000 | 1111 | 1100001 | 1000101 | 110011 |
Color Harmonies of #6ED82B
Complementary color
Monochromatic Colors of #6ED82B
Black with #6ED82B
Text Example
Text Example
White with #6ED82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED82B; }
p { color: rgb(110,216,43); }
H1.HeaderClassName
{
color: #6ED82B;
}
.AnyTagClassName
{
color: #6ED82B;
}
</style>
background-color css
<style>
a { background-color: #6ED82B; }
a { background-color: rgb(110,216,43); }
div.DivClassName
{
background-color: #6ED82B;
}
.BgClassName
{
background-color: #6ED82B;
}
</style>
border-color css
<style>
span { border-color: #6ED82B; }
span { border-color: rgb(110,216,43); }
td.TdClassName
{
border-color: #6ED82B;
}
.TagClassName
{
border-color: #6ED82B;
}
</style>