#70B25D

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

Shades of Mantis #70B25D

Tints of Mantis #70B25D

Color information

#70B25D (or 0x70B25D) is unknown color: approx Mantis. HEX triplet: 70, B2 and 5D. RGB value is (112,178,93). Sum of RGB (Red+Green+Blue) = 112+178+93=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 178 - color contains mainly: green. Hex color #70B25D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B25D is #8F4DA2. Grayscale: #949494. Windows color (decimal): -9391523 or 6140528. OLE color: 6140528.

HSL color Cylindrical-coordinate representation of color #70B25D: hue angle of 106.59º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70B25D is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB11217893-
CMYK0.3700.480.30
HSL106.59º35.56%53.14%-
HSV(B)106.59º47.75%69.8%-
XYZ24.5836.0816.02-
YUV148.5896.63101.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.24%
GREEN value IS 178 (69.92% from 255) = 46.48%
BLUE value IS 93 (36.72% from 255) = 24.28%
R=29.24%
G=46.48%
B=24.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal112178930.3700.480.30106.5935.5653.14
Hex70B25D250301E6b2435
Octal16026213545060361534465
Binary11100001011001010111011001010110000111101101011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B25D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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