Shades of Apple #6EC02F
Tints of Apple #6EC02F
RGB
CMYK
RGB Variations
Color information
#6EC02F (or 0x6EC02F) is known color: Apple. HEX triplet: 6E, C0 and 2F. RGB value is (110,192,47). Sum of RGB (Red+Green+Blue) = 110+192+47=349 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.52% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 47 (18.75% from 255 or 13.47% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #6EC02F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC02F is #913FD0. Grayscale: #979797. Windows color (decimal): -9519057 or 3129454. OLE color: 3129454.
HSL color Cylindrical-coordinate representation of color #6EC02F: hue angle of 93.93º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6EC02F is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 192 | 47 | - |
| CMYK | 0.43 | 0 | 0.76 | 0.25 |
| HSL | 93.93º | 0.61% | 0.47% | - |
| HSV(B) | 93.93º | 0.76% | 0.75% | - |
| XYZ | 25.79 | 41.22 | 9.29 | - |
| YUV | 150.95 | 69.33 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 192 | 47 | 0.43 | 0 | 0.76 | 0.25 | 93.93 | 0.61 | 0.47 |
| Hex | 6E | C0 | 2F | 2B | 0 | 4C | 19 | 5E | 3D | 2F |
| Octal | 156 | 300 | 57 | 53 | 0 | 114 | 31 | 136 | 75 | 57 |
| Binary | 1101110 | 11000000 | 101111 | 101011 | 0 | 1001100 | 11001 | 1011110 | 111101 | 101111 |
Color Harmonies of #6EC02F
Complementary color
Monochromatic Colors of #6EC02F
Black with #6EC02F
Text Example
Text Example
White with #6EC02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC02F; }
p { color: rgb(110,192,47); }
H1.HeaderClassName
{
color: #6EC02F;
}
.AnyTagClassName
{
color: #6EC02F;
}
</style>
background-color css
<style>
a { background-color: #6EC02F; }
a { background-color: rgb(110,192,47); }
div.DivClassName
{
background-color: #6EC02F;
}
.BgClassName
{
background-color: #6EC02F;
}
</style>
border-color css
<style>
span { border-color: #6EC02F; }
span { border-color: rgb(110,192,47); }
td.TdClassName
{
border-color: #6EC02F;
}
.TagClassName
{
border-color: #6EC02F;
}
</style>