Shades of Christi #6BC522
Tints of Christi #6BC522
RGB
CMYK
RGB Variations
Color information
#6BC522 (or 0x6BC522) is known color: Christi. HEX triplet: 6B, C5 and 22. RGB value is (107,197,34). Sum of RGB (Red+Green+Blue) = 107+197+34=338 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.66% from 338); Green value is 197 (77.34% from 255 or 58.28% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC522 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BC522 is #943ADD. Grayscale: #989898. Windows color (decimal): -9714398 or 2278763. OLE color: 2278763.
HSL color Cylindrical-coordinate representation of color #6BC522: hue angle of 93.13º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6BC522 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 197 | 34 | - |
| CMYK | 0.46 | 0 | 0.83 | 0.23 |
| HSL | 93.13º | 0.71% | 0.45% | - |
| HSV(B) | 93.13º | 0.83% | 0.77% | - |
| XYZ | 26.32 | 43.17 | 8.46 | - |
| YUV | 151.51 | 61.68 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 197 | 34 | 0.46 | 0 | 0.83 | 0.23 | 93.13 | 0.71 | 0.45 |
| Hex | 6B | C5 | 22 | 2E | 0 | 53 | 17 | 5D | 47 | 2D |
| Octal | 153 | 305 | 42 | 56 | 0 | 123 | 27 | 135 | 107 | 55 |
| Binary | 1101011 | 11000101 | 100010 | 101110 | 0 | 1010011 | 10111 | 1011101 | 1000111 | 101101 |
Color Harmonies of #6BC522
Complementary color
Monochromatic Colors of #6BC522
Black with #6BC522
Text Example
Text Example
White with #6BC522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC522; }
p { color: rgb(107,197,34); }
H1.HeaderClassName
{
color: #6BC522;
}
.AnyTagClassName
{
color: #6BC522;
}
</style>
background-color css
<style>
a { background-color: #6BC522; }
a { background-color: rgb(107,197,34); }
div.DivClassName
{
background-color: #6BC522;
}
.BgClassName
{
background-color: #6BC522;
}
</style>
border-color css
<style>
span { border-color: #6BC522; }
span { border-color: rgb(107,197,34); }
td.TdClassName
{
border-color: #6BC522;
}
.TagClassName
{
border-color: #6BC522;
}
</style>