Shades of Christi #6EC01F
Tints of Christi #6EC01F
RGB
CMYK
RGB Variations
Color information
#6EC01F (or 0x6EC01F) is known color: Christi. HEX triplet: 6E, C0 and 1F. RGB value is (110,192,31). Sum of RGB (Red+Green+Blue) = 110+192+31=333 (44% of max value = 765). Red value is 110 (43.36% from 255 or 33.03% from 333); Green value is 192 (75.39% from 255 or 57.66% from 333); Blue value is 31 (12.5% from 255 or 9.31% from 333); Max value from RGB is 192 - color contains mainly: green. Hex color #6EC01F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6EC01F is #913FE0. Grayscale: #959595. Windows color (decimal): -9519073 or 2080878. OLE color: 2080878.
HSL color Cylindrical-coordinate representation of color #6EC01F: hue angle of 90.56º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6EC01F is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 192 | 31 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.25 |
| HSL | 90.56º | 0.72% | 0.44% | - |
| HSV(B) | 90.56º | 0.84% | 0.75% | - |
| XYZ | 25.53 | 41.11 | 7.89 | - |
| YUV | 149.13 | 61.33 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 192 | 31 | 0.43 | 0 | 0.84 | 0.25 | 90.56 | 0.72 | 0.44 |
| Hex | 6E | C0 | 1F | 2B | 0 | 54 | 19 | 5B | 48 | 2C |
| Octal | 156 | 300 | 37 | 53 | 0 | 124 | 31 | 133 | 110 | 54 |
| Binary | 1101110 | 11000000 | 11111 | 101011 | 0 | 1010100 | 11001 | 1011011 | 1001000 | 101100 |
Color Harmonies of #6EC01F
Complementary color
Monochromatic Colors of #6EC01F
Black with #6EC01F
Text Example
Text Example
White with #6EC01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC01F; }
p { color: rgb(110,192,31); }
H1.HeaderClassName
{
color: #6EC01F;
}
.AnyTagClassName
{
color: #6EC01F;
}
</style>
background-color css
<style>
a { background-color: #6EC01F; }
a { background-color: rgb(110,192,31); }
div.DivClassName
{
background-color: #6EC01F;
}
.BgClassName
{
background-color: #6EC01F;
}
</style>
border-color css
<style>
span { border-color: #6EC01F; }
span { border-color: rgb(110,192,31); }
td.TdClassName
{
border-color: #6EC01F;
}
.TagClassName
{
border-color: #6EC01F;
}
</style>