Shades of Christi #6EC102
Tints of Christi #6EC102
RGB
CMYK
RGB Variations
Color information
#6EC102 (or 0x6EC102) is known color: Christi. HEX triplet: 6E, C1 and 02. RGB value is (110,193,2). Sum of RGB (Red+Green+Blue) = 110+193+2=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 193 (75.78% from 255 or 63.28% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 193 - color contains mainly: green. Hex color #6EC102 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC102 is #913EFD. Grayscale: #939393. Windows color (decimal): -9518846 or 180590. OLE color: 180590.
HSL color Cylindrical-coordinate representation of color #6EC102: hue angle of 86.07º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6EC102 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 193 | 2 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.24 |
| HSL | 86.07º | 0.98% | 0.38% | - |
| HSV(B) | 86.07º | 0.99% | 0.76% | - |
| XYZ | 25.51 | 41.46 | 6.72 | - |
| YUV | 146.41 | 46.5 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 193 | 2 | 0.43 | 0 | 0.99 | 0.24 | 86.07 | 0.98 | 0.38 |
| Hex | 6E | C1 | 2 | 2B | 0 | 63 | 18 | 56 | 62 | 26 |
| Octal | 156 | 301 | 2 | 53 | 0 | 143 | 30 | 126 | 142 | 46 |
| Binary | 1101110 | 11000001 | 10 | 101011 | 0 | 1100011 | 11000 | 1010110 | 1100010 | 100110 |
Color Harmonies of #6EC102
Complementary color
Monochromatic Colors of #6EC102
Black with #6EC102
Text Example
Text Example
White with #6EC102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC102; }
p { color: rgb(110,193,2); }
H1.HeaderClassName
{
color: #6EC102;
}
.AnyTagClassName
{
color: #6EC102;
}
</style>
background-color css
<style>
a { background-color: #6EC102; }
a { background-color: rgb(110,193,2); }
div.DivClassName
{
background-color: #6EC102;
}
.BgClassName
{
background-color: #6EC102;
}
</style>
border-color css
<style>
span { border-color: #6EC102; }
span { border-color: rgb(110,193,2); }
td.TdClassName
{
border-color: #6EC102;
}
.TagClassName
{
border-color: #6EC102;
}
</style>