Shades of Christi #70CA05
Tints of Christi #70CA05
RGB
CMYK
RGB Variations
Color information
#70CA05 (or 0x70CA05) is known color: Christi. HEX triplet: 70, CA and 05. RGB value is (112,202,5). Sum of RGB (Red+Green+Blue) = 112+202+5=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 202 (79.30% from 255 or 63.32% from 319); Blue value is 5 (2.34% from 255 or 1.57% from 319); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70CA05 is #8F35FA. Grayscale: #999999. Windows color (decimal): -9385467 or 379504. OLE color: 379504.
HSL color Cylindrical-coordinate representation of color #70CA05: hue angle of 87.41º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70CA05 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 202 | 5 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.21 |
| HSL | 87.41º | 0.95% | 0.41% | - |
| HSV(B) | 87.41º | 0.98% | 0.79% | - |
| XYZ | 27.83 | 45.7 | 7.5 | - |
| YUV | 152.63 | 44.68 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 202 | 5 | 0.45 | 0 | 0.98 | 0.21 | 87.41 | 0.95 | 0.41 |
| Hex | 70 | CA | 5 | 2D | 0 | 62 | 15 | 57 | 5F | 29 |
| Octal | 160 | 312 | 5 | 55 | 0 | 142 | 25 | 127 | 137 | 51 |
| Binary | 1110000 | 11001010 | 101 | 101101 | 0 | 1100010 | 10101 | 1010111 | 1011111 | 101001 |
Color Harmonies of #70CA05
Complementary color
Monochromatic Colors of #70CA05
Black with #70CA05
Text Example
Text Example
White with #70CA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CA05; }
p { color: rgb(112,202,5); }
H1.HeaderClassName
{
color: #70CA05;
}
.AnyTagClassName
{
color: #70CA05;
}
</style>
background-color css
<style>
a { background-color: #70CA05; }
a { background-color: rgb(112,202,5); }
div.DivClassName
{
background-color: #70CA05;
}
.BgClassName
{
background-color: #70CA05;
}
</style>
border-color css
<style>
span { border-color: #70CA05; }
span { border-color: rgb(112,202,5); }
td.TdClassName
{
border-color: #70CA05;
}
.TagClassName
{
border-color: #70CA05;
}
</style>