Shades of Christi #70CE03
Tints of Christi #70CE03
RGB
CMYK
RGB Variations
Color information
#70CE03 (or 0x70CE03) is known color: Christi. HEX triplet: 70, CE and 03. RGB value is (112,206,3). Sum of RGB (Red+Green+Blue) = 112+206+3=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 206 (80.86% from 255 or 64.17% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70CE03 is #8F31FC. Grayscale: #9B9B9B. Windows color (decimal): -9384445 or 249456. OLE color: 249456.
HSL color Cylindrical-coordinate representation of color #70CE03: hue angle of 87.78º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70CE03 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 3 | - |
| CMYK | 0.46 | 0 | 0.99 | 0.19 |
| HSL | 87.78º | 0.97% | 0.41% | - |
| HSV(B) | 87.78º | 0.99% | 0.81% | - |
| XYZ | 28.77 | 47.59 | 7.76 | - |
| YUV | 154.75 | 42.36 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 3 | 0.46 | 0 | 0.99 | 0.19 | 87.78 | 0.97 | 0.41 |
| Hex | 70 | CE | 3 | 2E | 0 | 63 | 13 | 58 | 61 | 29 |
| Octal | 160 | 316 | 3 | 56 | 0 | 143 | 23 | 130 | 141 | 51 |
| Binary | 1110000 | 11001110 | 11 | 101110 | 0 | 1100011 | 10011 | 1011000 | 1100001 | 101001 |
Color Harmonies of #70CE03
Complementary color
Monochromatic Colors of #70CE03
Black with #70CE03
Text Example
Text Example
White with #70CE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CE03; }
p { color: rgb(112,206,3); }
H1.HeaderClassName
{
color: #70CE03;
}
.AnyTagClassName
{
color: #70CE03;
}
</style>
background-color css
<style>
a { background-color: #70CE03; }
a { background-color: rgb(112,206,3); }
div.DivClassName
{
background-color: #70CE03;
}
.BgClassName
{
background-color: #70CE03;
}
</style>
border-color css
<style>
span { border-color: #70CE03; }
span { border-color: rgb(112,206,3); }
td.TdClassName
{
border-color: #70CE03;
}
.TagClassName
{
border-color: #70CE03;
}
</style>