Shades of Apple #6ED342
Tints of Apple #6ED342
RGB
CMYK
RGB Variations
Color information
#6ED342 (or 0x6ED342) is known color: Apple. HEX triplet: 6E, D3 and 42. RGB value is (110,211,66). Sum of RGB (Red+Green+Blue) = 110+211+66=387 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.42% from 387); Green value is 211 (82.81% from 255 or 54.52% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 211 - color contains mainly: green. Hex color #6ED342 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED342 is #912CBD. Grayscale: #A4A4A4. Windows color (decimal): -9514174 or 4379502. OLE color: 4379502.
HSL color Cylindrical-coordinate representation of color #6ED342: hue angle of 101.79º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6ED342 is Cyan = 0.48, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 110 | 211 | 66 | - |
| CMYK | 0.48 | 0 | 0.69 | 0.17 |
| HSL | 101.79º | 0.62% | 0.54% | - |
| HSV(B) | 101.79º | 0.69% | 0.83% | - |
| XYZ | 30.71 | 50.3 | 13.24 | - |
| YUV | 164.27 | 72.54 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 211 | 66 | 0.48 | 0 | 0.69 | 0.17 | 101.79 | 0.62 | 0.54 |
| Hex | 6E | D3 | 42 | 30 | 0 | 45 | 11 | 66 | 3E | 36 |
| Octal | 156 | 323 | 102 | 60 | 0 | 105 | 21 | 146 | 76 | 66 |
| Binary | 1101110 | 11010011 | 1000010 | 110000 | 0 | 1000101 | 10001 | 1100110 | 111110 | 110110 |
Color Harmonies of #6ED342
Complementary color
Monochromatic Colors of #6ED342
Black with #6ED342
Text Example
Text Example
White with #6ED342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED342; }
p { color: rgb(110,211,66); }
H1.HeaderClassName
{
color: #6ED342;
}
.AnyTagClassName
{
color: #6ED342;
}
</style>
background-color css
<style>
a { background-color: #6ED342; }
a { background-color: rgb(110,211,66); }
div.DivClassName
{
background-color: #6ED342;
}
.BgClassName
{
background-color: #6ED342;
}
</style>
border-color css
<style>
span { border-color: #6ED342; }
span { border-color: rgb(110,211,66); }
td.TdClassName
{
border-color: #6ED342;
}
.TagClassName
{
border-color: #6ED342;
}
</style>