Shades of Apple #6CCB50
Tints of Apple #6CCB50
RGB
CMYK
RGB Variations
Color information
#6CCB50 (or 0x6CCB50) is known color: Apple. HEX triplet: 6C, CB and 50. RGB value is (108,203,80). Sum of RGB (Red+Green+Blue) = 108+203+80=391 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.62% from 391); Green value is 203 (79.69% from 255 or 51.92% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 203 - color contains mainly: green. Hex color #6CCB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CCB50 is #9334AF. Grayscale: #A0A0A0. Windows color (decimal): -9647280 or 5294956. OLE color: 5294956.
HSL color Cylindrical-coordinate representation of color #6CCB50: hue angle of 106.34º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6CCB50 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 203 | 80 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.20 |
| HSL | 106.34º | 0.54% | 0.55% | - |
| HSV(B) | 106.34º | 0.61% | 0.8% | - |
| XYZ | 28.99 | 46.48 | 15.03 | - |
| YUV | 160.57 | 82.53 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 203 | 80 | 0.47 | 0 | 0.61 | 0.20 | 106.34 | 0.54 | 0.55 |
| Hex | 6C | CB | 50 | 2F | 0 | 3D | 14 | 6A | 36 | 37 |
| Octal | 154 | 313 | 120 | 57 | 0 | 75 | 24 | 152 | 66 | 67 |
| Binary | 1101100 | 11001011 | 1010000 | 101111 | 0 | 111101 | 10100 | 1101010 | 110110 | 110111 |
Color Harmonies of #6CCB50
Complementary color
Monochromatic Colors of #6CCB50
Black with #6CCB50
Text Example
Text Example
White with #6CCB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCB50; }
p { color: rgb(108,203,80); }
H1.HeaderClassName
{
color: #6CCB50;
}
.AnyTagClassName
{
color: #6CCB50;
}
</style>
background-color css
<style>
a { background-color: #6CCB50; }
a { background-color: rgb(108,203,80); }
div.DivClassName
{
background-color: #6CCB50;
}
.BgClassName
{
background-color: #6CCB50;
}
</style>
border-color css
<style>
span { border-color: #6CCB50; }
span { border-color: rgb(108,203,80); }
td.TdClassName
{
border-color: #6CCB50;
}
.TagClassName
{
border-color: #6CCB50;
}
</style>