#70D251

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

Shades of Mantis #70D251

Tints of Mantis #70D251

Color information

#70D251 (or 0x70D251) is unknown color: approx Mantis. HEX triplet: 70, D2 and 51. RGB value is (112,210,81). Sum of RGB (Red+Green+Blue) = 112+210+81=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 210 (82.42% from 255 or 52.11% from 403); Blue value is 81 (32.03% from 255 or 20.10% from 403); Max value from RGB is 210 - color contains mainly: green. Hex color #70D251 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D251 is #8F2DAE. Grayscale: #A6A6A6. Windows color (decimal): -9383343 or 5362288. OLE color: 5362288.

HSL color Cylindrical-coordinate representation of color #70D251: hue angle of 105.58º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #70D251 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB11221081-
CMYK0.4700.610.18
HSL105.58º58.9%57.06%-
HSV(B)105.58º61.43%82.35%-
XYZ31.2150.1315.82-
YUV165.9980.0389.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.79%
GREEN value IS 210 (82.42% from 255) = 52.11%
BLUE value IS 81 (32.03% from 255) = 20.10%
R=27.79%
G=52.11%
B=20.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal112210810.4700.610.18105.5858.957.06
Hex70D2512F03D126a3b39
Octal16032212157075221527371
Binary11100001101001010100011011110111101100101101010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,210,81); }

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

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

 a { background-color: rgb(112,210,81); }

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

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

 span { border-color: rgb(112,210,81); }

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