#70D75C

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

Shades of Mantis #70D75C

Tints of Mantis #70D75C

Color information

#70D75C (or 0x70D75C) is unknown color: approx Mantis. HEX triplet: 70, D7 and 5C. RGB value is (112,215,92). Sum of RGB (Red+Green+Blue) = 112+215+92=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 215 (84.38% from 255 or 51.31% from 419); Blue value is 92 (36.33% from 255 or 21.96% from 419); Max value from RGB is 215 - color contains mainly: green. Hex color #70D75C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D75C is #8F28A3. Grayscale: #AAAAAA. Windows color (decimal): -9382052 or 6084464. OLE color: 6084464.

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

Color convert

RGB11221592-
CMYK0.4800.570.16
HSL110.24º60.59%60.2%-
HSV(B)110.24º57.21%84.31%-
XYZ32.9152.8218.59-
YUV170.1883.8886.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.73%
GREEN value IS 215 (84.38% from 255) = 51.31%
BLUE value IS 92 (36.33% from 255) = 21.96%
R=26.73%
G=51.31%
B=21.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal112215920.4800.570.16110.2460.5960.2
Hex70D75C30039106e3d3c
Octal16032713460071201567574
Binary11100001101011110111001100000111001100001101110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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