#70D24F

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

Shades of Mantis #70D24F

Tints of Mantis #70D24F

Color information

#70D24F (or 0x70D24F) is unknown color: approx Mantis. HEX triplet: 70, D2 and 4F. RGB value is (112,210,79). Sum of RGB (Red+Green+Blue) = 112+210+79=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 210 (82.42% from 255 or 52.37% from 401); Blue value is 79 (31.25% from 255 or 19.70% from 401); Max value from RGB is 210 - color contains mainly: green. Hex color #70D24F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D24F is #8F2DB0. Grayscale: #A6A6A6. Windows color (decimal): -9383345 or 5231216. OLE color: 5231216.

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

Color convert

RGB11221079-
CMYK0.4700.620.18
HSL104.89º59.28%56.67%-
HSV(B)104.89º62.38%82.35%-
XYZ31.1450.115.43-
YUV165.7679.0389.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.93%
GREEN value IS 210 (82.42% from 255) = 52.37%
BLUE value IS 79 (31.25% from 255) = 19.70%
R=27.93%
G=52.37%
B=19.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal112210790.4700.620.18104.8959.2856.67
Hex70D24F2F03E12693b39
Octal16032211757076221517371
Binary11100001101001010011111011110111110100101101001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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