Shades of Christi #6EC50D
Tints of Christi #6EC50D
RGB
CMYK
RGB Variations
Color information
#6EC50D (or 0x6EC50D) is known color: Christi. HEX triplet: 6E, C5 and 0D. RGB value is (110,197,13). Sum of RGB (Red+Green+Blue) = 110+197+13=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 197 (77.34% from 255 or 61.56% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 197 - color contains mainly: green. Hex color #6EC50D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC50D is #913AF2. Grayscale: #969696. Windows color (decimal): -9517811 or 902510. OLE color: 902510.
HSL color Cylindrical-coordinate representation of color #6EC50D: hue angle of 88.37º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6EC50D is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 110 | 197 | 13 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.23 |
| HSL | 88.37º | 0.88% | 0.41% | - |
| HSV(B) | 88.37º | 0.93% | 0.77% | - |
| XYZ | 26.47 | 43.28 | 7.34 | - |
| YUV | 150.01 | 50.68 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 197 | 13 | 0.44 | 0 | 0.93 | 0.23 | 88.37 | 0.88 | 0.41 |
| Hex | 6E | C5 | D | 2C | 0 | 5D | 17 | 58 | 58 | 29 |
| Octal | 156 | 305 | 15 | 54 | 0 | 135 | 27 | 130 | 130 | 51 |
| Binary | 1101110 | 11000101 | 1101 | 101100 | 0 | 1011101 | 10111 | 1011000 | 1011000 | 101001 |
Color Harmonies of #6EC50D
Complementary color
Monochromatic Colors of #6EC50D
Black with #6EC50D
Text Example
Text Example
White with #6EC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC50D; }
p { color: rgb(110,197,13); }
H1.HeaderClassName
{
color: #6EC50D;
}
.AnyTagClassName
{
color: #6EC50D;
}
</style>
background-color css
<style>
a { background-color: #6EC50D; }
a { background-color: rgb(110,197,13); }
div.DivClassName
{
background-color: #6EC50D;
}
.BgClassName
{
background-color: #6EC50D;
}
</style>
border-color css
<style>
span { border-color: #6EC50D; }
span { border-color: rgb(110,197,13); }
td.TdClassName
{
border-color: #6EC50D;
}
.TagClassName
{
border-color: #6EC50D;
}
</style>