Shades of Christi #68C224
Tints of Christi #68C224
RGB
CMYK
RGB Variations
Color information
#68C224 (or 0x68C224) is known color: Christi. HEX triplet: 68, C2 and 24. RGB value is (104,194,36). Sum of RGB (Red+Green+Blue) = 104+194+36=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 194 (76.17% from 255 or 58.08% from 334); Blue value is 36 (14.45% from 255 or 10.78% from 334); Max value from RGB is 194 - color contains mainly: green. Hex color #68C224 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C224 is #973DDB. Grayscale: #959595. Windows color (decimal): -9911772 or 2409064. OLE color: 2409064.
HSL color Cylindrical-coordinate representation of color #68C224: hue angle of 94.18º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68C224 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 194 | 36 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.24 |
| HSL | 94.18º | 0.69% | 0.45% | - |
| HSV(B) | 94.18º | 0.81% | 0.76% | - |
| XYZ | 25.32 | 41.65 | 8.37 | - |
| YUV | 149.08 | 64.18 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 36 | 0.46 | 0 | 0.81 | 0.24 | 94.18 | 0.69 | 0.45 |
| Hex | 68 | C2 | 24 | 2E | 0 | 51 | 18 | 5E | 45 | 2D |
| Octal | 150 | 302 | 44 | 56 | 0 | 121 | 30 | 136 | 105 | 55 |
| Binary | 1101000 | 11000010 | 100100 | 101110 | 0 | 1010001 | 11000 | 1011110 | 1000101 | 101101 |
Color Harmonies of #68C224
Complementary color
Monochromatic Colors of #68C224
Black with #68C224
Text Example
Text Example
White with #68C224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C224; }
p { color: rgb(104,194,36); }
H1.HeaderClassName
{
color: #68C224;
}
.AnyTagClassName
{
color: #68C224;
}
</style>
background-color css
<style>
a { background-color: #68C224; }
a { background-color: rgb(104,194,36); }
div.DivClassName
{
background-color: #68C224;
}
.BgClassName
{
background-color: #68C224;
}
</style>
border-color css
<style>
span { border-color: #68C224; }
span { border-color: rgb(104,194,36); }
td.TdClassName
{
border-color: #68C224;
}
.TagClassName
{
border-color: #68C224;
}
</style>