Shades of Apple #6ECE40
Tints of Apple #6ECE40
RGB
CMYK
RGB Variations
Color information
#6ECE40 (or 0x6ECE40) is known color: Apple. HEX triplet: 6E, CE and 40. RGB value is (110,206,64). Sum of RGB (Red+Green+Blue) = 110+206+64=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 206 (80.86% from 255 or 54.21% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 206 - color contains mainly: green. Hex color #6ECE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ECE40 is #9131BF. Grayscale: #A1A1A1. Windows color (decimal): -9515456 or 4247150. OLE color: 4247150.
HSL color Cylindrical-coordinate representation of color #6ECE40: hue angle of 100.56º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6ECE40 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
RGB | 110 | 206 | 64 | - |
CMYK | 0.47 | 0 | 0.69 | 0.19 |
HSL | 100.56º | 0.59% | 0.53% | - |
HSV(B) | 100.56º | 0.69% | 0.81% | - |
XYZ | 29.43 | 47.83 | 12.53 | - |
YUV | 161.11 | 73.2 | 91.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 110 | 206 | 64 | 0.47 | 0 | 0.69 | 0.19 | 100.56 | 0.59 | 0.53 |
Hex | 6E | CE | 40 | 2F | 0 | 45 | 13 | 65 | 3B | 35 |
Octal | 156 | 316 | 100 | 57 | 0 | 105 | 23 | 145 | 73 | 65 |
Binary | 1101110 | 11001110 | 1000000 | 101111 | 0 | 1000101 | 10011 | 1100101 | 111011 | 110101 |
Color Harmonies of #6ECE40
Complementary color
Monochromatic Colors of #6ECE40
Black with #6ECE40
Text Example
Text Example
White with #6ECE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECE40; }
p { color: rgb(110,206,64); }
H1.HeaderClassName
{
color: #6ECE40;
}
.AnyTagClassName
{
color: #6ECE40;
}
</style>
background-color css
<style>
a { background-color: #6ECE40; }
a { background-color: rgb(110,206,64); }
div.DivClassName
{
background-color: #6ECE40;
}
.BgClassName
{
background-color: #6ECE40;
}
</style>
border-color css
<style>
span { border-color: #6ECE40; }
span { border-color: rgb(110,206,64); }
td.TdClassName
{
border-color: #6ECE40;
}
.TagClassName
{
border-color: #6ECE40;
}
</style>