#70D350

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

Shades of Mantis #70D350

Tints of Mantis #70D350

Color information

#70D350 (or 0x70D350) is unknown color: approx Mantis. HEX triplet: 70, D3 and 50. RGB value is (112,211,80). Sum of RGB (Red+Green+Blue) = 112+211+80=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 211 (82.81% from 255 or 52.36% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 211 - color contains mainly: green. Hex color #70D350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D350 is #8F2CAF. Grayscale: #A6A6A6. Windows color (decimal): -9383088 or 5297008. OLE color: 5297008.

HSL color Cylindrical-coordinate representation of color #70D350: hue angle of 105.34º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70D350 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB11221180-
CMYK0.4700.620.17
HSL105.34º59.82%57.06%-
HSV(B)105.34º62.09%82.75%-
XYZ31.4250.6115.7-
YUV166.4679.289.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.79%
GREEN value IS 211 (82.81% from 255) = 52.36%
BLUE value IS 80 (31.64% from 255) = 19.85%
R=27.79%
G=52.36%
B=19.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal112211800.4700.620.17105.3459.8257.06
Hex70D3502F03E11693c39
Octal16032312057076211517471
Binary11100001101001110100001011110111110100011101001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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