Shades of Christi #70C502
Tints of Christi #70C502
RGB
CMYK
RGB Variations
Color information
#70C502 (or 0x70C502) is known color: Christi. HEX triplet: 70, C5 and 02. RGB value is (112,197,2). Sum of RGB (Red+Green+Blue) = 112+197+2=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 197 (77.34% from 255 or 63.34% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 197 - color contains mainly: green. Hex color #70C502 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C502 is #8F3AFD. Grayscale: #969696. Windows color (decimal): -9386750 or 181616. OLE color: 181616.
HSL color Cylindrical-coordinate representation of color #70C502: hue angle of 86.15º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70C502 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 197 | 2 | - |
| CMYK | 0.43 | 0 | 0.99 | 0.23 |
| HSL | 86.15º | 0.98% | 0.39% | - |
| HSV(B) | 86.15º | 0.99% | 0.77% | - |
| XYZ | 26.66 | 43.38 | 7.03 | - |
| YUV | 149.36 | 44.84 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 197 | 2 | 0.43 | 0 | 0.99 | 0.23 | 86.15 | 0.98 | 0.39 |
| Hex | 70 | C5 | 2 | 2B | 0 | 63 | 17 | 56 | 62 | 27 |
| Octal | 160 | 305 | 2 | 53 | 0 | 143 | 27 | 126 | 142 | 47 |
| Binary | 1110000 | 11000101 | 10 | 101011 | 0 | 1100011 | 10111 | 1010110 | 1100010 | 100111 |
Color Harmonies of #70C502
Complementary color
Monochromatic Colors of #70C502
Black with #70C502
Text Example
Text Example
White with #70C502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C502; }
p { color: rgb(112,197,2); }
H1.HeaderClassName
{
color: #70C502;
}
.AnyTagClassName
{
color: #70C502;
}
</style>
background-color css
<style>
a { background-color: #70C502; }
a { background-color: rgb(112,197,2); }
div.DivClassName
{
background-color: #70C502;
}
.BgClassName
{
background-color: #70C502;
}
</style>
border-color css
<style>
span { border-color: #70C502; }
span { border-color: rgb(112,197,2); }
td.TdClassName
{
border-color: #70C502;
}
.TagClassName
{
border-color: #70C502;
}
</style>