#70D65C

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

Shades of Mantis #70D65C

Tints of Mantis #70D65C

Color information

#70D65C (or 0x70D65C) is unknown color: approx Mantis. HEX triplet: 70, D6 and 5C. RGB value is (112,214,92). Sum of RGB (Red+Green+Blue) = 112+214+92=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #70D65C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D65C is #8F29A3. Grayscale: #A9A9A9. Windows color (decimal): -9382308 or 6084208. OLE color: 6084208.

HSL color Cylindrical-coordinate representation of color #70D65C: hue angle of 110.16º degrees, saturation: 0.6, 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 #70D65C is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB11221492-
CMYK0.4800.570.16
HSL110.16º59.8%60%-
HSV(B)110.16º57.01%83.92%-
XYZ32.6652.3118.5-
YUV169.5984.2186.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.79%
GREEN value IS 214 (83.98% from 255) = 51.20%
BLUE value IS 92 (36.33% from 255) = 22.01%
R=26.79%
G=51.20%
B=22.01%

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
Decimal112214920.4800.570.16110.1659.860
Hex70D65C30039106e3c3c
Octal16032613460071201567474
Binary11100001101011010111001100000111001100001101110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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