Shades of Christi #70BD24
Tints of Christi #70BD24
RGB
CMYK
RGB Variations
Color information
#70BD24 (or 0x70BD24) is known color: Christi. HEX triplet: 70, BD and 24. RGB value is (112,189,36). Sum of RGB (Red+Green+Blue) = 112+189+36=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 189 (74.22% from 255 or 56.08% from 337); Blue value is 36 (14.45% from 255 or 10.68% from 337); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70BD24 is #8F42DB. Grayscale: #959595. Windows color (decimal): -9388764 or 2407792. OLE color: 2407792.
HSL color Cylindrical-coordinate representation of color #70BD24: hue angle of 90.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70BD24 is Cyan = 0.41, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 189 | 36 | - |
| CMYK | 0.41 | 0 | 0.81 | 0.26 |
| HSL | 90.2º | 0.68% | 0.44% | - |
| HSV(B) | 90.2º | 0.81% | 0.74% | - |
| XYZ | 25.2 | 39.97 | 8.06 | - |
| YUV | 148.54 | 64.49 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 189 | 36 | 0.41 | 0 | 0.81 | 0.26 | 90.2 | 0.68 | 0.44 |
| Hex | 70 | BD | 24 | 29 | 0 | 51 | 1A | 5A | 44 | 2C |
| Octal | 160 | 275 | 44 | 51 | 0 | 121 | 32 | 132 | 104 | 54 |
| Binary | 1110000 | 10111101 | 100100 | 101001 | 0 | 1010001 | 11010 | 1011010 | 1000100 | 101100 |
Color Harmonies of #70BD24
Complementary color
Monochromatic Colors of #70BD24
Black with #70BD24
Text Example
Text Example
White with #70BD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BD24; }
p { color: rgb(112,189,36); }
H1.HeaderClassName
{
color: #70BD24;
}
.AnyTagClassName
{
color: #70BD24;
}
</style>
background-color css
<style>
a { background-color: #70BD24; }
a { background-color: rgb(112,189,36); }
div.DivClassName
{
background-color: #70BD24;
}
.BgClassName
{
background-color: #70BD24;
}
</style>
border-color css
<style>
span { border-color: #70BD24; }
span { border-color: rgb(112,189,36); }
td.TdClassName
{
border-color: #70BD24;
}
.TagClassName
{
border-color: #70BD24;
}
</style>