#70BA19

Color #70BA19 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #70BA19

Tints of Christi #70BA19

Color information

#70BA19 (or 0x70BA19) is unknown color: approx Christi. HEX triplet: 70, BA and 19. RGB value is (112,186,25). Sum of RGB (Red+Green+Blue) = 112+186+25=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 186 (73.05% from 255 or 57.59% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #70BA19 is #8F45E6. Grayscale: #929292. Windows color (decimal): -9389543 or 1686128. OLE color: 1686128.

HSL color Cylindrical-coordinate representation of color #70BA19: hue angle of 87.58º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #70BA19 is Cyan = 0.40, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB11218625-
CMYK0.4000.870.27
HSL87.58º76.3%41.37%-
HSV(B)87.58º86.56%72.94%-
XYZ24.4238.637.09-
YUV145.5259.98104.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 186 (73.05% from 255) = 57.59%
BLUE value IS 25 (10.16% from 255) = 7.74%
R=34.67%
G=57.59%
B=7.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112186250.4000.870.2787.5876.341.37
Hex70BA19280571B584c29
Octal160272315001273313011451
Binary11100001011101011001101000010101111101110110001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BA19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70BA19; }

 p { color: rgb(112,186,25); }

 H1.HeaderClassName
 {
   color: #70BA19;
 }
 .AnyTagClassName
 {
   color: #70BA19;
 }
</style>
background-color css

<style>
 a { background-color: #70BA19; }

 a { background-color: rgb(112,186,25); }

 div.DivClassName
 {
   background-color: #70BA19;
 }
 .BgClassName
 {
   background-color: #70BA19;
 }
</style>
border-color css

<style>
 span { border-color: #70BA19; }

 span { border-color: rgb(112,186,25); }

 td.TdClassName
 {
   border-color: #70BA19;
 }
 .TagClassName
 {
   border-color: #70BA19;
 }
</style>