#70D25E

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

Shades of Mantis #70D25E

Tints of Mantis #70D25E

Color information

#70D25E (or 0x70D25E) is unknown color: approx Mantis. HEX triplet: 70, D2 and 5E. RGB value is (112,210,94). Sum of RGB (Red+Green+Blue) = 112+210+94=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 94 (37.11% from 255 or 22.60% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #70D25E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D25E is #8F2DA1. Grayscale: #A7A7A7. Windows color (decimal): -9383330 or 6214256. OLE color: 6214256.

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

Color convert

RGB11221094-
CMYK0.4700.550.18
HSL110.69º56.31%59.61%-
HSV(B)110.69º55.24%82.35%-
XYZ31.7550.3518.63-
YUV167.4786.5388.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.92%
GREEN value IS 210 (82.42% from 255) = 50.48%
BLUE value IS 94 (37.11% from 255) = 22.60%
R=26.92%
G=50.48%
B=22.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal112210940.4700.550.18110.6956.3159.61
Hex70D25E2F037126f383c
Octal16032213657067221577074
Binary11100001101001010111101011110110111100101101111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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