Shades of Apple #6CC14D
Tints of Apple #6CC14D
RGB
CMYK
RGB Variations
Color information
#6CC14D (or 0x6CC14D) is known color: Apple. HEX triplet: 6C, C1 and 4D. RGB value is (108,193,77). Sum of RGB (Red+Green+Blue) = 108+193+77=378 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.57% from 378); Green value is 193 (75.78% from 255 or 51.06% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 193 - color contains mainly: green. Hex color #6CC14D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6CC14D is #933EB2. Grayscale: #9A9A9A. Windows color (decimal): -9649843 or 5095788. OLE color: 5095788.
HSL color Cylindrical-coordinate representation of color #6CC14D: hue angle of 103.97º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6CC14D is Cyan = 0.44, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 108 | 193 | 77 | - |
| CMYK | 0.44 | 0 | 0.60 | 0.24 |
| HSL | 103.97º | 0.48% | 0.53% | - |
| HSV(B) | 103.97º | 0.6% | 0.76% | - |
| XYZ | 26.59 | 41.86 | 13.7 | - |
| YUV | 154.36 | 84.34 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 193 | 77 | 0.44 | 0 | 0.60 | 0.24 | 103.97 | 0.48 | 0.53 |
| Hex | 6C | C1 | 4D | 2C | 0 | 3C | 18 | 68 | 30 | 35 |
| Octal | 154 | 301 | 115 | 54 | 0 | 74 | 30 | 150 | 60 | 65 |
| Binary | 1101100 | 11000001 | 1001101 | 101100 | 0 | 111100 | 11000 | 1101000 | 110000 | 110101 |
Color Harmonies of #6CC14D
Complementary color
Monochromatic Colors of #6CC14D
Black with #6CC14D
Text Example
Text Example
White with #6CC14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC14D; }
p { color: rgb(108,193,77); }
H1.HeaderClassName
{
color: #6CC14D;
}
.AnyTagClassName
{
color: #6CC14D;
}
</style>
background-color css
<style>
a { background-color: #6CC14D; }
a { background-color: rgb(108,193,77); }
div.DivClassName
{
background-color: #6CC14D;
}
.BgClassName
{
background-color: #6CC14D;
}
</style>
border-color css
<style>
span { border-color: #6CC14D; }
span { border-color: rgb(108,193,77); }
td.TdClassName
{
border-color: #6CC14D;
}
.TagClassName
{
border-color: #6CC14D;
}
</style>