Shades of Apple #6EBC42
Tints of Apple #6EBC42
RGB
CMYK
RGB Variations
Color information
#6EBC42 (or 0x6EBC42) is known color: Apple. HEX triplet: 6E, BC and 42. RGB value is (110,188,66). Sum of RGB (Red+Green+Blue) = 110+188+66=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 66 (26.17% from 255 or 18.13% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #6EBC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EBC42 is #9143BD. Grayscale: #979797. Windows color (decimal): -9520062 or 4373614. OLE color: 4373614.
HSL color Cylindrical-coordinate representation of color #6EBC42: hue angle of 98.36º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6EBC42 is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 188 | 66 | - |
| CMYK | 0.41 | 0 | 0.65 | 0.26 |
| HSL | 98.36º | 0.48% | 0.5% | - |
| HSV(B) | 98.36º | 0.65% | 0.74% | - |
| XYZ | 25.4 | 39.67 | 11.47 | - |
| YUV | 150.77 | 80.16 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 188 | 66 | 0.41 | 0 | 0.65 | 0.26 | 98.36 | 0.48 | 0.5 |
| Hex | 6E | BC | 42 | 29 | 0 | 41 | 1A | 62 | 30 | 32 |
| Octal | 156 | 274 | 102 | 51 | 0 | 101 | 32 | 142 | 60 | 62 |
| Binary | 1101110 | 10111100 | 1000010 | 101001 | 0 | 1000001 | 11010 | 1100010 | 110000 | 110010 |
Color Harmonies of #6EBC42
Complementary color
Monochromatic Colors of #6EBC42
Black with #6EBC42
Text Example
Text Example
White with #6EBC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBC42; }
p { color: rgb(110,188,66); }
H1.HeaderClassName
{
color: #6EBC42;
}
.AnyTagClassName
{
color: #6EBC42;
}
</style>
background-color css
<style>
a { background-color: #6EBC42; }
a { background-color: rgb(110,188,66); }
div.DivClassName
{
background-color: #6EBC42;
}
.BgClassName
{
background-color: #6EBC42;
}
</style>
border-color css
<style>
span { border-color: #6EBC42; }
span { border-color: rgb(110,188,66); }
td.TdClassName
{
border-color: #6EBC42;
}
.TagClassName
{
border-color: #6EBC42;
}
</style>