Shades of Christi #68C420
Tints of Christi #68C420
RGB
CMYK
RGB Variations
Color information
#68C420 (or 0x68C420) is known color: Christi. HEX triplet: 68, C4 and 20. RGB value is (104,196,32). Sum of RGB (Red+Green+Blue) = 104+196+32=332 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.33% from 332); Green value is 196 (76.95% from 255 or 59.04% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 196 - color contains mainly: green. Hex color #68C420 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C420 is #973BDF. Grayscale: #969696. Windows color (decimal): -9911264 or 2147432. OLE color: 2147432.
HSL color Cylindrical-coordinate representation of color #68C420: hue angle of 93.66º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68C420 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 196 | 32 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.23 |
| HSL | 93.66º | 0.72% | 0.45% | - |
| HSV(B) | 93.66º | 0.84% | 0.77% | - |
| XYZ | 25.71 | 42.53 | 8.22 | - |
| YUV | 149.8 | 61.52 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 196 | 32 | 0.47 | 0 | 0.84 | 0.23 | 93.66 | 0.72 | 0.45 |
| Hex | 68 | C4 | 20 | 2F | 0 | 54 | 17 | 5E | 48 | 2D |
| Octal | 150 | 304 | 40 | 57 | 0 | 124 | 27 | 136 | 110 | 55 |
| Binary | 1101000 | 11000100 | 100000 | 101111 | 0 | 1010100 | 10111 | 1011110 | 1001000 | 101101 |
Color Harmonies of #68C420
Complementary color
Monochromatic Colors of #68C420
Black with #68C420
Text Example
Text Example
White with #68C420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C420; }
p { color: rgb(104,196,32); }
H1.HeaderClassName
{
color: #68C420;
}
.AnyTagClassName
{
color: #68C420;
}
</style>
background-color css
<style>
a { background-color: #68C420; }
a { background-color: rgb(104,196,32); }
div.DivClassName
{
background-color: #68C420;
}
.BgClassName
{
background-color: #68C420;
}
</style>
border-color css
<style>
span { border-color: #68C420; }
span { border-color: rgb(104,196,32); }
td.TdClassName
{
border-color: #68C420;
}
.TagClassName
{
border-color: #68C420;
}
</style>