Shades of Christi #70CF05
Tints of Christi #70CF05
RGB
CMYK
RGB Variations
Color information
#70CF05 (or 0x70CF05) is known color: Christi. HEX triplet: 70, CF and 05. RGB value is (112,207,5). Sum of RGB (Red+Green+Blue) = 112+207+5=324 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.57% from 324); Green value is 207 (81.25% from 255 or 63.89% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70CF05 is #8F30FA. Grayscale: #9C9C9C. Windows color (decimal): -9384187 or 380784. OLE color: 380784.
HSL color Cylindrical-coordinate representation of color #70CF05: hue angle of 88.22º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70CF05 is Cyan = 0.46, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 5 | - |
| CMYK | 0.46 | 0 | 0.98 | 0.19 |
| HSL | 88.22º | 0.95% | 0.42% | - |
| HSV(B) | 88.22º | 0.98% | 0.81% | - |
| XYZ | 29.02 | 48.08 | 7.89 | - |
| YUV | 155.57 | 43.03 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 5 | 0.46 | 0 | 0.98 | 0.19 | 88.22 | 0.95 | 0.42 |
| Hex | 70 | CF | 5 | 2E | 0 | 62 | 13 | 58 | 5F | 2A |
| Octal | 160 | 317 | 5 | 56 | 0 | 142 | 23 | 130 | 137 | 52 |
| Binary | 1110000 | 11001111 | 101 | 101110 | 0 | 1100010 | 10011 | 1011000 | 1011111 | 101010 |
Color Harmonies of #70CF05
Complementary color
Monochromatic Colors of #70CF05
Black with #70CF05
Text Example
Text Example
White with #70CF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF05; }
p { color: rgb(112,207,5); }
H1.HeaderClassName
{
color: #70CF05;
}
.AnyTagClassName
{
color: #70CF05;
}
</style>
background-color css
<style>
a { background-color: #70CF05; }
a { background-color: rgb(112,207,5); }
div.DivClassName
{
background-color: #70CF05;
}
.BgClassName
{
background-color: #70CF05;
}
</style>
border-color css
<style>
span { border-color: #70CF05; }
span { border-color: rgb(112,207,5); }
td.TdClassName
{
border-color: #70CF05;
}
.TagClassName
{
border-color: #70CF05;
}
</style>