Shades of Christi #68C221
Tints of Christi #68C221
RGB
CMYK
RGB Variations
Color information
#68C221 (or 0x68C221) is known color: Christi. HEX triplet: 68, C2 and 21. RGB value is (104,194,33). Sum of RGB (Red+Green+Blue) = 104+194+33=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 194 (76.17% from 255 or 58.61% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 194 - color contains mainly: green. Hex color #68C221 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C221 is #973DDE. Grayscale: #959595. Windows color (decimal): -9911775 or 2212456. OLE color: 2212456.
HSL color Cylindrical-coordinate representation of color #68C221: hue angle of 93.54º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #68C221 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 194 | 33 | - |
| CMYK | 0.46 | 0 | 0.83 | 0.24 |
| HSL | 93.54º | 0.71% | 0.45% | - |
| HSV(B) | 93.54º | 0.83% | 0.76% | - |
| XYZ | 25.28 | 41.64 | 8.14 | - |
| YUV | 148.74 | 62.68 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 33 | 0.46 | 0 | 0.83 | 0.24 | 93.54 | 0.71 | 0.45 |
| Hex | 68 | C2 | 21 | 2E | 0 | 53 | 18 | 5E | 47 | 2D |
| Octal | 150 | 302 | 41 | 56 | 0 | 123 | 30 | 136 | 107 | 55 |
| Binary | 1101000 | 11000010 | 100001 | 101110 | 0 | 1010011 | 11000 | 1011110 | 1000111 | 101101 |
Color Harmonies of #68C221
Complementary color
Monochromatic Colors of #68C221
Black with #68C221
Text Example
Text Example
White with #68C221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C221; }
p { color: rgb(104,194,33); }
H1.HeaderClassName
{
color: #68C221;
}
.AnyTagClassName
{
color: #68C221;
}
</style>
background-color css
<style>
a { background-color: #68C221; }
a { background-color: rgb(104,194,33); }
div.DivClassName
{
background-color: #68C221;
}
.BgClassName
{
background-color: #68C221;
}
</style>
border-color css
<style>
span { border-color: #68C221; }
span { border-color: rgb(104,194,33); }
td.TdClassName
{
border-color: #68C221;
}
.TagClassName
{
border-color: #68C221;
}
</style>