Shades of Apple #6DAF55
Tints of Apple #6DAF55
RGB
CMYK
RGB Variations
Color information
#6DAF55 (or 0x6DAF55) is known color: Apple. HEX triplet: 6D, AF and 55. RGB value is (109,175,85). Sum of RGB (Red+Green+Blue) = 109+175+85=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 85 (33.59% from 255 or 23.04% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAF55 is #9250AA. Grayscale: #919191. Windows color (decimal): -9588907 or 5615469. OLE color: 5615469.
HSL color Cylindrical-coordinate representation of color #6DAF55: hue angle of 104º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6DAF55 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 175 | 85 | - |
| CMYK | 0.38 | 0 | 0.51 | 0.31 |
| HSL | 104º | 0.36% | 0.51% | - |
| HSV(B) | 104º | 0.51% | 0.69% | - |
| XYZ | 23.28 | 34.57 | 14.04 | - |
| YUV | 145.01 | 94.13 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 175 | 85 | 0.38 | 0 | 0.51 | 0.31 | 104 | 0.36 | 0.51 |
| Hex | 6D | AF | 55 | 26 | 0 | 33 | 1F | 68 | 24 | 33 |
| Octal | 155 | 257 | 125 | 46 | 0 | 63 | 37 | 150 | 44 | 63 |
| Binary | 1101101 | 10101111 | 1010101 | 100110 | 0 | 110011 | 11111 | 1101000 | 100100 | 110011 |
Color Harmonies of #6DAF55
Complementary color
Monochromatic Colors of #6DAF55
Black with #6DAF55
Text Example
Text Example
White with #6DAF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DAF55; }
p { color: rgb(109,175,85); }
H1.HeaderClassName
{
color: #6DAF55;
}
.AnyTagClassName
{
color: #6DAF55;
}
</style>
background-color css
<style>
a { background-color: #6DAF55; }
a { background-color: rgb(109,175,85); }
div.DivClassName
{
background-color: #6DAF55;
}
.BgClassName
{
background-color: #6DAF55;
}
</style>
border-color css
<style>
span { border-color: #6DAF55; }
span { border-color: rgb(109,175,85); }
td.TdClassName
{
border-color: #6DAF55;
}
.TagClassName
{
border-color: #6DAF55;
}
</style>