Shades of Apple #6CC550
Tints of Apple #6CC550
RGB
CMYK
RGB Variations
Color information
#6CC550 (or 0x6CC550) is known color: Apple. HEX triplet: 6C, C5 and 50. RGB value is (108,197,80). Sum of RGB (Red+Green+Blue) = 108+197+80=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #6CC550 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC550 is #933AAF. Grayscale: #9D9D9D. Windows color (decimal): -9648816 or 5293420. OLE color: 5293420.
HSL color Cylindrical-coordinate representation of color #6CC550: hue angle of 105.64º 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 #6CC550 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 108 | 197 | 80 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.23 |
| HSL | 105.64º | 0.5% | 0.54% | - |
| HSV(B) | 105.64º | 0.59% | 0.77% | - |
| XYZ | 27.6 | 43.7 | 14.57 | - |
| YUV | 157.05 | 84.51 | 93.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 197 | 80 | 0.45 | 0 | 0.59 | 0.23 | 105.64 | 0.5 | 0.54 |
| Hex | 6C | C5 | 50 | 2D | 0 | 3B | 17 | 6A | 32 | 36 |
| Octal | 154 | 305 | 120 | 55 | 0 | 73 | 27 | 152 | 62 | 66 |
| Binary | 1101100 | 11000101 | 1010000 | 101101 | 0 | 111011 | 10111 | 1101010 | 110010 | 110110 |
Color Harmonies of #6CC550
Complementary color
Monochromatic Colors of #6CC550
Black with #6CC550
Text Example
Text Example
White with #6CC550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC550; }
p { color: rgb(108,197,80); }
H1.HeaderClassName
{
color: #6CC550;
}
.AnyTagClassName
{
color: #6CC550;
}
</style>
background-color css
<style>
a { background-color: #6CC550; }
a { background-color: rgb(108,197,80); }
div.DivClassName
{
background-color: #6CC550;
}
.BgClassName
{
background-color: #6CC550;
}
</style>
border-color css
<style>
span { border-color: #6CC550; }
span { border-color: rgb(108,197,80); }
td.TdClassName
{
border-color: #6CC550;
}
.TagClassName
{
border-color: #6CC550;
}
</style>