#70D543

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

Shades of Mantis #70D543

Tints of Mantis #70D543

Color information

#70D543 (or 0x70D543) is unknown color: approx Mantis. HEX triplet: 70, D5 and 43. RGB value is (112,213,67). Sum of RGB (Red+Green+Blue) = 112+213+67=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 213 (83.59% from 255 or 54.34% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 213 - color contains mainly: green. Hex color #70D543 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D543 is #8F2ABC. Grayscale: #A6A6A6. Windows color (decimal): -9382589 or 4445552. OLE color: 4445552.

HSL color Cylindrical-coordinate representation of color #70D543: hue angle of 101.51º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70D543 is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB11221367-
CMYK0.4700.690.16
HSL101.51º63.48%54.9%-
HSV(B)101.51º68.54%83.53%-
XYZ31.4951.4413.58-
YUV166.1672.0489.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.57%
GREEN value IS 213 (83.59% from 255) = 54.34%
BLUE value IS 67 (26.56% from 255) = 17.09%
R=28.57%
G=54.34%
B=17.09%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal112213670.4700.690.16101.5163.4854.9
Hex70D5432F04510663f37
Octal160325103570105201467767
Binary111000011010101100001110111101000101100001100110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,213,67); }

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

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

 a { background-color: rgb(112,213,67); }

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

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

 span { border-color: rgb(112,213,67); }

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