Shades of Christi #70C91C
Tints of Christi #70C91C
RGB
CMYK
RGB Variations
Color information
#70C91C (or 0x70C91C) is known color: Christi. HEX triplet: 70, C9 and 1C. RGB value is (112,201,28). Sum of RGB (Red+Green+Blue) = 112+201+28=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 201 (78.91% from 255 or 58.94% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 201 - color contains mainly: green. Hex color #70C91C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70C91C is #8F36E3. Grayscale: #9B9B9B. Windows color (decimal): -9385700 or 1886576. OLE color: 1886576.
HSL color Cylindrical-coordinate representation of color #70C91C: hue angle of 90.87º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #70C91C is Cyan = 0.44, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 201 | 28 | - |
| CMYK | 0.44 | 0 | 0.86 | 0.21 |
| HSL | 90.87º | 0.76% | 0.45% | - |
| HSV(B) | 90.87º | 0.86% | 0.79% | - |
| XYZ | 27.78 | 45.3 | 8.38 | - |
| YUV | 154.67 | 56.51 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 201 | 28 | 0.44 | 0 | 0.86 | 0.21 | 90.87 | 0.76 | 0.45 |
| Hex | 70 | C9 | 1C | 2C | 0 | 56 | 15 | 5B | 4C | 2D |
| Octal | 160 | 311 | 34 | 54 | 0 | 126 | 25 | 133 | 114 | 55 |
| Binary | 1110000 | 11001001 | 11100 | 101100 | 0 | 1010110 | 10101 | 1011011 | 1001100 | 101101 |
Color Harmonies of #70C91C
Complementary color
Monochromatic Colors of #70C91C
Black with #70C91C
Text Example
Text Example
White with #70C91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C91C; }
p { color: rgb(112,201,28); }
H1.HeaderClassName
{
color: #70C91C;
}
.AnyTagClassName
{
color: #70C91C;
}
</style>
background-color css
<style>
a { background-color: #70C91C; }
a { background-color: rgb(112,201,28); }
div.DivClassName
{
background-color: #70C91C;
}
.BgClassName
{
background-color: #70C91C;
}
</style>
border-color css
<style>
span { border-color: #70C91C; }
span { border-color: rgb(112,201,28); }
td.TdClassName
{
border-color: #70C91C;
}
.TagClassName
{
border-color: #70C91C;
}
</style>