Shades of Christi #70C305
Tints of Christi #70C305
RGB
CMYK
RGB Variations
Color information
#70C305 (or 0x70C305) is known color: Christi. HEX triplet: 70, C3 and 05. RGB value is (112,195,5). Sum of RGB (Red+Green+Blue) = 112+195+5=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 195 (76.56% from 255 or 62.5% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 195 - color contains mainly: green. Hex color #70C305 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70C305 is #8F3CFA. Grayscale: #959595. Windows color (decimal): -9387259 or 377712. OLE color: 377712.
HSL color Cylindrical-coordinate representation of color #70C305: hue angle of 86.21º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70C305 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 195 | 5 | - |
| CMYK | 0.43 | 0 | 0.97 | 0.24 |
| HSL | 86.21º | 0.95% | 0.39% | - |
| HSV(B) | 86.21º | 0.97% | 0.76% | - |
| XYZ | 26.22 | 42.49 | 6.96 | - |
| YUV | 148.52 | 47 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 195 | 5 | 0.43 | 0 | 0.97 | 0.24 | 86.21 | 0.95 | 0.39 |
| Hex | 70 | C3 | 5 | 2B | 0 | 61 | 18 | 56 | 5F | 27 |
| Octal | 160 | 303 | 5 | 53 | 0 | 141 | 30 | 126 | 137 | 47 |
| Binary | 1110000 | 11000011 | 101 | 101011 | 0 | 1100001 | 11000 | 1010110 | 1011111 | 100111 |
Color Harmonies of #70C305
Complementary color
Monochromatic Colors of #70C305
Black with #70C305
Text Example
Text Example
White with #70C305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C305; }
p { color: rgb(112,195,5); }
H1.HeaderClassName
{
color: #70C305;
}
.AnyTagClassName
{
color: #70C305;
}
</style>
background-color css
<style>
a { background-color: #70C305; }
a { background-color: rgb(112,195,5); }
div.DivClassName
{
background-color: #70C305;
}
.BgClassName
{
background-color: #70C305;
}
</style>
border-color css
<style>
span { border-color: #70C305; }
span { border-color: rgb(112,195,5); }
td.TdClassName
{
border-color: #70C305;
}
.TagClassName
{
border-color: #70C305;
}
</style>