Shades of Apple #6ECA31
Tints of Apple #6ECA31
RGB
CMYK
RGB Variations
Color information
#6ECA31 (or 0x6ECA31) is known color: Apple. HEX triplet: 6E, CA and 31. RGB value is (110,202,49). Sum of RGB (Red+Green+Blue) = 110+202+49=361 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.47% from 361); Green value is 202 (79.30% from 255 or 55.96% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 202 - color contains mainly: green. Hex color #6ECA31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ECA31 is #9135CE. Grayscale: #9D9D9D. Windows color (decimal): -9516495 or 3263086. OLE color: 3263086.
HSL color Cylindrical-coordinate representation of color #6ECA31: hue angle of 96.08º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6ECA31 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 202 | 49 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.21 |
| HSL | 96.08º | 0.61% | 0.49% | - |
| HSV(B) | 96.08º | 0.76% | 0.79% | - |
| XYZ | 28.11 | 45.78 | 10.26 | - |
| YUV | 157.05 | 67.02 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 202 | 49 | 0.46 | 0 | 0.76 | 0.21 | 96.08 | 0.61 | 0.49 |
| Hex | 6E | CA | 31 | 2E | 0 | 4C | 15 | 60 | 3D | 31 |
| Octal | 156 | 312 | 61 | 56 | 0 | 114 | 25 | 140 | 75 | 61 |
| Binary | 1101110 | 11001010 | 110001 | 101110 | 0 | 1001100 | 10101 | 1100000 | 111101 | 110001 |
Color Harmonies of #6ECA31
Complementary color
Monochromatic Colors of #6ECA31
Black with #6ECA31
Text Example
Text Example
White with #6ECA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECA31; }
p { color: rgb(110,202,49); }
H1.HeaderClassName
{
color: #6ECA31;
}
.AnyTagClassName
{
color: #6ECA31;
}
</style>
background-color css
<style>
a { background-color: #6ECA31; }
a { background-color: rgb(110,202,49); }
div.DivClassName
{
background-color: #6ECA31;
}
.BgClassName
{
background-color: #6ECA31;
}
</style>
border-color css
<style>
span { border-color: #6ECA31; }
span { border-color: rgb(110,202,49); }
td.TdClassName
{
border-color: #6ECA31;
}
.TagClassName
{
border-color: #6ECA31;
}
</style>