Html Css Color HEX #70C15E Mantis

📋 copy color: '#70C15E'

red 112 ◦ green 193 ◦ blue 94

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

Shades of Mantis #70C15E

Tints of Mantis #70C15E

RGB

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

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

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

R = 28.07%
G = 48.37%
B = 23.56%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#70C15E (or 0x70C15E) is known color: Mantis. HEX triplet: 70, C1 and 5E. RGB value is (112,193,94). Sum of RGB (Red+Green+Blue) = 112+193+94=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #70C15E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C15E is #8F3EA1. Grayscale: #9D9D9D. Windows color (decimal): -9387682 or 6209904. OLE color: 6209904.

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

Color convert

RGB 112 193 94 -
CMYK 0.42 0 0.51 0.24
HSL 109.09º 0.44% 0.56% -
HSV(B) 109.09º 0.51% 0.76% -
XYZ 27.77 42.39 17.31 -
YUV 157.5 92.16 95.55 -
System Red Green Blue C M Y K H S L
Decimal 112 193 94 0.42 0 0.51 0.24 109.09 0.44 0.56
Hex 70 C1 5E 2A 0 33 18 6D 2C 38
Octal 160 301 136 52 0 63 30 155 54 70
Binary 1110000 11000001 1011110 101010 0 110011 11000 1101101 101100 111000

Color Harmonies of #70C15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C15E

Black with #70C15E

Text Example


Text Example

White with #70C15E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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