#70E03F

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

Shades of Mantis #70E03F

Tints of Mantis #70E03F

Color information

#70E03F (or 0x70E03F) is unknown color: approx Mantis. HEX triplet: 70, E0 and 3F. RGB value is (112,224,63). Sum of RGB (Red+Green+Blue) = 112+224+63=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 224 (87.89% from 255 or 56.14% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 224 - color contains mainly: green. Hex color #70E03F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E03F is #8F1FC0. Grayscale: #ACACAC. Windows color (decimal): -9379777 or 4186224. OLE color: 4186224.

HSL color Cylindrical-coordinate representation of color #70E03F: hue angle of 101.74º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70E03F is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB11222463-
CMYK0.5000.720.12
HSL101.74º72.2%56.27%-
HSV(B)101.74º71.88%87.84%-
XYZ34.2357.1113.92-
YUV172.1666.3985.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.07%
GREEN value IS 224 (87.89% from 255) = 56.14%
BLUE value IS 63 (25% from 255) = 15.79%
R=28.07%
G=56.14%
B=15.79%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal112224630.5000.720.12101.7472.256.27
Hex70E03F32048C664838
Octal160340776201101414611070
Binary11100001110000011111111001001001000110011001101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,224,63); }

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

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

 a { background-color: rgb(112,224,63); }

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

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

 span { border-color: rgb(112,224,63); }

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