#70E247

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

Shades of Mantis #70E247

Tints of Mantis #70E247

Color information

#70E247 (or 0x70E247) is unknown color: approx Mantis. HEX triplet: 70, E2 and 47. RGB value is (112,226,71). Sum of RGB (Red+Green+Blue) = 112+226+71=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 226 (88.67% from 255 or 55.26% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 226 - color contains mainly: green. Hex color #70E247 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E247 is #8F1DB8. Grayscale: #AEAEAE. Windows color (decimal): -9379257 or 4711024. OLE color: 4711024.

HSL color Cylindrical-coordinate representation of color #70E247: hue angle of 104.13º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70E247 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB11222671-
CMYK0.5000.690.11
HSL104.13º72.77%58.24%-
HSV(B)104.13º68.58%88.63%-
XYZ35.0258.2915.37-
YUV174.2469.7383.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.38%
GREEN value IS 226 (88.67% from 255) = 55.26%
BLUE value IS 71 (28.12% from 255) = 17.36%
R=27.38%
G=55.26%
B=17.36%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal112226710.5000.690.11104.1372.7758.24
Hex70E24732045B68493a
Octal1603421076201051315011172
Binary111000011100010100011111001001000101101111010001001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,226,71); }

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

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

 a { background-color: rgb(112,226,71); }

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

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

 span { border-color: rgb(112,226,71); }

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