Shades of Christi #70CE0F
Tints of Christi #70CE0F
RGB
CMYK
RGB Variations
Color information
#70CE0F (or 0x70CE0F) is known color: Christi. HEX triplet: 70, CE and 0F. RGB value is (112,206,15). Sum of RGB (Red+Green+Blue) = 112+206+15=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 206 (80.86% from 255 or 61.86% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE0F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70CE0F is #8F31F0. Grayscale: #9C9C9C. Windows color (decimal): -9384433 or 1035888. OLE color: 1035888.
HSL color Cylindrical-coordinate representation of color #70CE0F: hue angle of 89.53º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70CE0F is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 15 | - |
| CMYK | 0.46 | 0 | 0.93 | 0.19 |
| HSL | 89.53º | 0.86% | 0.43% | - |
| HSV(B) | 89.53º | 0.93% | 0.81% | - |
| XYZ | 28.84 | 47.62 | 8.12 | - |
| YUV | 156.12 | 48.36 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 15 | 0.46 | 0 | 0.93 | 0.19 | 89.53 | 0.86 | 0.43 |
| Hex | 70 | CE | F | 2E | 0 | 5D | 13 | 5A | 56 | 2B |
| Octal | 160 | 316 | 17 | 56 | 0 | 135 | 23 | 132 | 126 | 53 |
| Binary | 1110000 | 11001110 | 1111 | 101110 | 0 | 1011101 | 10011 | 1011010 | 1010110 | 101011 |
Color Harmonies of #70CE0F
Complementary color
Monochromatic Colors of #70CE0F
Black with #70CE0F
Text Example
Text Example
White with #70CE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CE0F; }
p { color: rgb(112,206,15); }
H1.HeaderClassName
{
color: #70CE0F;
}
.AnyTagClassName
{
color: #70CE0F;
}
</style>
background-color css
<style>
a { background-color: #70CE0F; }
a { background-color: rgb(112,206,15); }
div.DivClassName
{
background-color: #70CE0F;
}
.BgClassName
{
background-color: #70CE0F;
}
</style>
border-color css
<style>
span { border-color: #70CE0F; }
span { border-color: rgb(112,206,15); }
td.TdClassName
{
border-color: #70CE0F;
}
.TagClassName
{
border-color: #70CE0F;
}
</style>