#70e545

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

Shades of Mantis #70E545

Tints of Mantis #70E545

Color information

#70E545 (or 0x70E545) is unknown color: approx Mantis. HEX triplet: 70, E5 and 45. RGB value is (112,229,69). Sum of RGB (Red+Green+Blue) = 112+229+69=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 229 (89.84% from 255 or 55.85% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 229 - color contains mainly: green. Hex color #70E545 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E545 is #8F1ABA. Grayscale: #B0B0B0. Windows color (decimal): -9378491 or 4580720. OLE color: 4580720.

HSL color Cylindrical-coordinate representation of color #70E545: hue angle of 103.88º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70E545 is Cyan = 0.51, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB11222969-
CMYK0.5100.700.10
HSL103.88º75.47%58.43%-
HSV(B)103.88º69.87%89.8%-
XYZ35.7859.9115.31-
YUV175.7867.7482.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.32%
GREEN value IS 229 (89.84% from 255) = 55.85%
BLUE value IS 69 (27.34% from 255) = 16.83%
R=27.32%
G=55.85%
B=16.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal112229690.5100.700.10103.8875.4758.43
Hex70E54533046A684b3a
Octal1603451056301061215011372
Binary111000011100101100010111001101000110101011010001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70e545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,229,69); }

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

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

 a { background-color: rgb(112,229,69); }

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

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

 span { border-color: rgb(112,229,69); }

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