Shades of Christi #70C121
Tints of Christi #70C121
RGB
CMYK
RGB Variations
Color information
#70C121 (or 0x70C121) is known color: Christi. HEX triplet: 70, C1 and 21. RGB value is (112,193,33). Sum of RGB (Red+Green+Blue) = 112+193+33=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 193 (75.78% from 255 or 57.10% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 193 - color contains mainly: green. Hex color #70C121 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C121 is #8F3EDE. Grayscale: #979797. Windows color (decimal): -9387743 or 2212208. OLE color: 2212208.
HSL color Cylindrical-coordinate representation of color #70C121: hue angle of 90.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #70C121 is Cyan = 0.42, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 193 | 33 | - |
| CMYK | 0.42 | 0 | 0.83 | 0.24 |
| HSL | 90.38º | 0.71% | 0.44% | - |
| HSV(B) | 90.38º | 0.83% | 0.76% | - |
| XYZ | 26.03 | 41.69 | 8.11 | - |
| YUV | 150.54 | 61.66 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 193 | 33 | 0.42 | 0 | 0.83 | 0.24 | 90.38 | 0.71 | 0.44 |
| Hex | 70 | C1 | 21 | 2A | 0 | 53 | 18 | 5A | 47 | 2C |
| Octal | 160 | 301 | 41 | 52 | 0 | 123 | 30 | 132 | 107 | 54 |
| Binary | 1110000 | 11000001 | 100001 | 101010 | 0 | 1010011 | 11000 | 1011010 | 1000111 | 101100 |
Color Harmonies of #70C121
Complementary color
Monochromatic Colors of #70C121
Black with #70C121
Text Example
Text Example
White with #70C121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C121; }
p { color: rgb(112,193,33); }
H1.HeaderClassName
{
color: #70C121;
}
.AnyTagClassName
{
color: #70C121;
}
</style>
background-color css
<style>
a { background-color: #70C121; }
a { background-color: rgb(112,193,33); }
div.DivClassName
{
background-color: #70C121;
}
.BgClassName
{
background-color: #70C121;
}
</style>
border-color css
<style>
span { border-color: #70C121; }
span { border-color: rgb(112,193,33); }
td.TdClassName
{
border-color: #70C121;
}
.TagClassName
{
border-color: #70C121;
}
</style>