#70DE50

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

Shades of Mantis #70DE50

Tints of Mantis #70DE50

Color information

#70DE50 (or 0x70DE50) is unknown color: approx Mantis. HEX triplet: 70, DE and 50. RGB value is (112,222,80). Sum of RGB (Red+Green+Blue) = 112+222+80=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 222 (87.11% from 255 or 53.62% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 222 - color contains mainly: green. Hex color #70DE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DE50 is #8F21AF. Grayscale: #ADADAD. Windows color (decimal): -9380272 or 5299824. OLE color: 5299824.

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

Color convert

RGB11222280-
CMYK0.5000.640.13
HSL106.48º68.27%59.22%-
HSV(B)106.48º63.96%87.06%-
XYZ34.2556.2716.64-
YUV172.9275.5684.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.05%
GREEN value IS 222 (87.11% from 255) = 53.62%
BLUE value IS 80 (31.64% from 255) = 19.32%
R=27.05%
G=53.62%
B=19.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal112222800.5000.640.13106.4868.2759.22
Hex70DE5032040D6a443b
Octal1603361206201001515210473
Binary111000011011110101000011001001000000110111010101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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