Shades of Christi #6EC600
Tints of Christi #6EC600
RGB
CMYK
RGB Variations
Color information
#6EC600 (or 0x6EC600) is known color: Christi. HEX triplet: 6E, C6 and 00. RGB value is (110,198,0). Sum of RGB (Red+Green+Blue) = 110+198+0=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 198 (77.73% from 255 or 64.29% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 198 - color contains mainly: green. Hex color #6EC600 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC600 is #9139FF. Grayscale: #959595. Windows color (decimal): -9517568 or 50798. OLE color: 50798.
HSL color Cylindrical-coordinate representation of color #6EC600: hue angle of 86.67º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6EC600 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 110 | 198 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.22 |
| HSL | 86.67º | 1% | 0.39% | - |
| HSV(B) | 86.67º | 1% | 0.78% | - |
| XYZ | 26.62 | 43.7 | 7.03 | - |
| YUV | 149.12 | 43.85 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 198 | 0 | 0.44 | 0 | 1 | 0.22 | 86.67 | 1 | 0.39 |
| Hex | 6E | C6 | 0 | 2C | 0 | 64 | 16 | 57 | 64 | 27 |
| Octal | 156 | 306 | 0 | 54 | 0 | 144 | 26 | 127 | 144 | 47 |
| Binary | 1101110 | 11000110 | 0 | 101100 | 0 | 1100100 | 10110 | 1010111 | 1100100 | 100111 |
Color Harmonies of #6EC600
Complementary color
Monochromatic Colors of #6EC600
Black with #6EC600
Text Example
Text Example
White with #6EC600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC600; }
p { color: rgb(110,198,0); }
H1.HeaderClassName
{
color: #6EC600;
}
.AnyTagClassName
{
color: #6EC600;
}
</style>
background-color css
<style>
a { background-color: #6EC600; }
a { background-color: rgb(110,198,0); }
div.DivClassName
{
background-color: #6EC600;
}
.BgClassName
{
background-color: #6EC600;
}
</style>
border-color css
<style>
span { border-color: #6EC600; }
span { border-color: rgb(110,198,0); }
td.TdClassName
{
border-color: #6EC600;
}
.TagClassName
{
border-color: #6EC600;
}
</style>