Shades of Christi #6CC011
Tints of Christi #6CC011
RGB
CMYK
RGB Variations
Color information
#6CC011 (or 0x6CC011) is known color: Christi. HEX triplet: 6C, C0 and 11. RGB value is (108,192,17). Sum of RGB (Red+Green+Blue) = 108+192+17=317 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.07% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC011 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC011 is #933FEE. Grayscale: #939393. Windows color (decimal): -9650159 or 1163372. OLE color: 1163372.
HSL color Cylindrical-coordinate representation of color #6CC011: hue angle of 88.8º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6CC011 is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 108 | 192 | 17 | - |
| CMYK | 0.44 | 0 | 0.91 | 0.25 |
| HSL | 88.8º | 0.84% | 0.41% | - |
| HSV(B) | 88.8º | 0.91% | 0.75% | - |
| XYZ | 25.14 | 40.93 | 7.11 | - |
| YUV | 146.93 | 54.67 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 192 | 17 | 0.44 | 0 | 0.91 | 0.25 | 88.8 | 0.84 | 0.41 |
| Hex | 6C | C0 | 11 | 2C | 0 | 5B | 19 | 59 | 54 | 29 |
| Octal | 154 | 300 | 21 | 54 | 0 | 133 | 31 | 131 | 124 | 51 |
| Binary | 1101100 | 11000000 | 10001 | 101100 | 0 | 1011011 | 11001 | 1011001 | 1010100 | 101001 |
Color Harmonies of #6CC011
Complementary color
Monochromatic Colors of #6CC011
Black with #6CC011
Text Example
Text Example
White with #6CC011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC011; }
p { color: rgb(108,192,17); }
H1.HeaderClassName
{
color: #6CC011;
}
.AnyTagClassName
{
color: #6CC011;
}
</style>
background-color css
<style>
a { background-color: #6CC011; }
a { background-color: rgb(108,192,17); }
div.DivClassName
{
background-color: #6CC011;
}
.BgClassName
{
background-color: #6CC011;
}
</style>
border-color css
<style>
span { border-color: #6CC011; }
span { border-color: rgb(108,192,17); }
td.TdClassName
{
border-color: #6CC011;
}
.TagClassName
{
border-color: #6CC011;
}
</style>