Shades of Christi #67C210
Tints of Christi #67C210
RGB
CMYK
RGB Variations
Color information
#67C210 (or 0x67C210) is known color: Christi. HEX triplet: 67, C2 and 10. RGB value is (103,194,16). Sum of RGB (Red+Green+Blue) = 103+194+16=313 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.91% from 313); Green value is 194 (76.17% from 255 or 61.98% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 194 - color contains mainly: green. Hex color #67C210 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67C210 is #983DEF. Grayscale: #939393. Windows color (decimal): -9977328 or 1098343. OLE color: 1098343.
HSL color Cylindrical-coordinate representation of color #67C210: hue angle of 90.67º degrees, saturation: 0.85, 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 #67C210 is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 194 | 16 | - |
| CMYK | 0.47 | 0 | 0.92 | 0.24 |
| HSL | 90.67º | 0.85% | 0.41% | - |
| HSV(B) | 90.67º | 0.92% | 0.76% | - |
| XYZ | 24.98 | 41.5 | 7.18 | - |
| YUV | 146.5 | 54.35 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 194 | 16 | 0.47 | 0 | 0.92 | 0.24 | 90.67 | 0.85 | 0.41 |
| Hex | 67 | C2 | 10 | 2F | 0 | 5C | 18 | 5B | 55 | 29 |
| Octal | 147 | 302 | 20 | 57 | 0 | 134 | 30 | 133 | 125 | 51 |
| Binary | 1100111 | 11000010 | 10000 | 101111 | 0 | 1011100 | 11000 | 1011011 | 1010101 | 101001 |
Color Harmonies of #67C210
Complementary color
Monochromatic Colors of #67C210
Black with #67C210
Text Example
Text Example
White with #67C210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C210; }
p { color: rgb(103,194,16); }
H1.HeaderClassName
{
color: #67C210;
}
.AnyTagClassName
{
color: #67C210;
}
</style>
background-color css
<style>
a { background-color: #67C210; }
a { background-color: rgb(103,194,16); }
div.DivClassName
{
background-color: #67C210;
}
.BgClassName
{
background-color: #67C210;
}
</style>
border-color css
<style>
span { border-color: #67C210; }
span { border-color: rgb(103,194,16); }
td.TdClassName
{
border-color: #67C210;
}
.TagClassName
{
border-color: #67C210;
}
</style>