Shades of Christi #6EC500
Tints of Christi #6EC500
RGB
CMYK
RGB Variations
Color information
#6EC500 (or 0x6EC500) is known color: Christi. HEX triplet: 6E, C5 and 00. RGB value is (110,197,0). Sum of RGB (Red+Green+Blue) = 110+197+0=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 197 (77.34% from 255 or 64.17% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 197 - color contains mainly: green. Hex color #6EC500 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC500 is #913AFF. Grayscale: #959595. Windows color (decimal): -9517824 or 50542. OLE color: 50542.
HSL color Cylindrical-coordinate representation of color #6EC500: hue angle of 86.5º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6EC500 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 110 | 197 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.23 |
| HSL | 86.5º | 1% | 0.39% | - |
| HSV(B) | 86.5º | 1% | 0.77% | - |
| XYZ | 26.4 | 43.25 | 6.96 | - |
| YUV | 148.53 | 44.18 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 197 | 0 | 0.44 | 0 | 1 | 0.23 | 86.5 | 1 | 0.39 |
| Hex | 6E | C5 | 0 | 2C | 0 | 64 | 17 | 56 | 64 | 27 |
| Octal | 156 | 305 | 0 | 54 | 0 | 144 | 27 | 126 | 144 | 47 |
| Binary | 1101110 | 11000101 | 0 | 101100 | 0 | 1100100 | 10111 | 1010110 | 1100100 | 100111 |
Color Harmonies of #6EC500
Complementary color
Monochromatic Colors of #6EC500
Black with #6EC500
Text Example
Text Example
White with #6EC500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC500; }
p { color: rgb(110,197,0); }
H1.HeaderClassName
{
color: #6EC500;
}
.AnyTagClassName
{
color: #6EC500;
}
</style>
background-color css
<style>
a { background-color: #6EC500; }
a { background-color: rgb(110,197,0); }
div.DivClassName
{
background-color: #6EC500;
}
.BgClassName
{
background-color: #6EC500;
}
</style>
border-color css
<style>
span { border-color: #6EC500; }
span { border-color: rgb(110,197,0); }
td.TdClassName
{
border-color: #6EC500;
}
.TagClassName
{
border-color: #6EC500;
}
</style>