Shades of Christi #6BC211
Tints of Christi #6BC211
RGB
CMYK
RGB Variations
Color information
#6BC211 (or 0x6BC211) is known color: Christi. HEX triplet: 6B, C2 and 11. RGB value is (107,194,17). Sum of RGB (Red+Green+Blue) = 107+194+17=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 194 (76.17% from 255 or 61.01% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 194 - color contains mainly: green. Hex color #6BC211 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC211 is #943DEE. Grayscale: #949494. Windows color (decimal): -9715183 or 1163883. OLE color: 1163883.
HSL color Cylindrical-coordinate representation of color #6BC211: hue angle of 89.49º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6BC211 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 194 | 17 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.24 |
| HSL | 89.49º | 0.84% | 0.41% | - |
| HSV(B) | 89.49º | 0.91% | 0.76% | - |
| XYZ | 25.46 | 41.75 | 7.25 | - |
| YUV | 147.81 | 54.18 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 194 | 17 | 0.45 | 0 | 0.91 | 0.24 | 89.49 | 0.84 | 0.41 |
| Hex | 6B | C2 | 11 | 2D | 0 | 5B | 18 | 59 | 54 | 29 |
| Octal | 153 | 302 | 21 | 55 | 0 | 133 | 30 | 131 | 124 | 51 |
| Binary | 1101011 | 11000010 | 10001 | 101101 | 0 | 1011011 | 11000 | 1011001 | 1010100 | 101001 |
Color Harmonies of #6BC211
Complementary color
Monochromatic Colors of #6BC211
Black with #6BC211
Text Example
Text Example
White with #6BC211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC211; }
p { color: rgb(107,194,17); }
H1.HeaderClassName
{
color: #6BC211;
}
.AnyTagClassName
{
color: #6BC211;
}
</style>
background-color css
<style>
a { background-color: #6BC211; }
a { background-color: rgb(107,194,17); }
div.DivClassName
{
background-color: #6BC211;
}
.BgClassName
{
background-color: #6BC211;
}
</style>
border-color css
<style>
span { border-color: #6BC211; }
span { border-color: rgb(107,194,17); }
td.TdClassName
{
border-color: #6BC211;
}
.TagClassName
{
border-color: #6BC211;
}
</style>