Html Css Color HEX #70E140 Mantis

📋 copy color: '#70E140'

red 112 ◦ green 225 ◦ blue 64

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

Shades of Mantis #70E140

Tints of Mantis #70E140

RGB

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

 GREEN value IS 225 (88.28% from 255) = 56.11%

 BLUE value IS 64 (25.39% from 255) = 15.96%

R = 27.93%
G = 56.11%
B = 15.96%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#70E140 (or 0x70E140) is known color: Mantis. HEX triplet: 70, E1 and 40. RGB value is (112,225,64). Sum of RGB (Red+Green+Blue) = 112+225+64=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 225 (88.28% from 255 or 56.11% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 225 - color contains mainly: green. Hex color #70E140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E140 is #8F1EBF. Grayscale: #ADADAD. Windows color (decimal): -9379520 or 4252016. OLE color: 4252016.

HSL color Cylindrical-coordinate representation of color #70E140: hue angle of 102.11º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #70E140 is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 225 64 -
CMYK 0.50 0 0.72 0.12
HSL 102.11º 0.73% 0.57% -
HSV(B) 102.11º 0.72% 0.88% -
XYZ 34.53 57.67 14.16 -
YUV 172.86 66.56 84.59 -
System Red Green Blue C M Y K H S L
Decimal 112 225 64 0.50 0 0.72 0.12 102.11 0.73 0.57
Hex 70 E1 40 32 0 48 C 66 49 39
Octal 160 341 100 62 0 110 14 146 111 71
Binary 1110000 11100001 1000000 110010 0 1001000 1100 1100110 1001001 111001

Color Harmonies of #70E140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E140

Black with #70E140

Text Example


Text Example

White with #70E140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,225,64); }

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

background-color css

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

 a { background-color: rgb(112,225,64); }

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

border-color css

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

 span { border-color: rgb(112,225,64); }

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