Shades of Christi #70CF06
Tints of Christi #70CF06
RGB
CMYK
RGB Variations
Color information
#70CF06 (or 0x70CF06) is known color: Christi. HEX triplet: 70, CF and 06. RGB value is (112,207,6). Sum of RGB (Red+Green+Blue) = 112+207+6=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 207 (81.25% from 255 or 63.69% from 325); Blue value is 6 (2.73% from 255 or 1.85% from 325); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70CF06 is #8F30F9. Grayscale: #9C9C9C. Windows color (decimal): -9384186 or 446320. OLE color: 446320.
HSL color Cylindrical-coordinate representation of color #70CF06: hue angle of 88.36º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70CF06 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 6 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.19 |
| HSL | 88.36º | 0.94% | 0.42% | - |
| HSV(B) | 88.36º | 0.97% | 0.81% | - |
| XYZ | 29.03 | 48.08 | 7.92 | - |
| YUV | 155.68 | 43.53 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 6 | 0.46 | 0 | 0.97 | 0.19 | 88.36 | 0.94 | 0.42 |
| Hex | 70 | CF | 6 | 2E | 0 | 61 | 13 | 58 | 5E | 2A |
| Octal | 160 | 317 | 6 | 56 | 0 | 141 | 23 | 130 | 136 | 52 |
| Binary | 1110000 | 11001111 | 110 | 101110 | 0 | 1100001 | 10011 | 1011000 | 1011110 | 101010 |
Color Harmonies of #70CF06
Complementary color
Monochromatic Colors of #70CF06
Black with #70CF06
Text Example
Text Example
White with #70CF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF06; }
p { color: rgb(112,207,6); }
H1.HeaderClassName
{
color: #70CF06;
}
.AnyTagClassName
{
color: #70CF06;
}
</style>
background-color css
<style>
a { background-color: #70CF06; }
a { background-color: rgb(112,207,6); }
div.DivClassName
{
background-color: #70CF06;
}
.BgClassName
{
background-color: #70CF06;
}
</style>
border-color css
<style>
span { border-color: #70CF06; }
span { border-color: rgb(112,207,6); }
td.TdClassName
{
border-color: #70CF06;
}
.TagClassName
{
border-color: #70CF06;
}
</style>