#70BB5D

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

Shades of Mantis #70BB5D

Tints of Mantis #70BB5D

Color information

#70BB5D (or 0x70BB5D) is unknown color: approx Mantis. HEX triplet: 70, BB and 5D. RGB value is (112,187,93). Sum of RGB (Red+Green+Blue) = 112+187+93=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 187 - color contains mainly: green. Hex color #70BB5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BB5D is #8F44A2. Grayscale: #9A9A9A. Windows color (decimal): -9389219 or 6142832. OLE color: 6142832.

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

Color convert

RGB11218793-
CMYK0.4000.500.27
HSL107.87º40.87%54.9%-
HSV(B)107.87º50.27%73.33%-
XYZ26.4339.7816.64-
YUV153.8693.6598.14-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.57%
GREEN value IS 187 (73.44% from 255) = 47.70%
BLUE value IS 93 (36.72% from 255) = 23.72%
R=28.57%
G=47.70%
B=23.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112187930.4000.500.27107.8740.8754.9
Hex70BB5D280321B6c2937
Octal16027313550062331545167
Binary11100001011101110111011010000110010110111101100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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