Shades of Christi #6ECC0C
Tints of Christi #6ECC0C
RGB
CMYK
RGB Variations
Color information
#6ECC0C (or 0x6ECC0C) is known color: Christi. HEX triplet: 6E, CC and 0C. RGB value is (110,204,12). Sum of RGB (Red+Green+Blue) = 110+204+12=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 204 (80.08% from 255 or 62.58% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECC0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ECC0C is #9133F3. Grayscale: #9A9A9A. Windows color (decimal): -9516020 or 838766. OLE color: 838766.
HSL color Cylindrical-coordinate representation of color #6ECC0C: hue angle of 89.37º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6ECC0C is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 204 | 12 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.2 |
| HSL | 89.37º | 0.89% | 0.42% | - |
| HSV(B) | 89.37º | 0.94% | 0.8% | - |
| XYZ | 28.09 | 46.53 | 7.85 | - |
| YUV | 154.01 | 47.86 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 12 | 0.46 | 0 | 0.94 | 0.2 | 89.37 | 0.89 | 0.42 |
| Hex | 6E | CC | C | 2E | 0 | 5E | 14 | 59 | 59 | 2A |
| Octal | 156 | 314 | 14 | 56 | 0 | 136 | 24 | 131 | 131 | 52 |
| Binary | 1101110 | 11001100 | 1100 | 101110 | 0 | 1011110 | 10100 | 1011001 | 1011001 | 101010 |
Color Harmonies of #6ECC0C
Complementary color
Monochromatic Colors of #6ECC0C
Black with #6ECC0C
Text Example
Text Example
White with #6ECC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECC0C; }
p { color: rgb(110,204,12); }
H1.HeaderClassName
{
color: #6ECC0C;
}
.AnyTagClassName
{
color: #6ECC0C;
}
</style>
background-color css
<style>
a { background-color: #6ECC0C; }
a { background-color: rgb(110,204,12); }
div.DivClassName
{
background-color: #6ECC0C;
}
.BgClassName
{
background-color: #6ECC0C;
}
</style>
border-color css
<style>
span { border-color: #6ECC0C; }
span { border-color: rgb(110,204,12); }
td.TdClassName
{
border-color: #6ECC0C;
}
.TagClassName
{
border-color: #6ECC0C;
}
</style>