Shades of Apple #6DC056
Tints of Apple #6DC056
RGB
CMYK
RGB Variations
Color information
#6DC056 (or 0x6DC056) is known color: Apple. HEX triplet: 6D, C0 and 56. RGB value is (109,192,86). Sum of RGB (Red+Green+Blue) = 109+192+86=387 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.17% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #6DC056 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC056 is #923FA9. Grayscale: #9B9B9B. Windows color (decimal): -9584554 or 5685357. OLE color: 5685357.
HSL color Cylindrical-coordinate representation of color #6DC056: hue angle of 106.98º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DC056 is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 109 | 192 | 86 | - |
| CMYK | 0.43 | 0 | 0.55 | 0.25 |
| HSL | 106.98º | 0.46% | 0.55% | - |
| HSV(B) | 106.98º | 0.55% | 0.75% | - |
| XYZ | 26.84 | 41.62 | 15.42 | - |
| YUV | 155.1 | 89 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 192 | 86 | 0.43 | 0 | 0.55 | 0.25 | 106.98 | 0.46 | 0.55 |
| Hex | 6D | C0 | 56 | 2B | 0 | 37 | 19 | 6B | 2E | 37 |
| Octal | 155 | 300 | 126 | 53 | 0 | 67 | 31 | 153 | 56 | 67 |
| Binary | 1101101 | 11000000 | 1010110 | 101011 | 0 | 110111 | 11001 | 1101011 | 101110 | 110111 |
Color Harmonies of #6DC056
Complementary color
Monochromatic Colors of #6DC056
Black with #6DC056
Text Example
Text Example
White with #6DC056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC056; }
p { color: rgb(109,192,86); }
H1.HeaderClassName
{
color: #6DC056;
}
.AnyTagClassName
{
color: #6DC056;
}
</style>
background-color css
<style>
a { background-color: #6DC056; }
a { background-color: rgb(109,192,86); }
div.DivClassName
{
background-color: #6DC056;
}
.BgClassName
{
background-color: #6DC056;
}
</style>
border-color css
<style>
span { border-color: #6DC056; }
span { border-color: rgb(109,192,86); }
td.TdClassName
{
border-color: #6DC056;
}
.TagClassName
{
border-color: #6DC056;
}
</style>