Shades of Christi #68C20F
Tints of Christi #68C20F
RGB
CMYK
RGB Variations
Color information
#68C20F (or 0x68C20F) is known color: Christi. HEX triplet: 68, C2 and 0F. RGB value is (104,194,15). Sum of RGB (Red+Green+Blue) = 104+194+15=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 194 (76.17% from 255 or 61.98% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 194 - color contains mainly: green. Hex color #68C20F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68C20F is #973DF0. Grayscale: #939393. Windows color (decimal): -9911793 or 1032808. OLE color: 1032808.
HSL color Cylindrical-coordinate representation of color #68C20F: hue angle of 90.17º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68C20F is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 104 | 194 | 15 | - |
| CMYK | 0.46 | 0 | 0.92 | 0.24 |
| HSL | 90.17º | 0.86% | 0.41% | - |
| HSV(B) | 90.17º | 0.92% | 0.76% | - |
| XYZ | 25.09 | 41.56 | 7.15 | - |
| YUV | 146.68 | 53.68 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 15 | 0.46 | 0 | 0.92 | 0.24 | 90.17 | 0.86 | 0.41 |
| Hex | 68 | C2 | F | 2E | 0 | 5C | 18 | 5A | 56 | 29 |
| Octal | 150 | 302 | 17 | 56 | 0 | 134 | 30 | 132 | 126 | 51 |
| Binary | 1101000 | 11000010 | 1111 | 101110 | 0 | 1011100 | 11000 | 1011010 | 1010110 | 101001 |
Color Harmonies of #68C20F
Complementary color
Monochromatic Colors of #68C20F
Black with #68C20F
Text Example
Text Example
White with #68C20F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C20F; }
p { color: rgb(104,194,15); }
H1.HeaderClassName
{
color: #68C20F;
}
.AnyTagClassName
{
color: #68C20F;
}
</style>
background-color css
<style>
a { background-color: #68C20F; }
a { background-color: rgb(104,194,15); }
div.DivClassName
{
background-color: #68C20F;
}
.BgClassName
{
background-color: #68C20F;
}
</style>
border-color css
<style>
span { border-color: #68C20F; }
span { border-color: rgb(104,194,15); }
td.TdClassName
{
border-color: #68C20F;
}
.TagClassName
{
border-color: #68C20F;
}
</style>