Shades of Christi #68BC2B
Tints of Christi #68BC2B
RGB
CMYK
RGB Variations
Color information
#68BC2B (or 0x68BC2B) is known color: Christi. HEX triplet: 68, BC and 2B. RGB value is (104,188,43). Sum of RGB (Red+Green+Blue) = 104+188+43=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68BC2B is #9743D4. Grayscale: #929292. Windows color (decimal): -9913301 or 2866280. OLE color: 2866280.
HSL color Cylindrical-coordinate representation of color #68BC2B: hue angle of 94.76º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68BC2B is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 43 | - |
| CMYK | 0.45 | 0 | 0.77 | 0.26 |
| HSL | 94.76º | 0.63% | 0.45% | - |
| HSV(B) | 94.76º | 0.77% | 0.74% | - |
| XYZ | 24.13 | 39.08 | 8.56 | - |
| YUV | 146.35 | 69.67 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 43 | 0.45 | 0 | 0.77 | 0.26 | 94.76 | 0.63 | 0.45 |
| Hex | 68 | BC | 2B | 2D | 0 | 4D | 1A | 5F | 3F | 2D |
| Octal | 150 | 274 | 53 | 55 | 0 | 115 | 32 | 137 | 77 | 55 |
| Binary | 1101000 | 10111100 | 101011 | 101101 | 0 | 1001101 | 11010 | 1011111 | 111111 | 101101 |
Color Harmonies of #68BC2B
Complementary color
Monochromatic Colors of #68BC2B
Black with #68BC2B
Text Example
Text Example
White with #68BC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC2B; }
p { color: rgb(104,188,43); }
H1.HeaderClassName
{
color: #68BC2B;
}
.AnyTagClassName
{
color: #68BC2B;
}
</style>
background-color css
<style>
a { background-color: #68BC2B; }
a { background-color: rgb(104,188,43); }
div.DivClassName
{
background-color: #68BC2B;
}
.BgClassName
{
background-color: #68BC2B;
}
</style>
border-color css
<style>
span { border-color: #68BC2B; }
span { border-color: rgb(104,188,43); }
td.TdClassName
{
border-color: #68BC2B;
}
.TagClassName
{
border-color: #68BC2B;
}
</style>