Shades of Christi #70CE0C
Tints of Christi #70CE0C
RGB
CMYK
RGB Variations
Color information
#70CE0C (or 0x70CE0C) is known color: Christi. HEX triplet: 70, CE and 0C. RGB value is (112,206,12). Sum of RGB (Red+Green+Blue) = 112+206+12=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 206 (80.86% from 255 or 62.42% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70CE0C is #8F31F3. Grayscale: #9C9C9C. Windows color (decimal): -9384436 or 839280. OLE color: 839280.
HSL color Cylindrical-coordinate representation of color #70CE0C: hue angle of 89.07º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #70CE0C is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 12 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.19 |
| HSL | 89.07º | 0.89% | 0.43% | - |
| HSV(B) | 89.07º | 0.94% | 0.81% | - |
| XYZ | 28.82 | 47.61 | 8.02 | - |
| YUV | 155.78 | 46.86 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 12 | 0.46 | 0 | 0.94 | 0.19 | 89.07 | 0.89 | 0.43 |
| Hex | 70 | CE | C | 2E | 0 | 5E | 13 | 59 | 59 | 2B |
| Octal | 160 | 316 | 14 | 56 | 0 | 136 | 23 | 131 | 131 | 53 |
| Binary | 1110000 | 11001110 | 1100 | 101110 | 0 | 1011110 | 10011 | 1011001 | 1011001 | 101011 |
Color Harmonies of #70CE0C
Complementary color
Monochromatic Colors of #70CE0C
Black with #70CE0C
Text Example
Text Example
White with #70CE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CE0C; }
p { color: rgb(112,206,12); }
H1.HeaderClassName
{
color: #70CE0C;
}
.AnyTagClassName
{
color: #70CE0C;
}
</style>
background-color css
<style>
a { background-color: #70CE0C; }
a { background-color: rgb(112,206,12); }
div.DivClassName
{
background-color: #70CE0C;
}
.BgClassName
{
background-color: #70CE0C;
}
</style>
border-color css
<style>
span { border-color: #70CE0C; }
span { border-color: rgb(112,206,12); }
td.TdClassName
{
border-color: #70CE0C;
}
.TagClassName
{
border-color: #70CE0C;
}
</style>