Shades of Christi #70CD14
Tints of Christi #70CD14
RGB
CMYK
RGB Variations
Color information
#70CD14 (or 0x70CD14) is known color: Christi. HEX triplet: 70, CD and 14. RGB value is (112,205,20). Sum of RGB (Red+Green+Blue) = 112+205+20=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 205 (80.47% from 255 or 60.83% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70CD14 is #8F32EB. Grayscale: #9C9C9C. Windows color (decimal): -9384684 or 1363312. OLE color: 1363312.
HSL color Cylindrical-coordinate representation of color #70CD14: hue angle of 90.16º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70CD14 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 205 | 20 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.20 |
| HSL | 90.16º | 0.82% | 0.44% | - |
| HSV(B) | 90.16º | 0.9% | 0.8% | - |
| XYZ | 28.64 | 47.16 | 8.25 | - |
| YUV | 156.1 | 51.19 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 205 | 20 | 0.45 | 0 | 0.90 | 0.20 | 90.16 | 0.82 | 0.44 |
| Hex | 70 | CD | 14 | 2D | 0 | 5A | 14 | 5A | 52 | 2C |
| Octal | 160 | 315 | 24 | 55 | 0 | 132 | 24 | 132 | 122 | 54 |
| Binary | 1110000 | 11001101 | 10100 | 101101 | 0 | 1011010 | 10100 | 1011010 | 1010010 | 101100 |
Color Harmonies of #70CD14
Complementary color
Monochromatic Colors of #70CD14
Black with #70CD14
Text Example
Text Example
White with #70CD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CD14; }
p { color: rgb(112,205,20); }
H1.HeaderClassName
{
color: #70CD14;
}
.AnyTagClassName
{
color: #70CD14;
}
</style>
background-color css
<style>
a { background-color: #70CD14; }
a { background-color: rgb(112,205,20); }
div.DivClassName
{
background-color: #70CD14;
}
.BgClassName
{
background-color: #70CD14;
}
</style>
border-color css
<style>
span { border-color: #70CD14; }
span { border-color: rgb(112,205,20); }
td.TdClassName
{
border-color: #70CD14;
}
.TagClassName
{
border-color: #70CD14;
}
</style>