Html Css Color HEX #70E243 Mantis

📋 copy color: '#70E243'

red 112 ◦ green 226 ◦ blue 67

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

Shades of Mantis #70E243

Tints of Mantis #70E243

RGB

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

 GREEN value IS 226 (88.67% from 255) = 55.8%

 BLUE value IS 67 (26.56% from 255) = 16.54%

R = 27.65%
G = 55.8%
B = 16.54%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#70E243 (or 0x70E243) is known color: Mantis. HEX triplet: 70, E2 and 43. RGB value is (112,226,67). Sum of RGB (Red+Green+Blue) = 112+226+67=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 226 (88.67% from 255 or 55.80% from 405); Blue value is 67 (26.56% from 255 or 16.54% from 405); Max value from RGB is 226 - color contains mainly: green. Hex color #70E243 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E243 is #8F1DBC. Grayscale: #AEAEAE. Windows color (decimal): -9379261 or 4448880. OLE color: 4448880.

HSL color Cylindrical-coordinate representation of color #70E243: hue angle of 103.02º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #70E243 is Cyan = 0.50, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 226 67 -
CMYK 0.50 0 0.70 0.11
HSL 103.02º 0.73% 0.57% -
HSV(B) 103.02º 0.7% 0.89% -
XYZ 34.89 58.24 14.71 -
YUV 173.79 67.73 83.93 -
System Red Green Blue C M Y K H S L
Decimal 112 226 67 0.50 0 0.70 0.11 103.02 0.73 0.57
Hex 70 E2 43 32 0 46 B 67 49 39
Octal 160 342 103 62 0 106 13 147 111 71
Binary 1110000 11100010 1000011 110010 0 1000110 1011 1100111 1001001 111001

Color Harmonies of #70E243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E243

Black with #70E243

Text Example


Text Example

White with #70E243

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,226,67); }

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

background-color css

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

 a { background-color: rgb(112,226,67); }

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

border-color css

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

 span { border-color: rgb(112,226,67); }

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