Shades of Christi #67BC14
Tints of Christi #67BC14
RGB
CMYK
RGB Variations
Color information
#67BC14 (or 0x67BC14) is known color: Christi. HEX triplet: 67, BC and 14. RGB value is (103,188,20). Sum of RGB (Red+Green+Blue) = 103+188+20=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 188 (73.83% from 255 or 60.45% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 188 - color contains mainly: green. Hex color #67BC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67BC14 is #9843EB. Grayscale: #909090. Windows color (decimal): -9978860 or 1358951. OLE color: 1358951.
HSL color Cylindrical-coordinate representation of color #67BC14: hue angle of 90.36º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #67BC14 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 103 | 188 | 20 | - |
| CMYK | 0.45 | 0 | 0.89 | 0.26 |
| HSL | 90.36º | 0.81% | 0.41% | - |
| HSV(B) | 90.36º | 0.89% | 0.74% | - |
| XYZ | 23.7 | 38.9 | 6.92 | - |
| YUV | 143.43 | 58.34 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 188 | 20 | 0.45 | 0 | 0.89 | 0.26 | 90.36 | 0.81 | 0.41 |
| Hex | 67 | BC | 14 | 2D | 0 | 59 | 1A | 5A | 51 | 29 |
| Octal | 147 | 274 | 24 | 55 | 0 | 131 | 32 | 132 | 121 | 51 |
| Binary | 1100111 | 10111100 | 10100 | 101101 | 0 | 1011001 | 11010 | 1011010 | 1010001 | 101001 |
Color Harmonies of #67BC14
Complementary color
Monochromatic Colors of #67BC14
Black with #67BC14
Text Example
Text Example
White with #67BC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BC14; }
p { color: rgb(103,188,20); }
H1.HeaderClassName
{
color: #67BC14;
}
.AnyTagClassName
{
color: #67BC14;
}
</style>
background-color css
<style>
a { background-color: #67BC14; }
a { background-color: rgb(103,188,20); }
div.DivClassName
{
background-color: #67BC14;
}
.BgClassName
{
background-color: #67BC14;
}
</style>
border-color css
<style>
span { border-color: #67BC14; }
span { border-color: rgb(103,188,20); }
td.TdClassName
{
border-color: #67BC14;
}
.TagClassName
{
border-color: #67BC14;
}
</style>