Shades of Christi #67C001
Tints of Christi #67C001
RGB
CMYK
RGB Variations
Color information
#67C001 (or 0x67C001) is known color: Christi. HEX triplet: 67, C0 and 01. RGB value is (103,192,1). Sum of RGB (Red+Green+Blue) = 103+192+1=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 192 (75.39% from 255 or 64.86% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 192 - color contains mainly: green. Hex color #67C001 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #67C001 is #983FFE. Grayscale: #909090. Windows color (decimal): -9977855 or 114791. OLE color: 114791.
HSL color Cylindrical-coordinate representation of color #67C001: hue angle of 87.96º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #67C001 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 192 | 1 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.25 |
| HSL | 87.96º | 0.99% | 0.38% | - |
| HSV(B) | 87.96º | 0.99% | 0.75% | - |
| XYZ | 24.45 | 40.59 | 6.57 | - |
| YUV | 143.62 | 47.51 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 192 | 1 | 0.46 | 0 | 0.99 | 0.25 | 87.96 | 0.99 | 0.38 |
| Hex | 67 | C0 | 1 | 2E | 0 | 63 | 19 | 58 | 63 | 26 |
| Octal | 147 | 300 | 1 | 56 | 0 | 143 | 31 | 130 | 143 | 46 |
| Binary | 1100111 | 11000000 | 1 | 101110 | 0 | 1100011 | 11001 | 1011000 | 1100011 | 100110 |
Color Harmonies of #67C001
Complementary color
Monochromatic Colors of #67C001
Black with #67C001
Text Example
Text Example
White with #67C001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C001; }
p { color: rgb(103,192,1); }
H1.HeaderClassName
{
color: #67C001;
}
.AnyTagClassName
{
color: #67C001;
}
</style>
background-color css
<style>
a { background-color: #67C001; }
a { background-color: rgb(103,192,1); }
div.DivClassName
{
background-color: #67C001;
}
.BgClassName
{
background-color: #67C001;
}
</style>
border-color css
<style>
span { border-color: #67C001; }
span { border-color: rgb(103,192,1); }
td.TdClassName
{
border-color: #67C001;
}
.TagClassName
{
border-color: #67C001;
}
</style>