Shades of Christi #68C417
Tints of Christi #68C417
RGB
CMYK
RGB Variations
Color information
#68C417 (or 0x68C417) is known color: Christi. HEX triplet: 68, C4 and 17. RGB value is (104,196,23). Sum of RGB (Red+Green+Blue) = 104+196+23=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 196 (76.95% from 255 or 60.68% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 196 - color contains mainly: green. Hex color #68C417 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68C417 is #973BE8. Grayscale: #959595. Windows color (decimal): -9911273 or 1557608. OLE color: 1557608.
HSL color Cylindrical-coordinate representation of color #68C417: hue angle of 91.91º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68C417 is Cyan = 0.47, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 104 | 196 | 23 | - |
| CMYK | 0.47 | 0 | 0.88 | 0.23 |
| HSL | 91.91º | 0.79% | 0.43% | - |
| HSV(B) | 91.91º | 0.88% | 0.77% | - |
| XYZ | 25.6 | 42.48 | 7.66 | - |
| YUV | 148.77 | 57.02 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 196 | 23 | 0.47 | 0 | 0.88 | 0.23 | 91.91 | 0.79 | 0.43 |
| Hex | 68 | C4 | 17 | 2F | 0 | 58 | 17 | 5C | 4F | 2B |
| Octal | 150 | 304 | 27 | 57 | 0 | 130 | 27 | 134 | 117 | 53 |
| Binary | 1101000 | 11000100 | 10111 | 101111 | 0 | 1011000 | 10111 | 1011100 | 1001111 | 101011 |
Color Harmonies of #68C417
Complementary color
Monochromatic Colors of #68C417
Black with #68C417
Text Example
Text Example
White with #68C417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C417; }
p { color: rgb(104,196,23); }
H1.HeaderClassName
{
color: #68C417;
}
.AnyTagClassName
{
color: #68C417;
}
</style>
background-color css
<style>
a { background-color: #68C417; }
a { background-color: rgb(104,196,23); }
div.DivClassName
{
background-color: #68C417;
}
.BgClassName
{
background-color: #68C417;
}
</style>
border-color css
<style>
span { border-color: #68C417; }
span { border-color: rgb(104,196,23); }
td.TdClassName
{
border-color: #68C417;
}
.TagClassName
{
border-color: #68C417;
}
</style>