Shades of Christi #6BC000
Tints of Christi #6BC000
RGB
CMYK
RGB Variations
Color information
#6BC000 (or 0x6BC000) is known color: Christi. HEX triplet: 6B, C0 and 00. RGB value is (107,192,0). Sum of RGB (Red+Green+Blue) = 107+192+0=299 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.79% from 299); Green value is 192 (75.39% from 255 or 64.21% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 192 - color contains mainly: green. Hex color #6BC000 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC000 is #943FFF. Grayscale: #919191. Windows color (decimal): -9715712 or 49259. OLE color: 49259.
HSL color Cylindrical-coordinate representation of color #6BC000: hue angle of 86.56º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6BC000 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 107 | 192 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.25 |
| HSL | 86.56º | 1% | 0.38% | - |
| HSV(B) | 86.56º | 1% | 0.75% | - |
| XYZ | 24.91 | 40.83 | 6.57 | - |
| YUV | 144.7 | 46.34 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 192 | 0 | 0.44 | 0 | 1 | 0.25 | 86.56 | 1 | 0.38 |
| Hex | 6B | C0 | 0 | 2C | 0 | 64 | 19 | 57 | 64 | 26 |
| Octal | 153 | 300 | 0 | 54 | 0 | 144 | 31 | 127 | 144 | 46 |
| Binary | 1101011 | 11000000 | 0 | 101100 | 0 | 1100100 | 11001 | 1010111 | 1100100 | 100110 |
Color Harmonies of #6BC000
Complementary color
Monochromatic Colors of #6BC000
Black with #6BC000
Text Example
Text Example
White with #6BC000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC000; }
p { color: rgb(107,192,0); }
H1.HeaderClassName
{
color: #6BC000;
}
.AnyTagClassName
{
color: #6BC000;
}
</style>
background-color css
<style>
a { background-color: #6BC000; }
a { background-color: rgb(107,192,0); }
div.DivClassName
{
background-color: #6BC000;
}
.BgClassName
{
background-color: #6BC000;
}
</style>
border-color css
<style>
span { border-color: #6BC000; }
span { border-color: rgb(107,192,0); }
td.TdClassName
{
border-color: #6BC000;
}
.TagClassName
{
border-color: #6BC000;
}
</style>