Shades of Apple #6EC053
Tints of Apple #6EC053
RGB
CMYK
RGB Variations
Color information
#6EC053 (or 0x6EC053) is known color: Apple. HEX triplet: 6E, C0 and 53. RGB value is (110,192,83). Sum of RGB (Red+Green+Blue) = 110+192+83=385 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.57% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #6EC053 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6EC053 is #913FAC. Grayscale: #9B9B9B. Windows color (decimal): -9519021 or 5488750. OLE color: 5488750.
HSL color Cylindrical-coordinate representation of color #6EC053: hue angle of 105.14º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EC053 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 192 | 83 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.25 |
| HSL | 105.14º | 0.46% | 0.54% | - |
| HSV(B) | 105.14º | 0.57% | 0.75% | - |
| XYZ | 26.84 | 41.64 | 14.81 | - |
| YUV | 155.06 | 87.33 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 192 | 83 | 0.43 | 0 | 0.57 | 0.25 | 105.14 | 0.46 | 0.54 |
| Hex | 6E | C0 | 53 | 2B | 0 | 39 | 19 | 69 | 2E | 36 |
| Octal | 156 | 300 | 123 | 53 | 0 | 71 | 31 | 151 | 56 | 66 |
| Binary | 1101110 | 11000000 | 1010011 | 101011 | 0 | 111001 | 11001 | 1101001 | 101110 | 110110 |
Color Harmonies of #6EC053
Complementary color
Monochromatic Colors of #6EC053
Black with #6EC053
Text Example
Text Example
White with #6EC053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC053; }
p { color: rgb(110,192,83); }
H1.HeaderClassName
{
color: #6EC053;
}
.AnyTagClassName
{
color: #6EC053;
}
</style>
background-color css
<style>
a { background-color: #6EC053; }
a { background-color: rgb(110,192,83); }
div.DivClassName
{
background-color: #6EC053;
}
.BgClassName
{
background-color: #6EC053;
}
</style>
border-color css
<style>
span { border-color: #6EC053; }
span { border-color: rgb(110,192,83); }
td.TdClassName
{
border-color: #6EC053;
}
.TagClassName
{
border-color: #6EC053;
}
</style>