Shades of Christi #6EC02C
Tints of Christi #6EC02C
RGB
CMYK
RGB Variations
Color information
#6EC02C (or 0x6EC02C) is known color: Christi. HEX triplet: 6E, C0 and 2C. RGB value is (110,192,44). Sum of RGB (Red+Green+Blue) = 110+192+44=346 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.79% from 346); Green value is 192 (75.39% from 255 or 55.49% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 192 - color contains mainly: green. Hex color #6EC02C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC02C is #913FD3. Grayscale: #979797. Windows color (decimal): -9519060 or 2932846. OLE color: 2932846.
HSL color Cylindrical-coordinate representation of color #6EC02C: hue angle of 93.24º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6EC02C is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 192 | 44 | - |
| CMYK | 0.43 | 0 | 0.77 | 0.25 |
| HSL | 93.24º | 0.63% | 0.46% | - |
| HSV(B) | 93.24º | 0.77% | 0.75% | - |
| XYZ | 25.73 | 41.2 | 8.98 | - |
| YUV | 150.61 | 67.83 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 192 | 44 | 0.43 | 0 | 0.77 | 0.25 | 93.24 | 0.63 | 0.46 |
| Hex | 6E | C0 | 2C | 2B | 0 | 4D | 19 | 5D | 3F | 2E |
| Octal | 156 | 300 | 54 | 53 | 0 | 115 | 31 | 135 | 77 | 56 |
| Binary | 1101110 | 11000000 | 101100 | 101011 | 0 | 1001101 | 11001 | 1011101 | 111111 | 101110 |
Color Harmonies of #6EC02C
Complementary color
Monochromatic Colors of #6EC02C
Black with #6EC02C
Text Example
Text Example
White with #6EC02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC02C; }
p { color: rgb(110,192,44); }
H1.HeaderClassName
{
color: #6EC02C;
}
.AnyTagClassName
{
color: #6EC02C;
}
</style>
background-color css
<style>
a { background-color: #6EC02C; }
a { background-color: rgb(110,192,44); }
div.DivClassName
{
background-color: #6EC02C;
}
.BgClassName
{
background-color: #6EC02C;
}
</style>
border-color css
<style>
span { border-color: #6EC02C; }
span { border-color: rgb(110,192,44); }
td.TdClassName
{
border-color: #6EC02C;
}
.TagClassName
{
border-color: #6EC02C;
}
</style>