Shades of Christi #6FC114
Tints of Christi #6FC114
RGB
CMYK
RGB Variations
Color information
#6FC114 (or 0x6FC114) is known color: Christi. HEX triplet: 6F, C1 and 14. RGB value is (111,193,20). Sum of RGB (Red+Green+Blue) = 111+193+20=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 193 (75.78% from 255 or 59.57% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC114 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6FC114 is #903EEB. Grayscale: #959595. Windows color (decimal): -9453292 or 1360239. OLE color: 1360239.
HSL color Cylindrical-coordinate representation of color #6FC114: hue angle of 88.44º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6FC114 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 193 | 20 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.24 |
| HSL | 88.44º | 0.81% | 0.42% | - |
| HSV(B) | 88.44º | 0.9% | 0.76% | - |
| XYZ | 25.75 | 41.57 | 7.33 | - |
| YUV | 148.76 | 55.33 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 193 | 20 | 0.42 | 0 | 0.90 | 0.24 | 88.44 | 0.81 | 0.42 |
| Hex | 6F | C1 | 14 | 2A | 0 | 5A | 18 | 58 | 51 | 2A |
| Octal | 157 | 301 | 24 | 52 | 0 | 132 | 30 | 130 | 121 | 52 |
| Binary | 1101111 | 11000001 | 10100 | 101010 | 0 | 1011010 | 11000 | 1011000 | 1010001 | 101010 |
Color Harmonies of #6FC114
Complementary color
Monochromatic Colors of #6FC114
Black with #6FC114
Text Example
Text Example
White with #6FC114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC114; }
p { color: rgb(111,193,20); }
H1.HeaderClassName
{
color: #6FC114;
}
.AnyTagClassName
{
color: #6FC114;
}
</style>
background-color css
<style>
a { background-color: #6FC114; }
a { background-color: rgb(111,193,20); }
div.DivClassName
{
background-color: #6FC114;
}
.BgClassName
{
background-color: #6FC114;
}
</style>
border-color css
<style>
span { border-color: #6FC114; }
span { border-color: rgb(111,193,20); }
td.TdClassName
{
border-color: #6FC114;
}
.TagClassName
{
border-color: #6FC114;
}
</style>