Shades of Christi #6FC110
Tints of Christi #6FC110
RGB
CMYK
RGB Variations
Color information
#6FC110 (or 0x6FC110) is known color: Christi. HEX triplet: 6F, C1 and 10. RGB value is (111,193,16). Sum of RGB (Red+Green+Blue) = 111+193+16=320 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.69% from 320); Green value is 193 (75.78% from 255 or 60.31% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC110 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FC110 is #903EEF. Grayscale: #949494. Windows color (decimal): -9453296 or 1098095. OLE color: 1098095.
HSL color Cylindrical-coordinate representation of color #6FC110: hue angle of 87.8º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6FC110 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 193 | 16 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.24 |
| HSL | 87.8º | 0.85% | 0.41% | - |
| HSV(B) | 87.8º | 0.92% | 0.76% | - |
| XYZ | 25.72 | 41.56 | 7.16 | - |
| YUV | 148.3 | 53.33 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 193 | 16 | 0.42 | 0 | 0.92 | 0.24 | 87.8 | 0.85 | 0.41 |
| Hex | 6F | C1 | 10 | 2A | 0 | 5C | 18 | 58 | 55 | 29 |
| Octal | 157 | 301 | 20 | 52 | 0 | 134 | 30 | 130 | 125 | 51 |
| Binary | 1101111 | 11000001 | 10000 | 101010 | 0 | 1011100 | 11000 | 1011000 | 1010101 | 101001 |
Color Harmonies of #6FC110
Complementary color
Monochromatic Colors of #6FC110
Black with #6FC110
Text Example
Text Example
White with #6FC110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC110; }
p { color: rgb(111,193,16); }
H1.HeaderClassName
{
color: #6FC110;
}
.AnyTagClassName
{
color: #6FC110;
}
</style>
background-color css
<style>
a { background-color: #6FC110; }
a { background-color: rgb(111,193,16); }
div.DivClassName
{
background-color: #6FC110;
}
.BgClassName
{
background-color: #6FC110;
}
</style>
border-color css
<style>
span { border-color: #6FC110; }
span { border-color: rgb(111,193,16); }
td.TdClassName
{
border-color: #6FC110;
}
.TagClassName
{
border-color: #6FC110;
}
</style>