#70BE5D

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

Shades of Mantis #70BE5D

Tints of Mantis #70BE5D

Color information

#70BE5D (or 0x70BE5D) is unknown color: approx Mantis. HEX triplet: 70, BE and 5D. RGB value is (112,190,93). Sum of RGB (Red+Green+Blue) = 112+190+93=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 190 (74.61% from 255 or 48.10% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BE5D is #8F41A2. Grayscale: #9B9B9B. Windows color (decimal): -9388451 or 6143600. OLE color: 6143600.

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

Color convert

RGB11219093-
CMYK0.4100.510.25
HSL108.25º42.73%55.49%-
HSV(B)108.25º51.05%74.51%-
XYZ27.0741.0616.85-
YUV155.6292.6696.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.35%
GREEN value IS 190 (74.61% from 255) = 48.10%
BLUE value IS 93 (36.72% from 255) = 23.54%
R=28.35%
G=48.10%
B=23.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112190930.4100.510.25108.2542.7355.49
Hex70BE5D29033196c2b37
Octal16027613551063311545367
Binary11100001011111010111011010010110011110011101100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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