Html Css Color HEX #70E247 Mantis

📋 copy color: '#70E247'

red 112 ◦ green 226 ◦ blue 71

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

Shades of Mantis #70E247

Tints of Mantis #70E247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 17.36%

R = 27.38%
G = 55.26%
B = 17.36%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#70E247 (or 0x70E247) is known color: Mantis. HEX triplet: 70, E2 and 47. RGB value is (112,226,71). Sum of RGB (Red+Green+Blue) = 112+226+71=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 226 (88.67% from 255 or 55.26% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 226 - color contains mainly: green. Hex color #70E247 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E247 is #8F1DB8. Grayscale: #AEAEAE. Windows color (decimal): -9379257 or 4711024. OLE color: 4711024.

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

Color convert

RGB 112 226 71 -
CMYK 0.50 0 0.69 0.11
HSL 104.13º 0.73% 0.58% -
HSV(B) 104.13º 0.69% 0.89% -
XYZ 35.02 58.29 15.37 -
YUV 174.24 69.73 83.6 -
System Red Green Blue C M Y K H S L
Decimal 112 226 71 0.50 0 0.69 0.11 104.13 0.73 0.58
Hex 70 E2 47 32 0 45 B 68 49 3A
Octal 160 342 107 62 0 105 13 150 111 72
Binary 1110000 11100010 1000111 110010 0 1000101 1011 1101000 1001001 111010

Color Harmonies of #70E247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E247

Black with #70E247

Text Example


Text Example

White with #70E247

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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