Shades of Christi #6BC50C
Tints of Christi #6BC50C
RGB
CMYK
RGB Variations
Color information
#6BC50C (or 0x6BC50C) is known color: Christi. HEX triplet: 6B, C5 and 0C. RGB value is (107,197,12). Sum of RGB (Red+Green+Blue) = 107+197+12=316 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.86% from 316); Green value is 197 (77.34% from 255 or 62.34% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC50C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC50C is #943AF3. Grayscale: #959595. Windows color (decimal): -9714420 or 836971. OLE color: 836971.
HSL color Cylindrical-coordinate representation of color #6BC50C: hue angle of 89.19º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6BC50C is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 197 | 12 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.23 |
| HSL | 89.19º | 0.89% | 0.41% | - |
| HSV(B) | 89.19º | 0.94% | 0.77% | - |
| XYZ | 26.1 | 43.08 | 7.29 | - |
| YUV | 149 | 50.68 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 197 | 12 | 0.46 | 0 | 0.94 | 0.23 | 89.19 | 0.89 | 0.41 |
| Hex | 6B | C5 | C | 2E | 0 | 5E | 17 | 59 | 59 | 29 |
| Octal | 153 | 305 | 14 | 56 | 0 | 136 | 27 | 131 | 131 | 51 |
| Binary | 1101011 | 11000101 | 1100 | 101110 | 0 | 1011110 | 10111 | 1011001 | 1011001 | 101001 |
Color Harmonies of #6BC50C
Complementary color
Monochromatic Colors of #6BC50C
Black with #6BC50C
Text Example
Text Example
White with #6BC50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC50C; }
p { color: rgb(107,197,12); }
H1.HeaderClassName
{
color: #6BC50C;
}
.AnyTagClassName
{
color: #6BC50C;
}
</style>
background-color css
<style>
a { background-color: #6BC50C; }
a { background-color: rgb(107,197,12); }
div.DivClassName
{
background-color: #6BC50C;
}
.BgClassName
{
background-color: #6BC50C;
}
</style>
border-color css
<style>
span { border-color: #6BC50C; }
span { border-color: rgb(107,197,12); }
td.TdClassName
{
border-color: #6BC50C;
}
.TagClassName
{
border-color: #6BC50C;
}
</style>