Shades of Christi #6EC21F
Tints of Christi #6EC21F
RGB
CMYK
RGB Variations
Color information
#6EC21F (or 0x6EC21F) is known color: Christi. HEX triplet: 6E, C2 and 1F. RGB value is (110,194,31). Sum of RGB (Red+Green+Blue) = 110+194+31=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 194 (76.17% from 255 or 57.91% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 194 - color contains mainly: green. Hex color #6EC21F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC21F is #913DE0. Grayscale: #969696. Windows color (decimal): -9518561 or 2081390. OLE color: 2081390.
HSL color Cylindrical-coordinate representation of color #6EC21F: hue angle of 90.92º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6EC21F is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 194 | 31 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.24 |
| HSL | 90.92º | 0.72% | 0.44% | - |
| HSV(B) | 90.92º | 0.84% | 0.76% | - |
| XYZ | 25.97 | 42 | 8.03 | - |
| YUV | 150.3 | 60.67 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 194 | 31 | 0.43 | 0 | 0.84 | 0.24 | 90.92 | 0.72 | 0.44 |
| Hex | 6E | C2 | 1F | 2B | 0 | 54 | 18 | 5B | 48 | 2C |
| Octal | 156 | 302 | 37 | 53 | 0 | 124 | 30 | 133 | 110 | 54 |
| Binary | 1101110 | 11000010 | 11111 | 101011 | 0 | 1010100 | 11000 | 1011011 | 1001000 | 101100 |
Color Harmonies of #6EC21F
Complementary color
Monochromatic Colors of #6EC21F
Black with #6EC21F
Text Example
Text Example
White with #6EC21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC21F; }
p { color: rgb(110,194,31); }
H1.HeaderClassName
{
color: #6EC21F;
}
.AnyTagClassName
{
color: #6EC21F;
}
</style>
background-color css
<style>
a { background-color: #6EC21F; }
a { background-color: rgb(110,194,31); }
div.DivClassName
{
background-color: #6EC21F;
}
.BgClassName
{
background-color: #6EC21F;
}
</style>
border-color css
<style>
span { border-color: #6EC21F; }
span { border-color: rgb(110,194,31); }
td.TdClassName
{
border-color: #6EC21F;
}
.TagClassName
{
border-color: #6EC21F;
}
</style>