#70BE63

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

Shades of Mantis #70BE63

Tints of Mantis #70BE63

Color information

#70BE63 (or 0x70BE63) is unknown color: approx Mantis. HEX triplet: 70, BE and 63. RGB value is (112,190,99). Sum of RGB (Red+Green+Blue) = 112+190+99=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BE63 is #8F419C. Grayscale: #9C9C9C. Windows color (decimal): -9388445 or 6536816. OLE color: 6536816.

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

Color convert

RGB11219099-
CMYK0.4100.480.25
HSL111.43º41.18%56.67%-
HSV(B)111.43º47.89%74.51%-
XYZ27.3541.1718.31-
YUV156.395.6696.4-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.93%
GREEN value IS 190 (74.61% from 255) = 47.38%
BLUE value IS 99 (39.06% from 255) = 24.69%
R=27.93%
G=47.38%
B=24.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112190990.4100.480.25111.4341.1856.67
Hex70BE6329030196f2939
Octal16027614351060311575171
Binary11100001011111011000111010010110000110011101111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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