Shades of Christi #70AF28
Tints of Christi #70AF28
RGB
CMYK
RGB Variations
Color information
#70AF28 (or 0x70AF28) is known color: Christi. HEX triplet: 70, AF and 28. RGB value is (112,175,40). Sum of RGB (Red+Green+Blue) = 112+175+40=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70AF28 is #8F50D7. Grayscale: #8D8D8D. Windows color (decimal): -9392344 or 2666352. OLE color: 2666352.
HSL color Cylindrical-coordinate representation of color #70AF28: hue angle of 88º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70AF28 is Cyan = 0.36, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 175 | 40 | - |
| CMYK | 0.36 | 0 | 0.77 | 0.31 |
| HSL | 88º | 0.63% | 0.42% | - |
| HSV(B) | 88º | 0.77% | 0.69% | - |
| XYZ | 22.4 | 34.26 | 7.44 | - |
| YUV | 140.77 | 71.13 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 175 | 40 | 0.36 | 0 | 0.77 | 0.31 | 88 | 0.63 | 0.42 |
| Hex | 70 | AF | 28 | 24 | 0 | 4D | 1F | 58 | 3F | 2A |
| Octal | 160 | 257 | 50 | 44 | 0 | 115 | 37 | 130 | 77 | 52 |
| Binary | 1110000 | 10101111 | 101000 | 100100 | 0 | 1001101 | 11111 | 1011000 | 111111 | 101010 |
Color Harmonies of #70AF28
Complementary color
Monochromatic Colors of #70AF28
Black with #70AF28
Text Example
Text Example
White with #70AF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AF28; }
p { color: rgb(112,175,40); }
H1.HeaderClassName
{
color: #70AF28;
}
.AnyTagClassName
{
color: #70AF28;
}
</style>
background-color css
<style>
a { background-color: #70AF28; }
a { background-color: rgb(112,175,40); }
div.DivClassName
{
background-color: #70AF28;
}
.BgClassName
{
background-color: #70AF28;
}
</style>
border-color css
<style>
span { border-color: #70AF28; }
span { border-color: rgb(112,175,40); }
td.TdClassName
{
border-color: #70AF28;
}
.TagClassName
{
border-color: #70AF28;
}
</style>