Shades of Apple #6ED02C
Tints of Apple #6ED02C
RGB
CMYK
RGB Variations
Color information
#6ED02C (or 0x6ED02C) is known color: Apple. HEX triplet: 6E, D0 and 2C. RGB value is (110,208,44). Sum of RGB (Red+Green+Blue) = 110+208+44=362 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.39% from 362); Green value is 208 (81.64% from 255 or 57.46% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 208 - color contains mainly: green. Hex color #6ED02C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED02C is #912FD3. Grayscale: #A0A0A0. Windows color (decimal): -9514964 or 2936942. OLE color: 2936942.
HSL color Cylindrical-coordinate representation of color #6ED02C: hue angle of 95.85º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6ED02C is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 208 | 44 | - |
| CMYK | 0.47 | 0 | 0.79 | 0.18 |
| HSL | 95.85º | 0.65% | 0.49% | - |
| HSV(B) | 95.85º | 0.79% | 0.82% | - |
| XYZ | 29.44 | 48.61 | 10.21 | - |
| YUV | 160 | 62.53 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 208 | 44 | 0.47 | 0 | 0.79 | 0.18 | 95.85 | 0.65 | 0.49 |
| Hex | 6E | D0 | 2C | 2F | 0 | 4F | 12 | 60 | 41 | 31 |
| Octal | 156 | 320 | 54 | 57 | 0 | 117 | 22 | 140 | 101 | 61 |
| Binary | 1101110 | 11010000 | 101100 | 101111 | 0 | 1001111 | 10010 | 1100000 | 1000001 | 110001 |
Color Harmonies of #6ED02C
Complementary color
Monochromatic Colors of #6ED02C
Black with #6ED02C
Text Example
Text Example
White with #6ED02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED02C; }
p { color: rgb(110,208,44); }
H1.HeaderClassName
{
color: #6ED02C;
}
.AnyTagClassName
{
color: #6ED02C;
}
</style>
background-color css
<style>
a { background-color: #6ED02C; }
a { background-color: rgb(110,208,44); }
div.DivClassName
{
background-color: #6ED02C;
}
.BgClassName
{
background-color: #6ED02C;
}
</style>
border-color css
<style>
span { border-color: #6ED02C; }
span { border-color: rgb(110,208,44); }
td.TdClassName
{
border-color: #6ED02C;
}
.TagClassName
{
border-color: #6ED02C;
}
</style>