Shades of Christi #6ECF1C
Tints of Christi #6ECF1C
RGB
CMYK
RGB Variations
Color information
#6ECF1C (or 0x6ECF1C) is known color: Christi. HEX triplet: 6E, CF and 1C. RGB value is (110,207,28). Sum of RGB (Red+Green+Blue) = 110+207+28=345 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.88% from 345); Green value is 207 (81.25% from 255 or 60% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECF1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6ECF1C is #9130E3. Grayscale: #9E9E9E. Windows color (decimal): -9515236 or 1888110. OLE color: 1888110.
HSL color Cylindrical-coordinate representation of color #6ECF1C: hue angle of 92.51º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6ECF1C is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 207 | 28 | - |
| CMYK | 0.47 | 0 | 0.86 | 0.19 |
| HSL | 92.51º | 0.76% | 0.46% | - |
| HSV(B) | 92.51º | 0.86% | 0.81% | - |
| XYZ | 28.95 | 48.02 | 8.84 | - |
| YUV | 157.59 | 54.86 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 28 | 0.47 | 0 | 0.86 | 0.19 | 92.51 | 0.76 | 0.46 |
| Hex | 6E | CF | 1C | 2F | 0 | 56 | 13 | 5D | 4C | 2E |
| Octal | 156 | 317 | 34 | 57 | 0 | 126 | 23 | 135 | 114 | 56 |
| Binary | 1101110 | 11001111 | 11100 | 101111 | 0 | 1010110 | 10011 | 1011101 | 1001100 | 101110 |
Color Harmonies of #6ECF1C
Complementary color
Monochromatic Colors of #6ECF1C
Black with #6ECF1C
Text Example
Text Example
White with #6ECF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECF1C; }
p { color: rgb(110,207,28); }
H1.HeaderClassName
{
color: #6ECF1C;
}
.AnyTagClassName
{
color: #6ECF1C;
}
</style>
background-color css
<style>
a { background-color: #6ECF1C; }
a { background-color: rgb(110,207,28); }
div.DivClassName
{
background-color: #6ECF1C;
}
.BgClassName
{
background-color: #6ECF1C;
}
</style>
border-color css
<style>
span { border-color: #6ECF1C; }
span { border-color: rgb(110,207,28); }
td.TdClassName
{
border-color: #6ECF1C;
}
.TagClassName
{
border-color: #6ECF1C;
}
</style>