Shades of Apple #6ED13B
Tints of Apple #6ED13B
RGB
CMYK
RGB Variations
Color information
#6ED13B (or 0x6ED13B) is known color: Apple. HEX triplet: 6E, D1 and 3B. RGB value is (110,209,59). Sum of RGB (Red+Green+Blue) = 110+209+59=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 209 (82.03% from 255 or 55.29% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 209 - color contains mainly: green. Hex color #6ED13B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED13B is #912EC4. Grayscale: #A2A2A2. Windows color (decimal): -9514693 or 3920238. OLE color: 3920238.
HSL color Cylindrical-coordinate representation of color #6ED13B: hue angle of 99.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6ED13B is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 209 | 59 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.18 |
| HSL | 99.6º | 0.62% | 0.53% | - |
| HSV(B) | 99.6º | 0.72% | 0.82% | - |
| XYZ | 30.02 | 49.23 | 12.06 | - |
| YUV | 162.3 | 69.7 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 209 | 59 | 0.47 | 0 | 0.72 | 0.18 | 99.6 | 0.62 | 0.53 |
| Hex | 6E | D1 | 3B | 2F | 0 | 48 | 12 | 64 | 3E | 35 |
| Octal | 156 | 321 | 73 | 57 | 0 | 110 | 22 | 144 | 76 | 65 |
| Binary | 1101110 | 11010001 | 111011 | 101111 | 0 | 1001000 | 10010 | 1100100 | 111110 | 110101 |
Color Harmonies of #6ED13B
Complementary color
Monochromatic Colors of #6ED13B
Black with #6ED13B
Text Example
Text Example
White with #6ED13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED13B; }
p { color: rgb(110,209,59); }
H1.HeaderClassName
{
color: #6ED13B;
}
.AnyTagClassName
{
color: #6ED13B;
}
</style>
background-color css
<style>
a { background-color: #6ED13B; }
a { background-color: rgb(110,209,59); }
div.DivClassName
{
background-color: #6ED13B;
}
.BgClassName
{
background-color: #6ED13B;
}
</style>
border-color css
<style>
span { border-color: #6ED13B; }
span { border-color: rgb(110,209,59); }
td.TdClassName
{
border-color: #6ED13B;
}
.TagClassName
{
border-color: #6ED13B;
}
</style>