Shades of Christi #6BC80C
Tints of Christi #6BC80C
RGB
CMYK
RGB Variations
Color information
#6BC80C (or 0x6BC80C) is known color: Christi. HEX triplet: 6B, C8 and 0C. RGB value is (107,200,12). Sum of RGB (Red+Green+Blue) = 107+200+12=319 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.54% from 319); Green value is 200 (78.52% from 255 or 62.70% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 200 - color contains mainly: green. Hex color #6BC80C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC80C is #9437F3. Grayscale: #979797. Windows color (decimal): -9713652 or 837739. OLE color: 837739.
HSL color Cylindrical-coordinate representation of color #6BC80C: hue angle of 89.68º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6BC80C is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 107 | 200 | 12 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.22 |
| HSL | 89.68º | 0.89% | 0.42% | - |
| HSV(B) | 89.68º | 0.94% | 0.78% | - |
| XYZ | 26.78 | 44.46 | 7.52 | - |
| YUV | 150.76 | 49.69 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 200 | 12 | 0.46 | 0 | 0.94 | 0.22 | 89.68 | 0.89 | 0.42 |
| Hex | 6B | C8 | C | 2E | 0 | 5E | 16 | 5A | 59 | 2A |
| Octal | 153 | 310 | 14 | 56 | 0 | 136 | 26 | 132 | 131 | 52 |
| Binary | 1101011 | 11001000 | 1100 | 101110 | 0 | 1011110 | 10110 | 1011010 | 1011001 | 101010 |
Color Harmonies of #6BC80C
Complementary color
Monochromatic Colors of #6BC80C
Black with #6BC80C
Text Example
Text Example
White with #6BC80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC80C; }
p { color: rgb(107,200,12); }
H1.HeaderClassName
{
color: #6BC80C;
}
.AnyTagClassName
{
color: #6BC80C;
}
</style>
background-color css
<style>
a { background-color: #6BC80C; }
a { background-color: rgb(107,200,12); }
div.DivClassName
{
background-color: #6BC80C;
}
.BgClassName
{
background-color: #6BC80C;
}
</style>
border-color css
<style>
span { border-color: #6BC80C; }
span { border-color: rgb(107,200,12); }
td.TdClassName
{
border-color: #6BC80C;
}
.TagClassName
{
border-color: #6BC80C;
}
</style>