Shades of Christi #6BC526
Tints of Christi #6BC526
RGB
CMYK
RGB Variations
Color information
#6BC526 (or 0x6BC526) is known color: Christi. HEX triplet: 6B, C5 and 26. RGB value is (107,197,38). Sum of RGB (Red+Green+Blue) = 107+197+38=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 197 (77.34% from 255 or 57.60% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 197 - color contains mainly: green. Hex color #6BC526 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BC526 is #943AD9. Grayscale: #989898. Windows color (decimal): -9714394 or 2540907. OLE color: 2540907.
HSL color Cylindrical-coordinate representation of color #6BC526: hue angle of 93.96º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6BC526 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 197 | 38 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.23 |
| HSL | 93.96º | 0.68% | 0.46% | - |
| HSV(B) | 93.96º | 0.81% | 0.77% | - |
| XYZ | 26.38 | 43.2 | 8.78 | - |
| YUV | 151.96 | 63.68 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 197 | 38 | 0.46 | 0 | 0.81 | 0.23 | 93.96 | 0.68 | 0.46 |
| Hex | 6B | C5 | 26 | 2E | 0 | 51 | 17 | 5E | 44 | 2E |
| Octal | 153 | 305 | 46 | 56 | 0 | 121 | 27 | 136 | 104 | 56 |
| Binary | 1101011 | 11000101 | 100110 | 101110 | 0 | 1010001 | 10111 | 1011110 | 1000100 | 101110 |
Color Harmonies of #6BC526
Complementary color
Monochromatic Colors of #6BC526
Black with #6BC526
Text Example
Text Example
White with #6BC526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC526; }
p { color: rgb(107,197,38); }
H1.HeaderClassName
{
color: #6BC526;
}
.AnyTagClassName
{
color: #6BC526;
}
</style>
background-color css
<style>
a { background-color: #6BC526; }
a { background-color: rgb(107,197,38); }
div.DivClassName
{
background-color: #6BC526;
}
.BgClassName
{
background-color: #6BC526;
}
</style>
border-color css
<style>
span { border-color: #6BC526; }
span { border-color: rgb(107,197,38); }
td.TdClassName
{
border-color: #6BC526;
}
.TagClassName
{
border-color: #6BC526;
}
</style>