Shades of Christi #6BC512
Tints of Christi #6BC512
RGB
CMYK
RGB Variations
Color information
#6BC512 (or 0x6BC512) is known color: Christi. HEX triplet: 6B, C5 and 12. RGB value is (107,197,18). Sum of RGB (Red+Green+Blue) = 107+197+18=322 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.23% from 322); Green value is 197 (77.34% from 255 or 61.18% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC512 is #943AED. Grayscale: #969696. Windows color (decimal): -9714414 or 1230187. OLE color: 1230187.
HSL color Cylindrical-coordinate representation of color #6BC512: hue angle of 90.17º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6BC512 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 197 | 18 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.23 |
| HSL | 90.17º | 0.83% | 0.42% | - |
| HSV(B) | 90.17º | 0.91% | 0.77% | - |
| XYZ | 26.14 | 43.1 | 7.51 | - |
| YUV | 149.68 | 53.68 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 197 | 18 | 0.46 | 0 | 0.91 | 0.23 | 90.17 | 0.83 | 0.42 |
| Hex | 6B | C5 | 12 | 2E | 0 | 5B | 17 | 5A | 53 | 2A |
| Octal | 153 | 305 | 22 | 56 | 0 | 133 | 27 | 132 | 123 | 52 |
| Binary | 1101011 | 11000101 | 10010 | 101110 | 0 | 1011011 | 10111 | 1011010 | 1010011 | 101010 |
Color Harmonies of #6BC512
Complementary color
Monochromatic Colors of #6BC512
Black with #6BC512
Text Example
Text Example
White with #6BC512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC512; }
p { color: rgb(107,197,18); }
H1.HeaderClassName
{
color: #6BC512;
}
.AnyTagClassName
{
color: #6BC512;
}
</style>
background-color css
<style>
a { background-color: #6BC512; }
a { background-color: rgb(107,197,18); }
div.DivClassName
{
background-color: #6BC512;
}
.BgClassName
{
background-color: #6BC512;
}
</style>
border-color css
<style>
span { border-color: #6BC512; }
span { border-color: rgb(107,197,18); }
td.TdClassName
{
border-color: #6BC512;
}
.TagClassName
{
border-color: #6BC512;
}
</style>