Shades of Apple #6ECB40
Tints of Apple #6ECB40
RGB
CMYK
RGB Variations
Color information
#6ECB40 (or 0x6ECB40) is known color: Apple. HEX triplet: 6E, CB and 40. RGB value is (110,203,64). Sum of RGB (Red+Green+Blue) = 110+203+64=377 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.18% from 377); Green value is 203 (79.69% from 255 or 53.85% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 203 - color contains mainly: green. Hex color #6ECB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ECB40 is #9134BF. Grayscale: #9F9F9F. Windows color (decimal): -9516224 or 4246382. OLE color: 4246382.
HSL color Cylindrical-coordinate representation of color #6ECB40: hue angle of 100.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6ECB40 is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 203 | 64 | - |
| CMYK | 0.46 | 0 | 0.68 | 0.20 |
| HSL | 100.14º | 0.57% | 0.52% | - |
| HSV(B) | 100.14º | 0.68% | 0.8% | - |
| XYZ | 28.71 | 46.4 | 12.29 | - |
| YUV | 159.35 | 74.19 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 203 | 64 | 0.46 | 0 | 0.68 | 0.20 | 100.14 | 0.57 | 0.52 |
| Hex | 6E | CB | 40 | 2E | 0 | 44 | 14 | 64 | 39 | 34 |
| Octal | 156 | 313 | 100 | 56 | 0 | 104 | 24 | 144 | 71 | 64 |
| Binary | 1101110 | 11001011 | 1000000 | 101110 | 0 | 1000100 | 10100 | 1100100 | 111001 | 110100 |
Color Harmonies of #6ECB40
Complementary color
Monochromatic Colors of #6ECB40
Black with #6ECB40
Text Example
Text Example
White with #6ECB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECB40; }
p { color: rgb(110,203,64); }
H1.HeaderClassName
{
color: #6ECB40;
}
.AnyTagClassName
{
color: #6ECB40;
}
</style>
background-color css
<style>
a { background-color: #6ECB40; }
a { background-color: rgb(110,203,64); }
div.DivClassName
{
background-color: #6ECB40;
}
.BgClassName
{
background-color: #6ECB40;
}
</style>
border-color css
<style>
span { border-color: #6ECB40; }
span { border-color: rgb(110,203,64); }
td.TdClassName
{
border-color: #6ECB40;
}
.TagClassName
{
border-color: #6ECB40;
}
</style>