#70C855

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

Shades of Mantis #70C855

Tints of Mantis #70C855

Color information

#70C855 (or 0x70C855) is unknown color: approx Mantis. HEX triplet: 70, C8 and 55. RGB value is (112,200,85). Sum of RGB (Red+Green+Blue) = 112+200+85=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 200 (78.52% from 255 or 50.38% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 200 - color contains mainly: green. Hex color #70C855 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C855 is #8F37AA. Grayscale: #A0A0A0. Windows color (decimal): -9385899 or 5621872. OLE color: 5621872.

HSL color Cylindrical-coordinate representation of color #70C855: hue angle of 105.91º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70C855 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB11220085-
CMYK0.4400.580.22
HSL105.91º51.11%55.88%-
HSV(B)105.91º57.5%78.43%-
XYZ28.9845.4115.83-
YUV160.5885.3593.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.21%
GREEN value IS 200 (78.52% from 255) = 50.38%
BLUE value IS 85 (33.59% from 255) = 21.41%
R=28.21%
G=50.38%
B=21.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal112200850.4400.580.22105.9151.1155.88
Hex70C8552C03A166a3338
Octal16031012554072261526370
Binary11100001100100010101011011000111010101101101010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,200,85); }

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

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

 a { background-color: rgb(112,200,85); }

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

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

 span { border-color: rgb(112,200,85); }

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