Shades of Christi #6DC516
Tints of Christi #6DC516
RGB
CMYK
RGB Variations
Color information
#6DC516 (or 0x6DC516) is known color: Christi. HEX triplet: 6D, C5 and 16. RGB value is (109,197,22). Sum of RGB (Red+Green+Blue) = 109+197+22=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 197 (77.34% from 255 or 60.06% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 197 - color contains mainly: green. Hex color #6DC516 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6DC516 is #923AE9. Grayscale: #979797. Windows color (decimal): -9583338 or 1492333. OLE color: 1492333.
HSL color Cylindrical-coordinate representation of color #6DC516: hue angle of 90.17º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6DC516 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 197 | 22 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.23 |
| HSL | 90.17º | 0.8% | 0.43% | - |
| HSV(B) | 90.17º | 0.89% | 0.77% | - |
| XYZ | 26.42 | 43.24 | 7.71 | - |
| YUV | 150.74 | 55.35 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 197 | 22 | 0.45 | 0 | 0.89 | 0.23 | 90.17 | 0.8 | 0.43 |
| Hex | 6D | C5 | 16 | 2D | 0 | 59 | 17 | 5A | 50 | 2B |
| Octal | 155 | 305 | 26 | 55 | 0 | 131 | 27 | 132 | 120 | 53 |
| Binary | 1101101 | 11000101 | 10110 | 101101 | 0 | 1011001 | 10111 | 1011010 | 1010000 | 101011 |
Color Harmonies of #6DC516
Complementary color
Monochromatic Colors of #6DC516
Black with #6DC516
Text Example
Text Example
White with #6DC516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC516; }
p { color: rgb(109,197,22); }
H1.HeaderClassName
{
color: #6DC516;
}
.AnyTagClassName
{
color: #6DC516;
}
</style>
background-color css
<style>
a { background-color: #6DC516; }
a { background-color: rgb(109,197,22); }
div.DivClassName
{
background-color: #6DC516;
}
.BgClassName
{
background-color: #6DC516;
}
</style>
border-color css
<style>
span { border-color: #6DC516; }
span { border-color: rgb(109,197,22); }
td.TdClassName
{
border-color: #6DC516;
}
.TagClassName
{
border-color: #6DC516;
}
</style>