Shades of Christi #67C021
Tints of Christi #67C021
RGB
CMYK
RGB Variations
Color information
#67C021 (or 0x67C021) is known color: Christi. HEX triplet: 67, C0 and 21. RGB value is (103,192,33). Sum of RGB (Red+Green+Blue) = 103+192+33=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 192 (75.39% from 255 or 58.54% from 328); Blue value is 33 (13.28% from 255 or 10.06% from 328); Max value from RGB is 192 - color contains mainly: green. Hex color #67C021 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67C021 is #983FDE. Grayscale: #939393. Windows color (decimal): -9977823 or 2211943. OLE color: 2211943.
HSL color Cylindrical-coordinate representation of color #67C021: hue angle of 93.58º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #67C021 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 192 | 33 | - |
| CMYK | 0.46 | 0 | 0.83 | 0.25 |
| HSL | 93.58º | 0.71% | 0.44% | - |
| HSV(B) | 93.58º | 0.83% | 0.75% | - |
| XYZ | 24.72 | 40.69 | 7.99 | - |
| YUV | 147.26 | 63.51 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 192 | 33 | 0.46 | 0 | 0.83 | 0.25 | 93.58 | 0.71 | 0.44 |
| Hex | 67 | C0 | 21 | 2E | 0 | 53 | 19 | 5E | 47 | 2C |
| Octal | 147 | 300 | 41 | 56 | 0 | 123 | 31 | 136 | 107 | 54 |
| Binary | 1100111 | 11000000 | 100001 | 101110 | 0 | 1010011 | 11001 | 1011110 | 1000111 | 101100 |
Color Harmonies of #67C021
Complementary color
Monochromatic Colors of #67C021
Black with #67C021
Text Example
Text Example
White with #67C021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C021; }
p { color: rgb(103,192,33); }
H1.HeaderClassName
{
color: #67C021;
}
.AnyTagClassName
{
color: #67C021;
}
</style>
background-color css
<style>
a { background-color: #67C021; }
a { background-color: rgb(103,192,33); }
div.DivClassName
{
background-color: #67C021;
}
.BgClassName
{
background-color: #67C021;
}
</style>
border-color css
<style>
span { border-color: #67C021; }
span { border-color: rgb(103,192,33); }
td.TdClassName
{
border-color: #67C021;
}
.TagClassName
{
border-color: #67C021;
}
</style>