#70D75B

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

Shades of Mantis #70D75B

Tints of Mantis #70D75B

Color information

#70D75B (or 0x70D75B) is unknown color: approx Mantis. HEX triplet: 70, D7 and 5B. RGB value is (112,215,91). Sum of RGB (Red+Green+Blue) = 112+215+91=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 215 (84.38% from 255 or 51.44% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 215 - color contains mainly: green. Hex color #70D75B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D75B is #8F28A4. Grayscale: #AAAAAA. Windows color (decimal): -9382053 or 6018928. OLE color: 6018928.

HSL color Cylindrical-coordinate representation of color #70D75B: hue angle of 109.84º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70D75B is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB11221591-
CMYK0.4800.580.16
HSL109.84º60.78%60%-
HSV(B)109.84º57.67%84.31%-
XYZ32.8752.818.36-
YUV170.0783.3886.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.79%
GREEN value IS 215 (84.38% from 255) = 51.44%
BLUE value IS 91 (35.94% from 255) = 21.77%
R=26.79%
G=51.44%
B=21.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal112215910.4800.580.16109.8460.7860
Hex70D75B3003A106e3d3c
Octal16032713360072201567574
Binary11100001101011110110111100000111010100001101110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,215,91); }

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

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

 a { background-color: rgb(112,215,91); }

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

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

 span { border-color: rgb(112,215,91); }

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