Shades of Christi #70BD1D
Tints of Christi #70BD1D
RGB
CMYK
RGB Variations
Color information
#70BD1D (or 0x70BD1D) is known color: Christi. HEX triplet: 70, BD and 1D. RGB value is (112,189,29). Sum of RGB (Red+Green+Blue) = 112+189+29=330 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.94% from 330); Green value is 189 (74.22% from 255 or 57.27% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BD1D is #8F42E2. Grayscale: #949494. Windows color (decimal): -9388771 or 1949040. OLE color: 1949040.
HSL color Cylindrical-coordinate representation of color #70BD1D: hue angle of 88.88º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #70BD1D is Cyan = 0.41, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 189 | 29 | - |
| CMYK | 0.41 | 0 | 0.85 | 0.26 |
| HSL | 88.88º | 0.73% | 0.43% | - |
| HSV(B) | 88.88º | 0.85% | 0.74% | - |
| XYZ | 25.1 | 39.93 | 7.55 | - |
| YUV | 147.74 | 60.99 | 102.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 189 | 29 | 0.41 | 0 | 0.85 | 0.26 | 88.88 | 0.73 | 0.43 |
| Hex | 70 | BD | 1D | 29 | 0 | 55 | 1A | 59 | 49 | 2B |
| Octal | 160 | 275 | 35 | 51 | 0 | 125 | 32 | 131 | 111 | 53 |
| Binary | 1110000 | 10111101 | 11101 | 101001 | 0 | 1010101 | 11010 | 1011001 | 1001001 | 101011 |
Color Harmonies of #70BD1D
Complementary color
Monochromatic Colors of #70BD1D
Black with #70BD1D
Text Example
Text Example
White with #70BD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BD1D; }
p { color: rgb(112,189,29); }
H1.HeaderClassName
{
color: #70BD1D;
}
.AnyTagClassName
{
color: #70BD1D;
}
</style>
background-color css
<style>
a { background-color: #70BD1D; }
a { background-color: rgb(112,189,29); }
div.DivClassName
{
background-color: #70BD1D;
}
.BgClassName
{
background-color: #70BD1D;
}
</style>
border-color css
<style>
span { border-color: #70BD1D; }
span { border-color: rgb(112,189,29); }
td.TdClassName
{
border-color: #70BD1D;
}
.TagClassName
{
border-color: #70BD1D;
}
</style>