Shades of Christi #70CF19
Tints of Christi #70CF19
RGB
CMYK
RGB Variations
Color information
#70CF19 (or 0x70CF19) is known color: Christi. HEX triplet: 70, CF and 19. RGB value is (112,207,25). Sum of RGB (Red+Green+Blue) = 112+207+25=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 207 (81.25% from 255 or 60.17% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 207 - color contains mainly: green. Hex color #70CF19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70CF19 is #8F30E6. Grayscale: #9E9E9E. Windows color (decimal): -9384167 or 1691504. OLE color: 1691504.
HSL color Cylindrical-coordinate representation of color #70CF19: hue angle of 91.32º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #70CF19 is Cyan = 0.46, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 25 | - |
| CMYK | 0.46 | 0 | 0.88 | 0.19 |
| HSL | 91.32º | 0.78% | 0.45% | - |
| HSV(B) | 91.32º | 0.88% | 0.81% | - |
| XYZ | 29.17 | 48.14 | 8.67 | - |
| YUV | 157.85 | 53.03 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 25 | 0.46 | 0 | 0.88 | 0.19 | 91.32 | 0.78 | 0.45 |
| Hex | 70 | CF | 19 | 2E | 0 | 58 | 13 | 5B | 4E | 2D |
| Octal | 160 | 317 | 31 | 56 | 0 | 130 | 23 | 133 | 116 | 55 |
| Binary | 1110000 | 11001111 | 11001 | 101110 | 0 | 1011000 | 10011 | 1011011 | 1001110 | 101101 |
Color Harmonies of #70CF19
Complementary color
Monochromatic Colors of #70CF19
Black with #70CF19
Text Example
Text Example
White with #70CF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CF19; }
p { color: rgb(112,207,25); }
H1.HeaderClassName
{
color: #70CF19;
}
.AnyTagClassName
{
color: #70CF19;
}
</style>
background-color css
<style>
a { background-color: #70CF19; }
a { background-color: rgb(112,207,25); }
div.DivClassName
{
background-color: #70CF19;
}
.BgClassName
{
background-color: #70CF19;
}
</style>
border-color css
<style>
span { border-color: #70CF19; }
span { border-color: rgb(112,207,25); }
td.TdClassName
{
border-color: #70CF19;
}
.TagClassName
{
border-color: #70CF19;
}
</style>