Shades of Christi #70BD27
Tints of Christi #70BD27
RGB
CMYK
RGB Variations
Color information
#70BD27 (or 0x70BD27) is known color: Christi. HEX triplet: 70, BD and 27. RGB value is (112,189,39). Sum of RGB (Red+Green+Blue) = 112+189+39=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 189 (74.22% from 255 or 55.59% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BD27 is #8F42D8. Grayscale: #959595. Windows color (decimal): -9388761 or 2604400. OLE color: 2604400.
HSL color Cylindrical-coordinate representation of color #70BD27: hue angle of 90.8º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70BD27 is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 189 | 39 | - |
| CMYK | 0.41 | 0 | 0.79 | 0.26 |
| HSL | 90.8º | 0.66% | 0.45% | - |
| HSV(B) | 90.8º | 0.79% | 0.74% | - |
| XYZ | 25.25 | 39.99 | 8.31 | - |
| YUV | 148.88 | 65.99 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 189 | 39 | 0.41 | 0 | 0.79 | 0.26 | 90.8 | 0.66 | 0.45 |
| Hex | 70 | BD | 27 | 29 | 0 | 4F | 1A | 5B | 42 | 2D |
| Octal | 160 | 275 | 47 | 51 | 0 | 117 | 32 | 133 | 102 | 55 |
| Binary | 1110000 | 10111101 | 100111 | 101001 | 0 | 1001111 | 11010 | 1011011 | 1000010 | 101101 |
Color Harmonies of #70BD27
Complementary color
Monochromatic Colors of #70BD27
Black with #70BD27
Text Example
Text Example
White with #70BD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BD27; }
p { color: rgb(112,189,39); }
H1.HeaderClassName
{
color: #70BD27;
}
.AnyTagClassName
{
color: #70BD27;
}
</style>
background-color css
<style>
a { background-color: #70BD27; }
a { background-color: rgb(112,189,39); }
div.DivClassName
{
background-color: #70BD27;
}
.BgClassName
{
background-color: #70BD27;
}
</style>
border-color css
<style>
span { border-color: #70BD27; }
span { border-color: rgb(112,189,39); }
td.TdClassName
{
border-color: #70BD27;
}
.TagClassName
{
border-color: #70BD27;
}
</style>