Shades of Apple #6ECA2D
Tints of Apple #6ECA2D
RGB
CMYK
RGB Variations
Color information
#6ECA2D (or 0x6ECA2D) is known color: Apple. HEX triplet: 6E, CA and 2D. RGB value is (110,202,45). Sum of RGB (Red+Green+Blue) = 110+202+45=357 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.81% from 357); Green value is 202 (79.30% from 255 or 56.58% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 202 - color contains mainly: green. Hex color #6ECA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ECA2D is #9135D2. Grayscale: #9D9D9D. Windows color (decimal): -9516499 or 3000942. OLE color: 3000942.
HSL color Cylindrical-coordinate representation of color #6ECA2D: hue angle of 95.16º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6ECA2D is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 202 | 45 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.21 |
| HSL | 95.16º | 0.64% | 0.48% | - |
| HSV(B) | 95.16º | 0.78% | 0.79% | - |
| XYZ | 28.02 | 45.75 | 9.84 | - |
| YUV | 156.59 | 65.02 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 202 | 45 | 0.46 | 0 | 0.78 | 0.21 | 95.16 | 0.64 | 0.48 |
| Hex | 6E | CA | 2D | 2E | 0 | 4E | 15 | 5F | 40 | 30 |
| Octal | 156 | 312 | 55 | 56 | 0 | 116 | 25 | 137 | 100 | 60 |
| Binary | 1101110 | 11001010 | 101101 | 101110 | 0 | 1001110 | 10101 | 1011111 | 1000000 | 110000 |
Color Harmonies of #6ECA2D
Complementary color
Monochromatic Colors of #6ECA2D
Black with #6ECA2D
Text Example
Text Example
White with #6ECA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECA2D; }
p { color: rgb(110,202,45); }
H1.HeaderClassName
{
color: #6ECA2D;
}
.AnyTagClassName
{
color: #6ECA2D;
}
</style>
background-color css
<style>
a { background-color: #6ECA2D; }
a { background-color: rgb(110,202,45); }
div.DivClassName
{
background-color: #6ECA2D;
}
.BgClassName
{
background-color: #6ECA2D;
}
</style>
border-color css
<style>
span { border-color: #6ECA2D; }
span { border-color: rgb(110,202,45); }
td.TdClassName
{
border-color: #6ECA2D;
}
.TagClassName
{
border-color: #6ECA2D;
}
</style>