Shades of Christi #6BC516
Tints of Christi #6BC516
RGB
CMYK
RGB Variations
Color information
#6BC516 (or 0x6BC516) is known color: Christi. HEX triplet: 6B, C5 and 16. RGB value is (107,197,22). Sum of RGB (Red+Green+Blue) = 107+197+22=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 197 (77.34% from 255 or 60.43% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC516 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6BC516 is #943AE9. Grayscale: #969696. Windows color (decimal): -9714410 or 1492331. OLE color: 1492331.
HSL color Cylindrical-coordinate representation of color #6BC516: hue angle of 90.86º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6BC516 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 197 | 22 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.23 |
| HSL | 90.86º | 0.8% | 0.43% | - |
| HSV(B) | 90.86º | 0.89% | 0.77% | - |
| XYZ | 26.17 | 43.12 | 7.7 | - |
| YUV | 150.14 | 55.68 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 197 | 22 | 0.46 | 0 | 0.89 | 0.23 | 90.86 | 0.8 | 0.43 |
| Hex | 6B | C5 | 16 | 2E | 0 | 59 | 17 | 5B | 50 | 2B |
| Octal | 153 | 305 | 26 | 56 | 0 | 131 | 27 | 133 | 120 | 53 |
| Binary | 1101011 | 11000101 | 10110 | 101110 | 0 | 1011001 | 10111 | 1011011 | 1010000 | 101011 |
Color Harmonies of #6BC516
Complementary color
Monochromatic Colors of #6BC516
Black with #6BC516
Text Example
Text Example
White with #6BC516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC516; }
p { color: rgb(107,197,22); }
H1.HeaderClassName
{
color: #6BC516;
}
.AnyTagClassName
{
color: #6BC516;
}
</style>
background-color css
<style>
a { background-color: #6BC516; }
a { background-color: rgb(107,197,22); }
div.DivClassName
{
background-color: #6BC516;
}
.BgClassName
{
background-color: #6BC516;
}
</style>
border-color css
<style>
span { border-color: #6BC516; }
span { border-color: rgb(107,197,22); }
td.TdClassName
{
border-color: #6BC516;
}
.TagClassName
{
border-color: #6BC516;
}
</style>