#70BF62

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

Shades of Mantis #70BF62

Tints of Mantis #70BF62

Color information

#70BF62 (or 0x70BF62) is unknown color: approx Mantis. HEX triplet: 70, BF and 62. RGB value is (112,191,98). Sum of RGB (Red+Green+Blue) = 112+191+98=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BF62 is #8F409D. Grayscale: #9D9D9D. Windows color (decimal): -9388190 or 6471536. OLE color: 6471536.

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

Color convert

RGB11219198-
CMYK0.4100.490.25
HSL110.97º42.08%56.67%-
HSV(B)110.97º48.69%74.9%-
XYZ27.5241.5918.13-
YUV156.7894.8396.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.93%
GREEN value IS 191 (75% from 255) = 47.63%
BLUE value IS 98 (38.67% from 255) = 24.44%
R=27.93%
G=47.63%
B=24.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112191980.4100.490.25110.9742.0856.67
Hex70BF6229031196f2a39
Octal16027714251061311575271
Binary11100001011111111000101010010110001110011101111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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