Shades of Apple #6EDB35
Tints of Apple #6EDB35
RGB
CMYK
RGB Variations
Color information
#6EDB35 (or 0x6EDB35) is known color: Apple. HEX triplet: 6E, DB and 35. RGB value is (110,219,53). Sum of RGB (Red+Green+Blue) = 110+219+53=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 219 (85.94% from 255 or 57.33% from 382); Blue value is 53 (21.09% from 255 or 13.87% from 382); Max value from RGB is 219 - color contains mainly: green. Hex color #6EDB35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EDB35 is #9124CA. Grayscale: #A8A8A8. Windows color (decimal): -9512139 or 3529582. OLE color: 3529582.
HSL color Cylindrical-coordinate representation of color #6EDB35: hue angle of 99.4º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6EDB35 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 219 | 53 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.14 |
| HSL | 99.4º | 0.7% | 0.53% | - |
| HSV(B) | 99.4º | 0.76% | 0.86% | - |
| XYZ | 32.4 | 54.24 | 12.13 | - |
| YUV | 167.49 | 63.39 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 219 | 53 | 0.50 | 0 | 0.76 | 0.14 | 99.4 | 0.7 | 0.53 |
| Hex | 6E | DB | 35 | 32 | 0 | 4C | E | 63 | 46 | 35 |
| Octal | 156 | 333 | 65 | 62 | 0 | 114 | 16 | 143 | 106 | 65 |
| Binary | 1101110 | 11011011 | 110101 | 110010 | 0 | 1001100 | 1110 | 1100011 | 1000110 | 110101 |
Color Harmonies of #6EDB35
Complementary color
Monochromatic Colors of #6EDB35
Black with #6EDB35
Text Example
Text Example
White with #6EDB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EDB35; }
p { color: rgb(110,219,53); }
H1.HeaderClassName
{
color: #6EDB35;
}
.AnyTagClassName
{
color: #6EDB35;
}
</style>
background-color css
<style>
a { background-color: #6EDB35; }
a { background-color: rgb(110,219,53); }
div.DivClassName
{
background-color: #6EDB35;
}
.BgClassName
{
background-color: #6EDB35;
}
</style>
border-color css
<style>
span { border-color: #6EDB35; }
span { border-color: rgb(110,219,53); }
td.TdClassName
{
border-color: #6EDB35;
}
.TagClassName
{
border-color: #6EDB35;
}
</style>