Shades of Apple #6DAE5F
Tints of Apple #6DAE5F
RGB
CMYK
RGB Variations
Color information
#6DAE5F (or 0x6DAE5F) is known color: Apple. HEX triplet: 6D, AE and 5F. RGB value is (109,174,95). Sum of RGB (Red+Green+Blue) = 109+174+95=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 174 - color contains mainly: green. Hex color #6DAE5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAE5F is #9251A0. Grayscale: #919191. Windows color (decimal): -9589153 or 6270573. OLE color: 6270573.
HSL color Cylindrical-coordinate representation of color #6DAE5F: hue angle of 109.37º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6DAE5F is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 109 | 174 | 95 | - |
| CMYK | 0.37 | 0 | 0.45 | 0.32 |
| HSL | 109.37º | 0.33% | 0.53% | - |
| HSV(B) | 109.37º | 0.45% | 0.68% | - |
| XYZ | 23.51 | 34.35 | 16.22 | - |
| YUV | 145.56 | 99.47 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 174 | 95 | 0.37 | 0 | 0.45 | 0.32 | 109.37 | 0.33 | 0.53 |
| Hex | 6D | AE | 5F | 25 | 0 | 2D | 20 | 6D | 21 | 35 |
| Octal | 155 | 256 | 137 | 45 | 0 | 55 | 40 | 155 | 41 | 65 |
| Binary | 1101101 | 10101110 | 1011111 | 100101 | 0 | 101101 | 100000 | 1101101 | 100001 | 110101 |
Color Harmonies of #6DAE5F
Complementary color
Monochromatic Colors of #6DAE5F
Black with #6DAE5F
Text Example
Text Example
White with #6DAE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAE5F; }
p { color: rgb(109,174,95); }
H1.HeaderClassName
{
color: #6DAE5F;
}
.AnyTagClassName
{
color: #6DAE5F;
}
</style>
background-color css
<style>
a { background-color: #6DAE5F; }
a { background-color: rgb(109,174,95); }
div.DivClassName
{
background-color: #6DAE5F;
}
.BgClassName
{
background-color: #6DAE5F;
}
</style>
border-color css
<style>
span { border-color: #6DAE5F; }
span { border-color: rgb(109,174,95); }
td.TdClassName
{
border-color: #6DAE5F;
}
.TagClassName
{
border-color: #6DAE5F;
}
</style>