#70CA59

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

Shades of Mantis #70CA59

Tints of Mantis #70CA59

Color information

#70CA59 (or 0x70CA59) is unknown color: approx Mantis. HEX triplet: 70, CA and 59. RGB value is (112,202,89). Sum of RGB (Red+Green+Blue) = 112+202+89=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 202 (79.30% from 255 or 50.12% from 403); Blue value is 89 (35.16% from 255 or 22.08% from 403); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CA59 is #8F35A6. Grayscale: #A2A2A2. Windows color (decimal): -9385383 or 5884528. OLE color: 5884528.

HSL color Cylindrical-coordinate representation of color #70CA59: hue angle of 107.79º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70CA59 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.

Color convert

RGB11220289-
CMYK0.4500.560.21
HSL107.79º51.6%57.06%-
HSV(B)107.79º55.94%79.22%-
XYZ29.6146.4116.85-
YUV162.2186.6892.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.79%
GREEN value IS 202 (79.30% from 255) = 50.12%
BLUE value IS 89 (35.16% from 255) = 22.08%
R=27.79%
G=50.12%
B=22.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal112202890.4500.560.21107.7951.657.06
Hex70CA592D038156c3439
Octal16031213155070251546471
Binary11100001100101010110011011010111000101011101100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,202,89); }

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

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

 a { background-color: rgb(112,202,89); }

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

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

 span { border-color: rgb(112,202,89); }

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