Shades of Christi #6EC517
Tints of Christi #6EC517
RGB
CMYK
RGB Variations
Color information
#6EC517 (or 0x6EC517) is known color: Christi. HEX triplet: 6E, C5 and 17. RGB value is (110,197,23). Sum of RGB (Red+Green+Blue) = 110+197+23=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 197 (77.34% from 255 or 59.70% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 197 - color contains mainly: green. Hex color #6EC517 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC517 is #913AE8. Grayscale: #979797. Windows color (decimal): -9517801 or 1557870. OLE color: 1557870.
HSL color Cylindrical-coordinate representation of color #6EC517: hue angle of 90º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6EC517 is Cyan = 0.44, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 110 | 197 | 23 | - |
| CMYK | 0.44 | 0 | 0.88 | 0.23 |
| HSL | 90º | 0.79% | 0.43% | - |
| HSV(B) | 90º | 0.88% | 0.77% | - |
| XYZ | 26.55 | 43.31 | 7.77 | - |
| YUV | 151.15 | 55.68 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 197 | 23 | 0.44 | 0 | 0.88 | 0.23 | 90 | 0.79 | 0.43 |
| Hex | 6E | C5 | 17 | 2C | 0 | 58 | 17 | 5A | 4F | 2B |
| Octal | 156 | 305 | 27 | 54 | 0 | 130 | 27 | 132 | 117 | 53 |
| Binary | 1101110 | 11000101 | 10111 | 101100 | 0 | 1011000 | 10111 | 1011010 | 1001111 | 101011 |
Color Harmonies of #6EC517
Complementary color
Monochromatic Colors of #6EC517
Black with #6EC517
Text Example
Text Example
White with #6EC517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC517; }
p { color: rgb(110,197,23); }
H1.HeaderClassName
{
color: #6EC517;
}
.AnyTagClassName
{
color: #6EC517;
}
</style>
background-color css
<style>
a { background-color: #6EC517; }
a { background-color: rgb(110,197,23); }
div.DivClassName
{
background-color: #6EC517;
}
.BgClassName
{
background-color: #6EC517;
}
</style>
border-color css
<style>
span { border-color: #6EC517; }
span { border-color: rgb(110,197,23); }
td.TdClassName
{
border-color: #6EC517;
}
.TagClassName
{
border-color: #6EC517;
}
</style>