Shades of Christi #6DC116
Tints of Christi #6DC116
RGB
CMYK
RGB Variations
Color information
#6DC116 (or 0x6DC116) is known color: Christi. HEX triplet: 6D, C1 and 16. RGB value is (109,193,22). Sum of RGB (Red+Green+Blue) = 109+193+22=324 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.64% from 324); Green value is 193 (75.78% from 255 or 59.57% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 193 - color contains mainly: green. Hex color #6DC116 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC116 is #923EE9. Grayscale: #949494. Windows color (decimal): -9584362 or 1491309. OLE color: 1491309.
HSL color Cylindrical-coordinate representation of color #6DC116: hue angle of 89.47º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6DC116 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 193 | 22 | - |
| CMYK | 0.44 | 0 | 0.89 | 0.24 |
| HSL | 89.47º | 0.8% | 0.42% | - |
| HSV(B) | 89.47º | 0.89% | 0.76% | - |
| XYZ | 25.52 | 41.45 | 7.41 | - |
| YUV | 148.39 | 56.67 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 193 | 22 | 0.44 | 0 | 0.89 | 0.24 | 89.47 | 0.8 | 0.42 |
| Hex | 6D | C1 | 16 | 2C | 0 | 59 | 18 | 59 | 50 | 2A |
| Octal | 155 | 301 | 26 | 54 | 0 | 131 | 30 | 131 | 120 | 52 |
| Binary | 1101101 | 11000001 | 10110 | 101100 | 0 | 1011001 | 11000 | 1011001 | 1010000 | 101010 |
Color Harmonies of #6DC116
Complementary color
Monochromatic Colors of #6DC116
Black with #6DC116
Text Example
Text Example
White with #6DC116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC116; }
p { color: rgb(109,193,22); }
H1.HeaderClassName
{
color: #6DC116;
}
.AnyTagClassName
{
color: #6DC116;
}
</style>
background-color css
<style>
a { background-color: #6DC116; }
a { background-color: rgb(109,193,22); }
div.DivClassName
{
background-color: #6DC116;
}
.BgClassName
{
background-color: #6DC116;
}
</style>
border-color css
<style>
span { border-color: #6DC116; }
span { border-color: rgb(109,193,22); }
td.TdClassName
{
border-color: #6DC116;
}
.TagClassName
{
border-color: #6DC116;
}
</style>