#70CE60

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

Shades of Mantis #70CE60

Tints of Mantis #70CE60

Color information

#70CE60 (or 0x70CE60) is unknown color: approx Mantis. HEX triplet: 70, CE and 60. RGB value is (112,206,96). Sum of RGB (Red+Green+Blue) = 112+206+96=414 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.05% from 414); Green value is 206 (80.86% from 255 or 49.76% from 414); Blue value is 96 (37.89% from 255 or 23.19% from 414); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CE60 is #8F319F. Grayscale: #A5A5A5. Windows color (decimal): -9384352 or 6344304. OLE color: 6344304.

HSL color Cylindrical-coordinate representation of color #70CE60: hue angle of 111.27º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70CE60 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB11220696-
CMYK0.4600.530.19
HSL111.27º52.88%59.22%-
HSV(B)111.27º53.4%80.78%-
XYZ30.8648.4318.79-
YUV165.3588.8689.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.05%
GREEN value IS 206 (80.86% from 255) = 49.76%
BLUE value IS 96 (37.89% from 255) = 23.19%
R=27.05%
G=49.76%
B=23.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal112206960.4600.530.19111.2752.8859.22
Hex70CE602E035136f353b
Octal16031614056065231576573
Binary11100001100111011000001011100110101100111101111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CE60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,206,96); }

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

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

 a { background-color: rgb(112,206,96); }

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

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

 span { border-color: rgb(112,206,96); }

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