Shades of Christi #6BC128
Tints of Christi #6BC128
RGB
CMYK
RGB Variations
Color information
#6BC128 (or 0x6BC128) is known color: Christi. HEX triplet: 6B, C1 and 28. RGB value is (107,193,40). Sum of RGB (Red+Green+Blue) = 107+193+40=340 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.47% from 340); Green value is 193 (75.78% from 255 or 56.76% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 193 - color contains mainly: green. Hex color #6BC128 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BC128 is #943ED7. Grayscale: #969696. Windows color (decimal): -9715416 or 2670955. OLE color: 2670955.
HSL color Cylindrical-coordinate representation of color #6BC128: hue angle of 93.73º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6BC128 is Cyan = 0.45, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 193 | 40 | - |
| CMYK | 0.45 | 0 | 0.79 | 0.24 |
| HSL | 93.73º | 0.66% | 0.46% | - |
| HSV(B) | 93.73º | 0.79% | 0.76% | - |
| XYZ | 25.52 | 41.42 | 8.66 | - |
| YUV | 149.84 | 66.01 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 193 | 40 | 0.45 | 0 | 0.79 | 0.24 | 93.73 | 0.66 | 0.46 |
| Hex | 6B | C1 | 28 | 2D | 0 | 4F | 18 | 5E | 42 | 2E |
| Octal | 153 | 301 | 50 | 55 | 0 | 117 | 30 | 136 | 102 | 56 |
| Binary | 1101011 | 11000001 | 101000 | 101101 | 0 | 1001111 | 11000 | 1011110 | 1000010 | 101110 |
Color Harmonies of #6BC128
Complementary color
Monochromatic Colors of #6BC128
Black with #6BC128
Text Example
Text Example
White with #6BC128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC128; }
p { color: rgb(107,193,40); }
H1.HeaderClassName
{
color: #6BC128;
}
.AnyTagClassName
{
color: #6BC128;
}
</style>
background-color css
<style>
a { background-color: #6BC128; }
a { background-color: rgb(107,193,40); }
div.DivClassName
{
background-color: #6BC128;
}
.BgClassName
{
background-color: #6BC128;
}
</style>
border-color css
<style>
span { border-color: #6BC128; }
span { border-color: rgb(107,193,40); }
td.TdClassName
{
border-color: #6BC128;
}
.TagClassName
{
border-color: #6BC128;
}
</style>