Shades of Christi #6DC60C
Tints of Christi #6DC60C
RGB
CMYK
RGB Variations
Color information
#6DC60C (or 0x6DC60C) is known color: Christi. HEX triplet: 6D, C6 and 0C. RGB value is (109,198,12). Sum of RGB (Red+Green+Blue) = 109+198+12=319 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.17% from 319); Green value is 198 (77.73% from 255 or 62.07% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 198 - color contains mainly: green. Hex color #6DC60C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC60C is #9239F3. Grayscale: #969696. Windows color (decimal): -9583092 or 837229. OLE color: 837229.
HSL color Cylindrical-coordinate representation of color #6DC60C: hue angle of 88.71º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6DC60C is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 198 | 12 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.22 |
| HSL | 88.71º | 0.89% | 0.41% | - |
| HSV(B) | 88.71º | 0.94% | 0.78% | - |
| XYZ | 26.57 | 43.67 | 7.38 | - |
| YUV | 150.19 | 50.01 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 198 | 12 | 0.45 | 0 | 0.94 | 0.22 | 88.71 | 0.89 | 0.41 |
| Hex | 6D | C6 | C | 2D | 0 | 5E | 16 | 59 | 59 | 29 |
| Octal | 155 | 306 | 14 | 55 | 0 | 136 | 26 | 131 | 131 | 51 |
| Binary | 1101101 | 11000110 | 1100 | 101101 | 0 | 1011110 | 10110 | 1011001 | 1011001 | 101001 |
Color Harmonies of #6DC60C
Complementary color
Monochromatic Colors of #6DC60C
Black with #6DC60C
Text Example
Text Example
White with #6DC60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC60C; }
p { color: rgb(109,198,12); }
H1.HeaderClassName
{
color: #6DC60C;
}
.AnyTagClassName
{
color: #6DC60C;
}
</style>
background-color css
<style>
a { background-color: #6DC60C; }
a { background-color: rgb(109,198,12); }
div.DivClassName
{
background-color: #6DC60C;
}
.BgClassName
{
background-color: #6DC60C;
}
</style>
border-color css
<style>
span { border-color: #6DC60C; }
span { border-color: rgb(109,198,12); }
td.TdClassName
{
border-color: #6DC60C;
}
.TagClassName
{
border-color: #6DC60C;
}
</style>