Shades of Christi #6EC31D
Tints of Christi #6EC31D
RGB
CMYK
RGB Variations
Color information
#6EC31D (or 0x6EC31D) is known color: Christi. HEX triplet: 6E, C3 and 1D. RGB value is (110,195,29). Sum of RGB (Red+Green+Blue) = 110+195+29=334 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.93% from 334); Green value is 195 (76.56% from 255 or 58.38% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 195 - color contains mainly: green. Hex color #6EC31D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC31D is #913CE2. Grayscale: #979797. Windows color (decimal): -9518307 or 1950574. OLE color: 1950574.
HSL color Cylindrical-coordinate representation of color #6EC31D: hue angle of 90.72º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6EC31D is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 195 | 29 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.24 |
| HSL | 90.72º | 0.74% | 0.44% | - |
| HSV(B) | 90.72º | 0.85% | 0.76% | - |
| XYZ | 26.17 | 42.43 | 7.97 | - |
| YUV | 150.66 | 59.34 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 195 | 29 | 0.44 | 0 | 0.85 | 0.24 | 90.72 | 0.74 | 0.44 |
| Hex | 6E | C3 | 1D | 2C | 0 | 55 | 18 | 5B | 4A | 2C |
| Octal | 156 | 303 | 35 | 54 | 0 | 125 | 30 | 133 | 112 | 54 |
| Binary | 1101110 | 11000011 | 11101 | 101100 | 0 | 1010101 | 11000 | 1011011 | 1001010 | 101100 |
Color Harmonies of #6EC31D
Complementary color
Monochromatic Colors of #6EC31D
Black with #6EC31D
Text Example
Text Example
White with #6EC31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC31D; }
p { color: rgb(110,195,29); }
H1.HeaderClassName
{
color: #6EC31D;
}
.AnyTagClassName
{
color: #6EC31D;
}
</style>
background-color css
<style>
a { background-color: #6EC31D; }
a { background-color: rgb(110,195,29); }
div.DivClassName
{
background-color: #6EC31D;
}
.BgClassName
{
background-color: #6EC31D;
}
</style>
border-color css
<style>
span { border-color: #6EC31D; }
span { border-color: rgb(110,195,29); }
td.TdClassName
{
border-color: #6EC31D;
}
.TagClassName
{
border-color: #6EC31D;
}
</style>