#70C755

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

Shades of Mantis #70C755

Tints of Mantis #70C755

Color information

#70C755 (or 0x70C755) is unknown color: approx Mantis. HEX triplet: 70, C7 and 55. RGB value is (112,199,85). Sum of RGB (Red+Green+Blue) = 112+199+85=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 199 (78.12% from 255 or 50.25% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 199 - color contains mainly: green. Hex color #70C755 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C755 is #8F38AA. Grayscale: #A0A0A0. Windows color (decimal): -9386155 or 5621616. OLE color: 5621616.

HSL color Cylindrical-coordinate representation of color #70C755: hue angle of 105.79º degrees, saturation: 0.5, 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 #70C755 is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB11219985-
CMYK0.4400.570.22
HSL105.79º50.44%55.69%-
HSV(B)105.79º57.29%78.04%-
XYZ28.7544.9515.76-
YUV159.9985.6893.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.28%
GREEN value IS 199 (78.12% from 255) = 50.25%
BLUE value IS 85 (33.59% from 255) = 21.46%
R=28.28%
G=50.25%
B=21.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal112199850.4400.570.22105.7950.4455.69
Hex70C7552C039166a3238
Octal16030712554071261526270
Binary11100001100011110101011011000111001101101101010110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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