#70BD5D

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

Shades of Mantis #70BD5D

Tints of Mantis #70BD5D

Color information

#70BD5D (or 0x70BD5D) is unknown color: approx Mantis. HEX triplet: 70, BD and 5D. RGB value is (112,189,93). Sum of RGB (Red+Green+Blue) = 112+189+93=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BD5D is #8F42A2. Grayscale: #9B9B9B. Windows color (decimal): -9388707 or 6143344. OLE color: 6143344.

HSL color Cylindrical-coordinate representation of color #70BD5D: hue angle of 108.12º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70BD5D is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB11218993-
CMYK0.4100.510.26
HSL108.12º42.11%55.29%-
HSV(B)108.12º50.79%74.12%-
XYZ26.8640.6316.78-
YUV155.0392.9997.31-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.43%
GREEN value IS 189 (74.22% from 255) = 47.97%
BLUE value IS 93 (36.72% from 255) = 23.60%
R=28.43%
G=47.97%
B=23.60%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal112189930.4100.510.26108.1242.1155.29
Hex70BD5D290331A6c2a37
Octal16027513551063321545267
Binary11100001011110110111011010010110011110101101100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,189,93); }

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

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

 a { background-color: rgb(112,189,93); }

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

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

 span { border-color: rgb(112,189,93); }

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