Shades of Christi #6ECF0C
Tints of Christi #6ECF0C
RGB
CMYK
RGB Variations
Color information
#6ECF0C (or 0x6ECF0C) is known color: Christi. HEX triplet: 6E, CF and 0C. RGB value is (110,207,12). Sum of RGB (Red+Green+Blue) = 110+207+12=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 207 (81.25% from 255 or 62.92% from 329); Blue value is 12 (5.08% from 255 or 3.65% from 329); Max value from RGB is 207 - color contains mainly: green. Hex color #6ECF0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ECF0C is #9130F3. Grayscale: #9C9C9C. Windows color (decimal): -9515252 or 839534. OLE color: 839534.
HSL color Cylindrical-coordinate representation of color #6ECF0C: hue angle of 89.85º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6ECF0C is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 207 | 12 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.19 |
| HSL | 89.85º | 0.89% | 0.43% | - |
| HSV(B) | 89.85º | 0.94% | 0.81% | - |
| XYZ | 28.81 | 47.97 | 8.09 | - |
| YUV | 155.77 | 46.86 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 12 | 0.47 | 0 | 0.94 | 0.19 | 89.85 | 0.89 | 0.43 |
| Hex | 6E | CF | C | 2F | 0 | 5E | 13 | 5A | 59 | 2B |
| Octal | 156 | 317 | 14 | 57 | 0 | 136 | 23 | 132 | 131 | 53 |
| Binary | 1101110 | 11001111 | 1100 | 101111 | 0 | 1011110 | 10011 | 1011010 | 1011001 | 101011 |
Color Harmonies of #6ECF0C
Complementary color
Monochromatic Colors of #6ECF0C
Black with #6ECF0C
Text Example
Text Example
White with #6ECF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECF0C; }
p { color: rgb(110,207,12); }
H1.HeaderClassName
{
color: #6ECF0C;
}
.AnyTagClassName
{
color: #6ECF0C;
}
</style>
background-color css
<style>
a { background-color: #6ECF0C; }
a { background-color: rgb(110,207,12); }
div.DivClassName
{
background-color: #6ECF0C;
}
.BgClassName
{
background-color: #6ECF0C;
}
</style>
border-color css
<style>
span { border-color: #6ECF0C; }
span { border-color: rgb(110,207,12); }
td.TdClassName
{
border-color: #6ECF0C;
}
.TagClassName
{
border-color: #6ECF0C;
}
</style>