Shades of Christi #68C229
Tints of Christi #68C229
RGB
CMYK
RGB Variations
Color information
#68C229 (or 0x68C229) is known color: Christi. HEX triplet: 68, C2 and 29. RGB value is (104,194,41). Sum of RGB (Red+Green+Blue) = 104+194+41=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 194 (76.17% from 255 or 57.23% from 339); Blue value is 41 (16.41% from 255 or 12.09% from 339); Max value from RGB is 194 - color contains mainly: green. Hex color #68C229 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C229 is #973DD6. Grayscale: #969696. Windows color (decimal): -9911767 or 2736744. OLE color: 2736744.
HSL color Cylindrical-coordinate representation of color #68C229: hue angle of 95.29º degrees, saturation: 0.65, 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 #68C229 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 194 | 41 | - |
| CMYK | 0.46 | 0 | 0.79 | 0.24 |
| HSL | 95.29º | 0.65% | 0.46% | - |
| HSV(B) | 95.29º | 0.79% | 0.76% | - |
| XYZ | 25.4 | 41.69 | 8.81 | - |
| YUV | 149.65 | 66.68 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 41 | 0.46 | 0 | 0.79 | 0.24 | 95.29 | 0.65 | 0.46 |
| Hex | 68 | C2 | 29 | 2E | 0 | 4F | 18 | 5F | 41 | 2E |
| Octal | 150 | 302 | 51 | 56 | 0 | 117 | 30 | 137 | 101 | 56 |
| Binary | 1101000 | 11000010 | 101001 | 101110 | 0 | 1001111 | 11000 | 1011111 | 1000001 | 101110 |
Color Harmonies of #68C229
Complementary color
Monochromatic Colors of #68C229
Black with #68C229
Text Example
Text Example
White with #68C229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C229; }
p { color: rgb(104,194,41); }
H1.HeaderClassName
{
color: #68C229;
}
.AnyTagClassName
{
color: #68C229;
}
</style>
background-color css
<style>
a { background-color: #68C229; }
a { background-color: rgb(104,194,41); }
div.DivClassName
{
background-color: #68C229;
}
.BgClassName
{
background-color: #68C229;
}
</style>
border-color css
<style>
span { border-color: #68C229; }
span { border-color: rgb(104,194,41); }
td.TdClassName
{
border-color: #68C229;
}
.TagClassName
{
border-color: #68C229;
}
</style>