Shades of Christi #6BC210
Tints of Christi #6BC210
RGB
CMYK
RGB Variations
Color information
#6BC210 (or 0x6BC210) is known color: Christi. HEX triplet: 6B, C2 and 10. RGB value is (107,194,16). Sum of RGB (Red+Green+Blue) = 107+194+16=317 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.75% from 317); Green value is 194 (76.17% from 255 or 61.20% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 194 - color contains mainly: green. Hex color #6BC210 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC210 is #943DEF. Grayscale: #949494. Windows color (decimal): -9715184 or 1098347. OLE color: 1098347.
HSL color Cylindrical-coordinate representation of color #6BC210: hue angle of 89.33º 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 #6BC210 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 194 | 16 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.24 |
| HSL | 89.33º | 0.85% | 0.41% | - |
| HSV(B) | 89.33º | 0.92% | 0.76% | - |
| XYZ | 25.45 | 41.75 | 7.21 | - |
| YUV | 147.7 | 53.68 | 98.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 194 | 16 | 0.45 | 0 | 0.92 | 0.24 | 89.33 | 0.85 | 0.41 |
| Hex | 6B | C2 | 10 | 2D | 0 | 5C | 18 | 59 | 55 | 29 |
| Octal | 153 | 302 | 20 | 55 | 0 | 134 | 30 | 131 | 125 | 51 |
| Binary | 1101011 | 11000010 | 10000 | 101101 | 0 | 1011100 | 11000 | 1011001 | 1010101 | 101001 |
Color Harmonies of #6BC210
Complementary color
Monochromatic Colors of #6BC210
Black with #6BC210
Text Example
Text Example
White with #6BC210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC210; }
p { color: rgb(107,194,16); }
H1.HeaderClassName
{
color: #6BC210;
}
.AnyTagClassName
{
color: #6BC210;
}
</style>
background-color css
<style>
a { background-color: #6BC210; }
a { background-color: rgb(107,194,16); }
div.DivClassName
{
background-color: #6BC210;
}
.BgClassName
{
background-color: #6BC210;
}
</style>
border-color css
<style>
span { border-color: #6BC210; }
span { border-color: rgb(107,194,16); }
td.TdClassName
{
border-color: #6BC210;
}
.TagClassName
{
border-color: #6BC210;
}
</style>