Shades of Christi #70CE19
Tints of Christi #70CE19
RGB
CMYK
RGB Variations
Color information
#70CE19 (or 0x70CE19) is known color: Christi. HEX triplet: 70, CE and 19. RGB value is (112,206,25). Sum of RGB (Red+Green+Blue) = 112+206+25=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 206 (80.86% from 255 or 60.06% from 343); Blue value is 25 (10.16% from 255 or 7.29% from 343); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70CE19 is #8F31E6. Grayscale: #9D9D9D. Windows color (decimal): -9384423 or 1691248. OLE color: 1691248.
HSL color Cylindrical-coordinate representation of color #70CE19: hue angle of 91.16º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70CE19 is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 25 | - |
| CMYK | 0.46 | 0 | 0.88 | 0.19 |
| HSL | 91.16º | 0.78% | 0.45% | - |
| HSV(B) | 91.16º | 0.88% | 0.81% | - |
| XYZ | 28.93 | 47.66 | 8.59 | - |
| YUV | 157.26 | 53.36 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 25 | 0.46 | 0 | 0.88 | 0.19 | 91.16 | 0.78 | 0.45 |
| Hex | 70 | CE | 19 | 2E | 0 | 58 | 13 | 5B | 4E | 2D |
| Octal | 160 | 316 | 31 | 56 | 0 | 130 | 23 | 133 | 116 | 55 |
| Binary | 1110000 | 11001110 | 11001 | 101110 | 0 | 1011000 | 10011 | 1011011 | 1001110 | 101101 |
Color Harmonies of #70CE19
Complementary color
Monochromatic Colors of #70CE19
Black with #70CE19
Text Example
Text Example
White with #70CE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CE19; }
p { color: rgb(112,206,25); }
H1.HeaderClassName
{
color: #70CE19;
}
.AnyTagClassName
{
color: #70CE19;
}
</style>
background-color css
<style>
a { background-color: #70CE19; }
a { background-color: rgb(112,206,25); }
div.DivClassName
{
background-color: #70CE19;
}
.BgClassName
{
background-color: #70CE19;
}
</style>
border-color css
<style>
span { border-color: #70CE19; }
span { border-color: rgb(112,206,25); }
td.TdClassName
{
border-color: #70CE19;
}
.TagClassName
{
border-color: #70CE19;
}
</style>