Shades of Christi #70CC04
Tints of Christi #70CC04
RGB
CMYK
RGB Variations
Color information
#70CC04 (or 0x70CC04) is known color: Christi. HEX triplet: 70, CC and 04. RGB value is (112,204,4). Sum of RGB (Red+Green+Blue) = 112+204+4=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 204 (80.08% from 255 or 63.75% from 320); Blue value is 4 (1.95% from 255 or 1.25% from 320); Max value from RGB is 204 - color contains mainly: green. Hex color #70CC04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70CC04 is #8F33FB. Grayscale: #9A9A9A. Windows color (decimal): -9384956 or 314480. OLE color: 314480.
HSL color Cylindrical-coordinate representation of color #70CC04: hue angle of 87.6º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70CC04 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 112 | 204 | 4 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.2 |
| HSL | 87.6º | 0.96% | 0.41% | - |
| HSV(B) | 87.6º | 0.98% | 0.8% | - |
| XYZ | 28.3 | 46.64 | 7.63 | - |
| YUV | 153.69 | 43.52 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 204 | 4 | 0.45 | 0 | 0.98 | 0.2 | 87.6 | 0.96 | 0.41 |
| Hex | 70 | CC | 4 | 2D | 0 | 62 | 14 | 58 | 60 | 29 |
| Octal | 160 | 314 | 4 | 55 | 0 | 142 | 24 | 130 | 140 | 51 |
| Binary | 1110000 | 11001100 | 100 | 101101 | 0 | 1100010 | 10100 | 1011000 | 1100000 | 101001 |
Color Harmonies of #70CC04
Complementary color
Monochromatic Colors of #70CC04
Black with #70CC04
Text Example
Text Example
White with #70CC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CC04; }
p { color: rgb(112,204,4); }
H1.HeaderClassName
{
color: #70CC04;
}
.AnyTagClassName
{
color: #70CC04;
}
</style>
background-color css
<style>
a { background-color: #70CC04; }
a { background-color: rgb(112,204,4); }
div.DivClassName
{
background-color: #70CC04;
}
.BgClassName
{
background-color: #70CC04;
}
</style>
border-color css
<style>
span { border-color: #70CC04; }
span { border-color: rgb(112,204,4); }
td.TdClassName
{
border-color: #70CC04;
}
.TagClassName
{
border-color: #70CC04;
}
</style>