#70BA5E

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

Shades of Mantis #70BA5E

Tints of Mantis #70BA5E

Color information

#70BA5E (or 0x70BA5E) is unknown color: approx Mantis. HEX triplet: 70, BA and 5E. RGB value is (112,186,94). Sum of RGB (Red+Green+Blue) = 112+186+94=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA5E is #8F45A1. Grayscale: #999999. Windows color (decimal): -9389474 or 6208112. OLE color: 6208112.

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

Color convert

RGB11218694-
CMYK0.4000.490.27
HSL108.26º40%54.9%-
HSV(B)108.26º49.46%72.94%-
XYZ26.2639.3716.8-
YUV153.3994.4898.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.57%
GREEN value IS 186 (73.05% from 255) = 47.45%
BLUE value IS 94 (37.11% from 255) = 23.98%
R=28.57%
G=47.45%
B=23.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112186940.4000.490.27108.264054.9
Hex70BA5E280311B6c2837
Octal16027213650061331545067
Binary11100001011101010111101010000110001110111101100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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