Shades of Christi #70C809
Tints of Christi #70C809
RGB
CMYK
RGB Variations
Color information
#70C809 (or 0x70C809) is known color: Christi. HEX triplet: 70, C8 and 09. RGB value is (112,200,9). Sum of RGB (Red+Green+Blue) = 112+200+9=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 200 (78.52% from 255 or 62.31% from 321); Blue value is 9 (3.91% from 255 or 2.80% from 321); Max value from RGB is 200 - color contains mainly: green. Hex color #70C809 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C809 is #8F37F6. Grayscale: #989898. Windows color (decimal): -9385975 or 641136. OLE color: 641136.
HSL color Cylindrical-coordinate representation of color #70C809: hue angle of 87.64º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70C809 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 200 | 9 | - |
| CMYK | 0.44 | 0 | 0.96 | 0.22 |
| HSL | 87.64º | 0.91% | 0.41% | - |
| HSV(B) | 87.64º | 0.96% | 0.78% | - |
| XYZ | 27.39 | 44.77 | 7.46 | - |
| YUV | 151.91 | 47.35 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 200 | 9 | 0.44 | 0 | 0.96 | 0.22 | 87.64 | 0.91 | 0.41 |
| Hex | 70 | C8 | 9 | 2C | 0 | 60 | 16 | 58 | 5B | 29 |
| Octal | 160 | 310 | 11 | 54 | 0 | 140 | 26 | 130 | 133 | 51 |
| Binary | 1110000 | 11001000 | 1001 | 101100 | 0 | 1100000 | 10110 | 1011000 | 1011011 | 101001 |
Color Harmonies of #70C809
Complementary color
Monochromatic Colors of #70C809
Black with #70C809
Text Example
Text Example
White with #70C809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C809; }
p { color: rgb(112,200,9); }
H1.HeaderClassName
{
color: #70C809;
}
.AnyTagClassName
{
color: #70C809;
}
</style>
background-color css
<style>
a { background-color: #70C809; }
a { background-color: rgb(112,200,9); }
div.DivClassName
{
background-color: #70C809;
}
.BgClassName
{
background-color: #70C809;
}
</style>
border-color css
<style>
span { border-color: #70C809; }
span { border-color: rgb(112,200,9); }
td.TdClassName
{
border-color: #70C809;
}
.TagClassName
{
border-color: #70C809;
}
</style>