Shades of Apple #6DC550
Tints of Apple #6DC550
RGB
CMYK
RGB Variations
Color information
#6DC550 (or 0x6DC550) is known color: Apple. HEX triplet: 6D, C5 and 50. RGB value is (109,197,80). Sum of RGB (Red+Green+Blue) = 109+197+80=386 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.24% from 386); Green value is 197 (77.34% from 255 or 51.04% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 197 - color contains mainly: green. Hex color #6DC550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DC550 is #923AAF. Grayscale: #9D9D9D. Windows color (decimal): -9583280 or 5293421. OLE color: 5293421.
HSL color Cylindrical-coordinate representation of color #6DC550: hue angle of 105.13º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6DC550 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 197 | 80 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.23 |
| HSL | 105.13º | 0.5% | 0.54% | - |
| HSV(B) | 105.13º | 0.59% | 0.77% | - |
| XYZ | 27.72 | 43.76 | 14.58 | - |
| YUV | 157.35 | 84.35 | 93.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 197 | 80 | 0.45 | 0 | 0.59 | 0.23 | 105.13 | 0.5 | 0.54 |
| Hex | 6D | C5 | 50 | 2D | 0 | 3B | 17 | 69 | 32 | 36 |
| Octal | 155 | 305 | 120 | 55 | 0 | 73 | 27 | 151 | 62 | 66 |
| Binary | 1101101 | 11000101 | 1010000 | 101101 | 0 | 111011 | 10111 | 1101001 | 110010 | 110110 |
Color Harmonies of #6DC550
Complementary color
Monochromatic Colors of #6DC550
Black with #6DC550
Text Example
Text Example
White with #6DC550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC550; }
p { color: rgb(109,197,80); }
H1.HeaderClassName
{
color: #6DC550;
}
.AnyTagClassName
{
color: #6DC550;
}
</style>
background-color css
<style>
a { background-color: #6DC550; }
a { background-color: rgb(109,197,80); }
div.DivClassName
{
background-color: #6DC550;
}
.BgClassName
{
background-color: #6DC550;
}
</style>
border-color css
<style>
span { border-color: #6DC550; }
span { border-color: rgb(109,197,80); }
td.TdClassName
{
border-color: #6DC550;
}
.TagClassName
{
border-color: #6DC550;
}
</style>