Html Css Color HEX #70C156 Mantis

📋 copy color: '#70C156'

red 112 ◦ green 193 ◦ blue 86

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

Shades of Mantis #70C156

Tints of Mantis #70C156

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.36%

 BLUE value IS 86 (33.98% from 255) = 21.99%

R = 28.64%
G = 49.36%
B = 21.99%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#70C156 (or 0x70C156) is known color: Mantis. HEX triplet: 70, C1 and 56. RGB value is (112,193,86). Sum of RGB (Red+Green+Blue) = 112+193+86=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 86 (33.98% from 255 or 21.99% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #70C156 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C156 is #8F3EA9. Grayscale: #9C9C9C. Windows color (decimal): -9387690 or 5685616. OLE color: 5685616.

HSL color Cylindrical-coordinate representation of color #70C156: hue angle of 105.42º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70C156 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 193 86 -
CMYK 0.42 0 0.55 0.24
HSL 105.42º 0.46% 0.55% -
HSV(B) 105.42º 0.55% 0.76% -
XYZ 27.43 42.26 15.51 -
YUV 156.58 88.16 96.2 -
System Red Green Blue C M Y K H S L
Decimal 112 193 86 0.42 0 0.55 0.24 105.42 0.46 0.55
Hex 70 C1 56 2A 0 37 18 69 2E 37
Octal 160 301 126 52 0 67 30 151 56 67
Binary 1110000 11000001 1010110 101010 0 110111 11000 1101001 101110 110111

Color Harmonies of #70C156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C156

Black with #70C156

Text Example


Text Example

White with #70C156

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,193,86); }

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

background-color css

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

 a { background-color: rgb(112,193,86); }

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

border-color css

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

 span { border-color: rgb(112,193,86); }

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