Shades of Christi #6BC400
Tints of Christi #6BC400
RGB
CMYK
RGB Variations
Color information
#6BC400 (or 0x6BC400) is known color: Christi. HEX triplet: 6B, C4 and 00. RGB value is (107,196,0). Sum of RGB (Red+Green+Blue) = 107+196+0=303 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.31% from 303); Green value is 196 (76.95% from 255 or 64.69% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 196 - color contains mainly: green. Hex color #6BC400 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC400 is #943BFF. Grayscale: #939393. Windows color (decimal): -9714688 or 50283. OLE color: 50283.
HSL color Cylindrical-coordinate representation of color #6BC400: hue angle of 87.24º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6BC400 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 196 | 0 | - |
| CMYK | 0.45 | 0 | 1 | 0.23 |
| HSL | 87.24º | 1% | 0.38% | - |
| HSV(B) | 87.24º | 1% | 0.77% | - |
| XYZ | 25.8 | 42.61 | 6.86 | - |
| YUV | 147.05 | 45.01 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 196 | 0 | 0.45 | 0 | 1 | 0.23 | 87.24 | 1 | 0.38 |
| Hex | 6B | C4 | 0 | 2D | 0 | 64 | 17 | 57 | 64 | 26 |
| Octal | 153 | 304 | 0 | 55 | 0 | 144 | 27 | 127 | 144 | 46 |
| Binary | 1101011 | 11000100 | 0 | 101101 | 0 | 1100100 | 10111 | 1010111 | 1100100 | 100110 |
Color Harmonies of #6BC400
Complementary color
Monochromatic Colors of #6BC400
Black with #6BC400
Text Example
Text Example
White with #6BC400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC400; }
p { color: rgb(107,196,0); }
H1.HeaderClassName
{
color: #6BC400;
}
.AnyTagClassName
{
color: #6BC400;
}
</style>
background-color css
<style>
a { background-color: #6BC400; }
a { background-color: rgb(107,196,0); }
div.DivClassName
{
background-color: #6BC400;
}
.BgClassName
{
background-color: #6BC400;
}
</style>
border-color css
<style>
span { border-color: #6BC400; }
span { border-color: rgb(107,196,0); }
td.TdClassName
{
border-color: #6BC400;
}
.TagClassName
{
border-color: #6BC400;
}
</style>