Shades of Christi #67C220
Tints of Christi #67C220
RGB
CMYK
RGB Variations
Color information
#67C220 (or 0x67C220) is known color: Christi. HEX triplet: 67, C2 and 20. RGB value is (103,194,32). Sum of RGB (Red+Green+Blue) = 103+194+32=329 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.31% from 329); Green value is 194 (76.17% from 255 or 58.97% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 194 - color contains mainly: green. Hex color #67C220 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67C220 is #983DDF. Grayscale: #949494. Windows color (decimal): -9977312 or 2146919. OLE color: 2146919.
HSL color Cylindrical-coordinate representation of color #67C220: hue angle of 93.7º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #67C220 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 103 | 194 | 32 | - |
| CMYK | 0.47 | 0 | 0.84 | 0.24 |
| HSL | 93.7º | 0.72% | 0.44% | - |
| HSV(B) | 93.7º | 0.84% | 0.76% | - |
| XYZ | 25.15 | 41.57 | 8.07 | - |
| YUV | 148.32 | 62.35 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 194 | 32 | 0.47 | 0 | 0.84 | 0.24 | 93.7 | 0.72 | 0.44 |
| Hex | 67 | C2 | 20 | 2F | 0 | 54 | 18 | 5E | 48 | 2C |
| Octal | 147 | 302 | 40 | 57 | 0 | 124 | 30 | 136 | 110 | 54 |
| Binary | 1100111 | 11000010 | 100000 | 101111 | 0 | 1010100 | 11000 | 1011110 | 1001000 | 101100 |
Color Harmonies of #67C220
Complementary color
Monochromatic Colors of #67C220
Black with #67C220
Text Example
Text Example
White with #67C220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67C220; }
p { color: rgb(103,194,32); }
H1.HeaderClassName
{
color: #67C220;
}
.AnyTagClassName
{
color: #67C220;
}
</style>
background-color css
<style>
a { background-color: #67C220; }
a { background-color: rgb(103,194,32); }
div.DivClassName
{
background-color: #67C220;
}
.BgClassName
{
background-color: #67C220;
}
</style>
border-color css
<style>
span { border-color: #67C220; }
span { border-color: rgb(103,194,32); }
td.TdClassName
{
border-color: #67C220;
}
.TagClassName
{
border-color: #67C220;
}
</style>