Shades of Christi #70CD15
Tints of Christi #70CD15
RGB
CMYK
RGB Variations
Color information
#70CD15 (or 0x70CD15) is known color: Christi. HEX triplet: 70, CD and 15. RGB value is (112,205,21). Sum of RGB (Red+Green+Blue) = 112+205+21=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 205 (80.47% from 255 or 60.65% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70CD15 is #8F32EA. Grayscale: #9C9C9C. Windows color (decimal): -9384683 or 1428848. OLE color: 1428848.
HSL color Cylindrical-coordinate representation of color #70CD15: hue angle of 90.33º degrees, saturation: 0.81, 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 #70CD15 is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 205 | 21 | - |
| CMYK | 0.45 | 0 | 0.90 | 0.20 |
| HSL | 90.33º | 0.81% | 0.44% | - |
| HSV(B) | 90.33º | 0.9% | 0.8% | - |
| XYZ | 28.65 | 47.16 | 8.3 | - |
| YUV | 156.22 | 51.69 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 205 | 21 | 0.45 | 0 | 0.90 | 0.20 | 90.33 | 0.81 | 0.44 |
| Hex | 70 | CD | 15 | 2D | 0 | 5A | 14 | 5A | 51 | 2C |
| Octal | 160 | 315 | 25 | 55 | 0 | 132 | 24 | 132 | 121 | 54 |
| Binary | 1110000 | 11001101 | 10101 | 101101 | 0 | 1011010 | 10100 | 1011010 | 1010001 | 101100 |
Color Harmonies of #70CD15
Complementary color
Monochromatic Colors of #70CD15
Black with #70CD15
Text Example
Text Example
White with #70CD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CD15; }
p { color: rgb(112,205,21); }
H1.HeaderClassName
{
color: #70CD15;
}
.AnyTagClassName
{
color: #70CD15;
}
</style>
background-color css
<style>
a { background-color: #70CD15; }
a { background-color: rgb(112,205,21); }
div.DivClassName
{
background-color: #70CD15;
}
.BgClassName
{
background-color: #70CD15;
}
</style>
border-color css
<style>
span { border-color: #70CD15; }
span { border-color: rgb(112,205,21); }
td.TdClassName
{
border-color: #70CD15;
}
.TagClassName
{
border-color: #70CD15;
}
</style>