Shades of Apple #6EBD40
Tints of Apple #6EBD40
RGB
CMYK
RGB Variations
Color information
#6EBD40 (or 0x6EBD40) is known color: Apple. HEX triplet: 6E, BD and 40. RGB value is (110,189,64). Sum of RGB (Red+Green+Blue) = 110+189+64=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #6EBD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EBD40 is #9142BF. Grayscale: #979797. Windows color (decimal): -9519808 or 4242798. OLE color: 4242798.
HSL color Cylindrical-coordinate representation of color #6EBD40: hue angle of 97.92º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6EBD40 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 189 | 64 | - |
| CMYK | 0.42 | 0 | 0.66 | 0.26 |
| HSL | 97.92º | 0.49% | 0.5% | - |
| HSV(B) | 97.92º | 0.66% | 0.74% | - |
| XYZ | 25.55 | 40.08 | 11.24 | - |
| YUV | 151.13 | 78.83 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 189 | 64 | 0.42 | 0 | 0.66 | 0.26 | 97.92 | 0.49 | 0.5 |
| Hex | 6E | BD | 40 | 2A | 0 | 42 | 1A | 62 | 31 | 32 |
| Octal | 156 | 275 | 100 | 52 | 0 | 102 | 32 | 142 | 61 | 62 |
| Binary | 1101110 | 10111101 | 1000000 | 101010 | 0 | 1000010 | 11010 | 1100010 | 110001 | 110010 |
Color Harmonies of #6EBD40
Complementary color
Monochromatic Colors of #6EBD40
Black with #6EBD40
Text Example
Text Example
White with #6EBD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EBD40; }
p { color: rgb(110,189,64); }
H1.HeaderClassName
{
color: #6EBD40;
}
.AnyTagClassName
{
color: #6EBD40;
}
</style>
background-color css
<style>
a { background-color: #6EBD40; }
a { background-color: rgb(110,189,64); }
div.DivClassName
{
background-color: #6EBD40;
}
.BgClassName
{
background-color: #6EBD40;
}
</style>
border-color css
<style>
span { border-color: #6EBD40; }
span { border-color: rgb(110,189,64); }
td.TdClassName
{
border-color: #6EBD40;
}
.TagClassName
{
border-color: #6EBD40;
}
</style>