Shades of Christi #6EC31B
Tints of Christi #6EC31B
RGB
CMYK
RGB Variations
Color information
#6EC31B (or 0x6EC31B) is known color: Christi. HEX triplet: 6E, C3 and 1B. RGB value is (110,195,27). Sum of RGB (Red+Green+Blue) = 110+195+27=332 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.13% from 332); Green value is 195 (76.56% from 255 or 58.73% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 195 - color contains mainly: green. Hex color #6EC31B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC31B is #913CE4. Grayscale: #979797. Windows color (decimal): -9518309 or 1819502. OLE color: 1819502.
HSL color Cylindrical-coordinate representation of color #6EC31B: hue angle of 90.36º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6EC31B is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 195 | 27 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.24 |
| HSL | 90.36º | 0.76% | 0.44% | - |
| HSV(B) | 90.36º | 0.86% | 0.76% | - |
| XYZ | 26.14 | 42.42 | 7.85 | - |
| YUV | 150.43 | 58.34 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 195 | 27 | 0.44 | 0 | 0.86 | 0.24 | 90.36 | 0.76 | 0.44 |
| Hex | 6E | C3 | 1B | 2C | 0 | 56 | 18 | 5A | 4C | 2C |
| Octal | 156 | 303 | 33 | 54 | 0 | 126 | 30 | 132 | 114 | 54 |
| Binary | 1101110 | 11000011 | 11011 | 101100 | 0 | 1010110 | 11000 | 1011010 | 1001100 | 101100 |
Color Harmonies of #6EC31B
Complementary color
Monochromatic Colors of #6EC31B
Black with #6EC31B
Text Example
Text Example
White with #6EC31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC31B; }
p { color: rgb(110,195,27); }
H1.HeaderClassName
{
color: #6EC31B;
}
.AnyTagClassName
{
color: #6EC31B;
}
</style>
background-color css
<style>
a { background-color: #6EC31B; }
a { background-color: rgb(110,195,27); }
div.DivClassName
{
background-color: #6EC31B;
}
.BgClassName
{
background-color: #6EC31B;
}
</style>
border-color css
<style>
span { border-color: #6EC31B; }
span { border-color: rgb(110,195,27); }
td.TdClassName
{
border-color: #6EC31B;
}
.TagClassName
{
border-color: #6EC31B;
}
</style>