Shades of Apple #6ECA4A
Tints of Apple #6ECA4A
RGB
CMYK
RGB Variations
Color information
#6ECA4A (or 0x6ECA4A) is known color: Apple. HEX triplet: 6E, CA and 4A. RGB value is (110,202,74). Sum of RGB (Red+Green+Blue) = 110+202+74=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 74 (29.30% from 255 or 19.17% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #6ECA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ECA4A is #9135B5. Grayscale: #A0A0A0. Windows color (decimal): -9516470 or 4901486. OLE color: 4901486.
HSL color Cylindrical-coordinate representation of color #6ECA4A: hue angle of 103.12º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6ECA4A is Cyan = 0.46, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 202 | 74 | - |
| CMYK | 0.46 | 0 | 0.63 | 0.21 |
| HSL | 103.13º | 0.55% | 0.54% | - |
| HSV(B) | 103.13º | 0.63% | 0.79% | - |
| XYZ | 28.79 | 46.05 | 13.85 | - |
| YUV | 159.9 | 79.52 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 202 | 74 | 0.46 | 0 | 0.63 | 0.21 | 103.13 | 0.55 | 0.54 |
| Hex | 6E | CA | 4A | 2E | 0 | 3F | 15 | 67 | 37 | 36 |
| Octal | 156 | 312 | 112 | 56 | 0 | 77 | 25 | 147 | 67 | 66 |
| Binary | 1101110 | 11001010 | 1001010 | 101110 | 0 | 111111 | 10101 | 1100111 | 110111 | 110110 |
Color Harmonies of #6ECA4A
Complementary color
Monochromatic Colors of #6ECA4A
Black with #6ECA4A
Text Example
Text Example
White with #6ECA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECA4A; }
p { color: rgb(110,202,74); }
H1.HeaderClassName
{
color: #6ECA4A;
}
.AnyTagClassName
{
color: #6ECA4A;
}
</style>
background-color css
<style>
a { background-color: #6ECA4A; }
a { background-color: rgb(110,202,74); }
div.DivClassName
{
background-color: #6ECA4A;
}
.BgClassName
{
background-color: #6ECA4A;
}
</style>
border-color css
<style>
span { border-color: #6ECA4A; }
span { border-color: rgb(110,202,74); }
td.TdClassName
{
border-color: #6ECA4A;
}
.TagClassName
{
border-color: #6ECA4A;
}
</style>