#70DE44

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

Shades of Mantis #70DE44

Tints of Mantis #70DE44

Color information

#70DE44 (or 0x70DE44) is unknown color: approx Mantis. HEX triplet: 70, DE and 44. RGB value is (112,222,68). Sum of RGB (Red+Green+Blue) = 112+222+68=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 222 (87.11% from 255 or 55.22% from 402); Blue value is 68 (26.95% from 255 or 16.92% from 402); Max value from RGB is 222 - color contains mainly: green. Hex color #70DE44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DE44 is #8F21BB. Grayscale: #ACACAC. Windows color (decimal): -9380284 or 4513392. OLE color: 4513392.

HSL color Cylindrical-coordinate representation of color #70DE44: hue angle of 102.86º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70DE44 is Cyan = 0.50, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB11222268-
CMYK0.5000.690.13
HSL102.86º70%56.86%-
HSV(B)102.86º69.37%87.06%-
XYZ33.8556.114.51-
YUV171.5569.5685.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.86%
GREEN value IS 222 (87.11% from 255) = 55.22%
BLUE value IS 68 (26.95% from 255) = 16.92%
R=27.86%
G=55.22%
B=16.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal112222680.5000.690.13102.867056.86
Hex70DE4432045D674639
Octal1603361046201051514710671
Binary111000011011110100010011001001000101110111001111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DE44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,222,68); }

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

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

 a { background-color: rgb(112,222,68); }

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

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

 span { border-color: rgb(112,222,68); }

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