Shades of Christi #6ECF12
Tints of Christi #6ECF12
RGB
CMYK
RGB Variations
Color information
#6ECF12 (or 0x6ECF12) is known color: Christi. HEX triplet: 6E, CF and 12. RGB value is (110,207,18). Sum of RGB (Red+Green+Blue) = 110+207+18=335 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.84% from 335); Green value is 207 (81.25% from 255 or 61.79% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECF12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ECF12 is #9130ED. Grayscale: #9D9D9D. Windows color (decimal): -9515246 or 1232750. OLE color: 1232750.
HSL color Cylindrical-coordinate representation of color #6ECF12: hue angle of 90.79º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6ECF12 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 207 | 18 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.19 |
| HSL | 90.79º | 0.84% | 0.44% | - |
| HSV(B) | 90.79º | 0.91% | 0.81% | - |
| XYZ | 28.85 | 47.98 | 8.31 | - |
| YUV | 156.45 | 49.86 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 18 | 0.47 | 0 | 0.91 | 0.19 | 90.79 | 0.84 | 0.44 |
| Hex | 6E | CF | 12 | 2F | 0 | 5B | 13 | 5B | 54 | 2C |
| Octal | 156 | 317 | 22 | 57 | 0 | 133 | 23 | 133 | 124 | 54 |
| Binary | 1101110 | 11001111 | 10010 | 101111 | 0 | 1011011 | 10011 | 1011011 | 1010100 | 101100 |
Color Harmonies of #6ECF12
Complementary color
Monochromatic Colors of #6ECF12
Black with #6ECF12
Text Example
Text Example
White with #6ECF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECF12; }
p { color: rgb(110,207,18); }
H1.HeaderClassName
{
color: #6ECF12;
}
.AnyTagClassName
{
color: #6ECF12;
}
</style>
background-color css
<style>
a { background-color: #6ECF12; }
a { background-color: rgb(110,207,18); }
div.DivClassName
{
background-color: #6ECF12;
}
.BgClassName
{
background-color: #6ECF12;
}
</style>
border-color css
<style>
span { border-color: #6ECF12; }
span { border-color: rgb(110,207,18); }
td.TdClassName
{
border-color: #6ECF12;
}
.TagClassName
{
border-color: #6ECF12;
}
</style>