Shades of Christi #6ECC06
Tints of Christi #6ECC06
RGB
CMYK
RGB Variations
Color information
#6ECC06 (or 0x6ECC06) is known color: Christi. HEX triplet: 6E, CC and 06. RGB value is (110,204,6). Sum of RGB (Red+Green+Blue) = 110+204+6=320 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.38% from 320); Green value is 204 (80.08% from 255 or 63.75% from 320); Blue value is 6 (2.73% from 255 or 1.88% from 320); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECC06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6ECC06 is #9133F9. Grayscale: #9A9A9A. Windows color (decimal): -9516026 or 445550. OLE color: 445550.
HSL color Cylindrical-coordinate representation of color #6ECC06: hue angle of 88.48º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6ECC06 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 110 | 204 | 6 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.2 |
| HSL | 88.48º | 0.94% | 0.41% | - |
| HSV(B) | 88.48º | 0.97% | 0.8% | - |
| XYZ | 28.06 | 46.51 | 7.67 | - |
| YUV | 153.32 | 44.86 | 97.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 6 | 0.46 | 0 | 0.97 | 0.2 | 88.48 | 0.94 | 0.41 |
| Hex | 6E | CC | 6 | 2E | 0 | 61 | 14 | 58 | 5E | 29 |
| Octal | 156 | 314 | 6 | 56 | 0 | 141 | 24 | 130 | 136 | 51 |
| Binary | 1101110 | 11001100 | 110 | 101110 | 0 | 1100001 | 10100 | 1011000 | 1011110 | 101001 |
Color Harmonies of #6ECC06
Complementary color
Monochromatic Colors of #6ECC06
Black with #6ECC06
Text Example
Text Example
White with #6ECC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECC06; }
p { color: rgb(110,204,6); }
H1.HeaderClassName
{
color: #6ECC06;
}
.AnyTagClassName
{
color: #6ECC06;
}
</style>
background-color css
<style>
a { background-color: #6ECC06; }
a { background-color: rgb(110,204,6); }
div.DivClassName
{
background-color: #6ECC06;
}
.BgClassName
{
background-color: #6ECC06;
}
</style>
border-color css
<style>
span { border-color: #6ECC06; }
span { border-color: rgb(110,204,6); }
td.TdClassName
{
border-color: #6ECC06;
}
.TagClassName
{
border-color: #6ECC06;
}
</style>