#70d153

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

Shades of Mantis #70D153

Tints of Mantis #70D153

Color information

#70D153 (or 0x70D153) is unknown color: approx Mantis. HEX triplet: 70, D1 and 53. RGB value is (112,209,83). Sum of RGB (Red+Green+Blue) = 112+209+83=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 209 (82.03% from 255 or 51.73% from 404); Blue value is 83 (32.81% from 255 or 20.54% from 404); Max value from RGB is 209 - color contains mainly: green. Hex color #70D153 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D153 is #8F2EAC. Grayscale: #A6A6A6. Windows color (decimal): -9383597 or 5493104. OLE color: 5493104.

HSL color Cylindrical-coordinate representation of color #70D153: hue angle of 106.19º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70D153 is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB11220983-
CMYK0.4600.600.18
HSL106.19º57.8%57.25%-
HSV(B)106.19º60.29%81.96%-
XYZ31.0449.6716.13-
YUV165.6381.3689.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.72%
GREEN value IS 209 (82.03% from 255) = 51.73%
BLUE value IS 83 (32.81% from 255) = 20.54%
R=27.72%
G=51.73%
B=20.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal112209830.4600.600.18106.1957.857.25
Hex70D1532E03C126a3a39
Octal16032112356074221527271
Binary11100001101000110100111011100111100100101101010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70d153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,209,83); }

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

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

 a { background-color: rgb(112,209,83); }

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

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

 span { border-color: rgb(112,209,83); }

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