Shades of Apple #6ED735
Tints of Apple #6ED735
RGB
CMYK
RGB Variations
Color information
#6ED735 (or 0x6ED735) is known color: Apple. HEX triplet: 6E, D7 and 35. RGB value is (110,215,53). Sum of RGB (Red+Green+Blue) = 110+215+53=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 215 (84.38% from 255 or 56.88% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 215 - color contains mainly: green. Hex color #6ED735 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ED735 is #9128CA. Grayscale: #A5A5A5. Windows color (decimal): -9513163 or 3528558. OLE color: 3528558.
HSL color Cylindrical-coordinate representation of color #6ED735: hue angle of 98.89º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6ED735 is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 215 | 53 | - |
| CMYK | 0.49 | 0 | 0.75 | 0.16 |
| HSL | 98.89º | 0.67% | 0.53% | - |
| HSV(B) | 98.89º | 0.75% | 0.84% | - |
| XYZ | 31.37 | 52.17 | 11.78 | - |
| YUV | 165.14 | 64.71 | 88.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 215 | 53 | 0.49 | 0 | 0.75 | 0.16 | 98.89 | 0.67 | 0.53 |
| Hex | 6E | D7 | 35 | 31 | 0 | 4B | 10 | 63 | 43 | 35 |
| Octal | 156 | 327 | 65 | 61 | 0 | 113 | 20 | 143 | 103 | 65 |
| Binary | 1101110 | 11010111 | 110101 | 110001 | 0 | 1001011 | 10000 | 1100011 | 1000011 | 110101 |
Color Harmonies of #6ED735
Complementary color
Monochromatic Colors of #6ED735
Black with #6ED735
Text Example
Text Example
White with #6ED735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ED735; }
p { color: rgb(110,215,53); }
H1.HeaderClassName
{
color: #6ED735;
}
.AnyTagClassName
{
color: #6ED735;
}
</style>
background-color css
<style>
a { background-color: #6ED735; }
a { background-color: rgb(110,215,53); }
div.DivClassName
{
background-color: #6ED735;
}
.BgClassName
{
background-color: #6ED735;
}
</style>
border-color css
<style>
span { border-color: #6ED735; }
span { border-color: rgb(110,215,53); }
td.TdClassName
{
border-color: #6ED735;
}
.TagClassName
{
border-color: #6ED735;
}
</style>