Shades of Christi #70CE05
Tints of Christi #70CE05
RGB
CMYK
RGB Variations
Color information
#70CE05 (or 0x70CE05) is known color: Christi. HEX triplet: 70, CE and 05. RGB value is (112,206,5). Sum of RGB (Red+Green+Blue) = 112+206+5=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 206 (80.86% from 255 or 63.78% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70CE05 is #8F31FA. Grayscale: #9B9B9B. Windows color (decimal): -9384443 or 380528. OLE color: 380528.
HSL color Cylindrical-coordinate representation of color #70CE05: hue angle of 88.06º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70CE05 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 5 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.19 |
| HSL | 88.06º | 0.95% | 0.41% | - |
| HSV(B) | 88.06º | 0.98% | 0.81% | - |
| XYZ | 28.78 | 47.6 | 7.81 | - |
| YUV | 154.98 | 43.36 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 5 | 0.46 | 0 | 0.98 | 0.19 | 88.06 | 0.95 | 0.41 |
| Hex | 70 | CE | 5 | 2E | 0 | 62 | 13 | 58 | 5F | 29 |
| Octal | 160 | 316 | 5 | 56 | 0 | 142 | 23 | 130 | 137 | 51 |
| Binary | 1110000 | 11001110 | 101 | 101110 | 0 | 1100010 | 10011 | 1011000 | 1011111 | 101001 |
Color Harmonies of #70CE05
Complementary color
Monochromatic Colors of #70CE05
Black with #70CE05
Text Example
Text Example
White with #70CE05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CE05; }
p { color: rgb(112,206,5); }
H1.HeaderClassName
{
color: #70CE05;
}
.AnyTagClassName
{
color: #70CE05;
}
</style>
background-color css
<style>
a { background-color: #70CE05; }
a { background-color: rgb(112,206,5); }
div.DivClassName
{
background-color: #70CE05;
}
.BgClassName
{
background-color: #70CE05;
}
</style>
border-color css
<style>
span { border-color: #70CE05; }
span { border-color: rgb(112,206,5); }
td.TdClassName
{
border-color: #70CE05;
}
.TagClassName
{
border-color: #70CE05;
}
</style>