Shades of Christi #70B504
Tints of Christi #70B504
RGB
CMYK
RGB Variations
Color information
#70B504 (or 0x70B504) is known color: Christi. HEX triplet: 70, B5 and 04. RGB value is (112,181,4). Sum of RGB (Red+Green+Blue) = 112+181+4=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 181 (71.09% from 255 or 60.94% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 181 - color contains mainly: green. Hex color #70B504 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70B504 is #8F4AFB. Grayscale: #8C8C8C. Windows color (decimal): -9390844 or 308592. OLE color: 308592.
HSL color Cylindrical-coordinate representation of color #70B504: hue angle of 83.39º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70B504 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 112 | 181 | 4 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.29 |
| HSL | 83.39º | 0.96% | 0.36% | - |
| HSV(B) | 83.39º | 0.98% | 0.71% | - |
| XYZ | 23.23 | 36.5 | 5.94 | - |
| YUV | 140.19 | 51.14 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 181 | 4 | 0.38 | 0 | 0.98 | 0.29 | 83.39 | 0.96 | 0.36 |
| Hex | 70 | B5 | 4 | 26 | 0 | 62 | 1D | 53 | 60 | 24 |
| Octal | 160 | 265 | 4 | 46 | 0 | 142 | 35 | 123 | 140 | 44 |
| Binary | 1110000 | 10110101 | 100 | 100110 | 0 | 1100010 | 11101 | 1010011 | 1100000 | 100100 |
Color Harmonies of #70B504
Complementary color
Monochromatic Colors of #70B504
Black with #70B504
Text Example
Text Example
White with #70B504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B504; }
p { color: rgb(112,181,4); }
H1.HeaderClassName
{
color: #70B504;
}
.AnyTagClassName
{
color: #70B504;
}
</style>
background-color css
<style>
a { background-color: #70B504; }
a { background-color: rgb(112,181,4); }
div.DivClassName
{
background-color: #70B504;
}
.BgClassName
{
background-color: #70B504;
}
</style>
border-color css
<style>
span { border-color: #70B504; }
span { border-color: rgb(112,181,4); }
td.TdClassName
{
border-color: #70B504;
}
.TagClassName
{
border-color: #70B504;
}
</style>