Shades of Christi #70D00B
Tints of Christi #70D00B
RGB
CMYK
RGB Variations
Color information
#70D00B (or 0x70D00B) is known color: Christi. HEX triplet: 70, D0 and 0B. RGB value is (112,208,11). Sum of RGB (Red+Green+Blue) = 112+208+11=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 208 (81.64% from 255 or 62.84% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 208 - color contains mainly: green. Hex color #70D00B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70D00B is #8F2FF4. Grayscale: #9D9D9D. Windows color (decimal): -9383925 or 774256. OLE color: 774256.
HSL color Cylindrical-coordinate representation of color #70D00B: hue angle of 89.24º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #70D00B is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 208 | 11 | - |
| CMYK | 0.46 | 0 | 0.95 | 0.18 |
| HSL | 89.24º | 0.9% | 0.43% | - |
| HSV(B) | 89.24º | 0.95% | 0.82% | - |
| XYZ | 29.3 | 48.58 | 8.15 | - |
| YUV | 156.84 | 45.7 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 208 | 11 | 0.46 | 0 | 0.95 | 0.18 | 89.24 | 0.9 | 0.43 |
| Hex | 70 | D0 | B | 2E | 0 | 5F | 12 | 59 | 5A | 2B |
| Octal | 160 | 320 | 13 | 56 | 0 | 137 | 22 | 131 | 132 | 53 |
| Binary | 1110000 | 11010000 | 1011 | 101110 | 0 | 1011111 | 10010 | 1011001 | 1011010 | 101011 |
Color Harmonies of #70D00B
Complementary color
Monochromatic Colors of #70D00B
Black with #70D00B
Text Example
Text Example
White with #70D00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D00B; }
p { color: rgb(112,208,11); }
H1.HeaderClassName
{
color: #70D00B;
}
.AnyTagClassName
{
color: #70D00B;
}
</style>
background-color css
<style>
a { background-color: #70D00B; }
a { background-color: rgb(112,208,11); }
div.DivClassName
{
background-color: #70D00B;
}
.BgClassName
{
background-color: #70D00B;
}
</style>
border-color css
<style>
span { border-color: #70D00B; }
span { border-color: rgb(112,208,11); }
td.TdClassName
{
border-color: #70D00B;
}
.TagClassName
{
border-color: #70D00B;
}
</style>