Shades of Christi #6EC402
Tints of Christi #6EC402
RGB
CMYK
RGB Variations
Color information
#6EC402 (or 0x6EC402) is known color: Christi. HEX triplet: 6E, C4 and 02. RGB value is (110,196,2). Sum of RGB (Red+Green+Blue) = 110+196+2=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 196 (76.95% from 255 or 63.64% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 196 - color contains mainly: green. Hex color #6EC402 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC402 is #913BFD. Grayscale: #949494. Windows color (decimal): -9518078 or 181358. OLE color: 181358.
HSL color Cylindrical-coordinate representation of color #6EC402: hue angle of 86.6º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6EC402 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 110 | 196 | 2 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.23 |
| HSL | 86.6º | 0.98% | 0.39% | - |
| HSV(B) | 86.6º | 0.99% | 0.77% | - |
| XYZ | 26.18 | 42.8 | 6.94 | - |
| YUV | 148.17 | 45.51 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 196 | 2 | 0.44 | 0 | 0.99 | 0.23 | 86.6 | 0.98 | 0.39 |
| Hex | 6E | C4 | 2 | 2C | 0 | 63 | 17 | 57 | 62 | 27 |
| Octal | 156 | 304 | 2 | 54 | 0 | 143 | 27 | 127 | 142 | 47 |
| Binary | 1101110 | 11000100 | 10 | 101100 | 0 | 1100011 | 10111 | 1010111 | 1100010 | 100111 |
Color Harmonies of #6EC402
Complementary color
Monochromatic Colors of #6EC402
Black with #6EC402
Text Example
Text Example
White with #6EC402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC402; }
p { color: rgb(110,196,2); }
H1.HeaderClassName
{
color: #6EC402;
}
.AnyTagClassName
{
color: #6EC402;
}
</style>
background-color css
<style>
a { background-color: #6EC402; }
a { background-color: rgb(110,196,2); }
div.DivClassName
{
background-color: #6EC402;
}
.BgClassName
{
background-color: #6EC402;
}
</style>
border-color css
<style>
span { border-color: #6EC402; }
span { border-color: rgb(110,196,2); }
td.TdClassName
{
border-color: #6EC402;
}
.TagClassName
{
border-color: #6EC402;
}
</style>