Html Css Color HEX #70C85E Mantis

📋 copy color: '#70C85E'

red 112 ◦ green 200 ◦ blue 94

#70C85E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #70C85E

Tints of Mantis #70C85E

RGB

 RED value IS 112 (44.14% from 255) = 27.59%

 GREEN value IS 200 (78.52% from 255) = 49.26%

 BLUE value IS 94 (37.11% from 255) = 23.15%

R = 27.59%
G = 49.26%
B = 23.15%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#70C85E (or 0x70C85E) is known color: Mantis. HEX triplet: 70, C8 and 5E. RGB value is (112,200,94). Sum of RGB (Red+Green+Blue) = 112+200+94=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 200 (78.52% from 255 or 49.26% from 406); Blue value is 94 (37.11% from 255 or 23.15% from 406); Max value from RGB is 200 - color contains mainly: green. Hex color #70C85E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C85E is #8F37A1. Grayscale: #A1A1A1. Windows color (decimal): -9385890 or 6211696. OLE color: 6211696.

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

Color convert

RGB 112 200 94 -
CMYK 0.44 0 0.53 0.22
HSL 109.81º 0.49% 0.58% -
HSV(B) 109.81º 0.53% 0.78% -
XYZ 29.36 45.56 17.84 -
YUV 161.6 89.85 92.62 -
System Red Green Blue C M Y K H S L
Decimal 112 200 94 0.44 0 0.53 0.22 109.81 0.49 0.58
Hex 70 C8 5E 2C 0 35 16 6E 31 3A
Octal 160 310 136 54 0 65 26 156 61 72
Binary 1110000 11001000 1011110 101100 0 110101 10110 1101110 110001 111010

Color Harmonies of #70C85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C85E

Black with #70C85E

Text Example


Text Example

White with #70C85E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70C85E;
 }
 .AnyTagClassName
 {
   color: #70C85E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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