Shades of Apple #6EC342
Tints of Apple #6EC342
RGB
CMYK
RGB Variations
Color information
#6EC342 (or 0x6EC342) is known color: Apple. HEX triplet: 6E, C3 and 42. RGB value is (110,195,66). Sum of RGB (Red+Green+Blue) = 110+195+66=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #6EC342 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC342 is #913CBD. Grayscale: #9B9B9B. Windows color (decimal): -9518270 or 4375406. OLE color: 4375406.
HSL color Cylindrical-coordinate representation of color #6EC342: hue angle of 99.53º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6EC342 is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 195 | 66 | - |
| CMYK | 0.44 | 0 | 0.66 | 0.24 |
| HSL | 99.53º | 0.52% | 0.51% | - |
| HSV(B) | 99.53º | 0.66% | 0.76% | - |
| XYZ | 26.93 | 42.74 | 11.98 | - |
| YUV | 154.88 | 77.84 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 195 | 66 | 0.44 | 0 | 0.66 | 0.24 | 99.53 | 0.52 | 0.51 |
| Hex | 6E | C3 | 42 | 2C | 0 | 42 | 18 | 64 | 34 | 33 |
| Octal | 156 | 303 | 102 | 54 | 0 | 102 | 30 | 144 | 64 | 63 |
| Binary | 1101110 | 11000011 | 1000010 | 101100 | 0 | 1000010 | 11000 | 1100100 | 110100 | 110011 |
Color Harmonies of #6EC342
Complementary color
Monochromatic Colors of #6EC342
Black with #6EC342
Text Example
Text Example
White with #6EC342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC342; }
p { color: rgb(110,195,66); }
H1.HeaderClassName
{
color: #6EC342;
}
.AnyTagClassName
{
color: #6EC342;
}
</style>
background-color css
<style>
a { background-color: #6EC342; }
a { background-color: rgb(110,195,66); }
div.DivClassName
{
background-color: #6EC342;
}
.BgClassName
{
background-color: #6EC342;
}
</style>
border-color css
<style>
span { border-color: #6EC342; }
span { border-color: rgb(110,195,66); }
td.TdClassName
{
border-color: #6EC342;
}
.TagClassName
{
border-color: #6EC342;
}
</style>