#70BE62

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

Shades of Mantis #70BE62

Tints of Mantis #70BE62

Color information

#70BE62 (or 0x70BE62) is unknown color: approx Mantis. HEX triplet: 70, BE and 62. RGB value is (112,190,98). Sum of RGB (Red+Green+Blue) = 112+190+98=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BE62 is #8F419D. Grayscale: #9C9C9C. Windows color (decimal): -9388446 or 6471280. OLE color: 6471280.

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

Color convert

RGB11219098-
CMYK0.4100.480.25
HSL110.87º41.44%56.47%-
HSV(B)110.87º48.42%74.51%-
XYZ27.341.1518.06-
YUV156.1995.1696.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28%
GREEN value IS 190 (74.61% from 255) = 47.5%
BLUE value IS 98 (38.67% from 255) = 24.5%
R=28%
G=47.5%
B=24.5%

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
Decimal112190980.4100.480.25110.8741.4456.47
Hex70BE6229030196f2938
Octal16027614251060311575170
Binary11100001011111011000101010010110000110011101111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BE62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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