Shades of Christi #70BF02
Tints of Christi #70BF02
RGB
CMYK
RGB Variations
Color information
#70BF02 (or 0x70BF02) is known color: Christi. HEX triplet: 70, BF and 02. RGB value is (112,191,2). Sum of RGB (Red+Green+Blue) = 112+191+2=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 191 (75% from 255 or 62.62% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70BF02 is #8F40FD. Grayscale: #929292. Windows color (decimal): -9388286 or 180080. OLE color: 180080.
HSL color Cylindrical-coordinate representation of color #70BF02: hue angle of 85.08º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #70BF02 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 191 | 2 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.25 |
| HSL | 85.08º | 0.98% | 0.38% | - |
| HSV(B) | 85.08º | 0.99% | 0.75% | - |
| XYZ | 25.32 | 40.71 | 6.58 | - |
| YUV | 145.83 | 46.83 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 191 | 2 | 0.41 | 0 | 0.99 | 0.25 | 85.08 | 0.98 | 0.38 |
| Hex | 70 | BF | 2 | 29 | 0 | 63 | 19 | 55 | 62 | 26 |
| Octal | 160 | 277 | 2 | 51 | 0 | 143 | 31 | 125 | 142 | 46 |
| Binary | 1110000 | 10111111 | 10 | 101001 | 0 | 1100011 | 11001 | 1010101 | 1100010 | 100110 |
Color Harmonies of #70BF02
Complementary color
Monochromatic Colors of #70BF02
Black with #70BF02
Text Example
Text Example
White with #70BF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BF02; }
p { color: rgb(112,191,2); }
H1.HeaderClassName
{
color: #70BF02;
}
.AnyTagClassName
{
color: #70BF02;
}
</style>
background-color css
<style>
a { background-color: #70BF02; }
a { background-color: rgb(112,191,2); }
div.DivClassName
{
background-color: #70BF02;
}
.BgClassName
{
background-color: #70BF02;
}
</style>
border-color css
<style>
span { border-color: #70BF02; }
span { border-color: rgb(112,191,2); }
td.TdClassName
{
border-color: #70BF02;
}
.TagClassName
{
border-color: #70BF02;
}
</style>