Shades of Christi #6BC510
Tints of Christi #6BC510
RGB
CMYK
RGB Variations
Color information
#6BC510 (or 0x6BC510) is known color: Christi. HEX triplet: 6B, C5 and 10. RGB value is (107,197,16). Sum of RGB (Red+Green+Blue) = 107+197+16=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 197 (77.34% from 255 or 61.56% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC510 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC510 is #943AEF. Grayscale: #969696. Windows color (decimal): -9714416 or 1099115. OLE color: 1099115.
HSL color Cylindrical-coordinate representation of color #6BC510: hue angle of 89.83º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6BC510 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 197 | 16 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.23 |
| HSL | 89.83º | 0.85% | 0.42% | - |
| HSV(B) | 89.83º | 0.92% | 0.77% | - |
| XYZ | 26.12 | 43.1 | 7.43 | - |
| YUV | 149.46 | 52.68 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 197 | 16 | 0.46 | 0 | 0.92 | 0.23 | 89.83 | 0.85 | 0.42 |
| Hex | 6B | C5 | 10 | 2E | 0 | 5C | 17 | 5A | 55 | 2A |
| Octal | 153 | 305 | 20 | 56 | 0 | 134 | 27 | 132 | 125 | 52 |
| Binary | 1101011 | 11000101 | 10000 | 101110 | 0 | 1011100 | 10111 | 1011010 | 1010101 | 101010 |
Color Harmonies of #6BC510
Complementary color
Monochromatic Colors of #6BC510
Black with #6BC510
Text Example
Text Example
White with #6BC510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC510; }
p { color: rgb(107,197,16); }
H1.HeaderClassName
{
color: #6BC510;
}
.AnyTagClassName
{
color: #6BC510;
}
</style>
background-color css
<style>
a { background-color: #6BC510; }
a { background-color: rgb(107,197,16); }
div.DivClassName
{
background-color: #6BC510;
}
.BgClassName
{
background-color: #6BC510;
}
</style>
border-color css
<style>
span { border-color: #6BC510; }
span { border-color: rgb(107,197,16); }
td.TdClassName
{
border-color: #6BC510;
}
.TagClassName
{
border-color: #6BC510;
}
</style>