Html Css Color HEX #70E647 Mantis

📋 copy color: '#70E647'

red 112 ◦ green 230 ◦ blue 71

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

Shades of Mantis #70E647

Tints of Mantis #70E647

RGB

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

 GREEN value IS 230 (90.23% from 255) = 55.69%

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

R = 27.12%
G = 55.69%
B = 17.19%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#70E647 (or 0x70E647) is known color: Mantis. HEX triplet: 70, E6 and 47. RGB value is (112,230,71). Sum of RGB (Red+Green+Blue) = 112+230+71=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 230 (90.23% from 255 or 55.69% from 413); Blue value is 71 (28.12% from 255 or 17.19% from 413); Max value from RGB is 230 - color contains mainly: green. Hex color #70E647 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #70E647 is #8F19B8. Grayscale: #B1B1B1. Windows color (decimal): -9378233 or 4712048. OLE color: 4712048.

HSL color Cylindrical-coordinate representation of color #70E647: hue angle of 104.53º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70E647 is Cyan = 0.51, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 230 71 -
CMYK 0.51 0 0.69 0.10
HSL 104.53º 0.76% 0.59% -
HSV(B) 104.53º 0.69% 0.9% -
XYZ 36.12 60.49 15.73 -
YUV 176.59 68.41 81.93 -
System Red Green Blue C M Y K H S L
Decimal 112 230 71 0.51 0 0.69 0.10 104.53 0.76 0.59
Hex 70 E6 47 33 0 45 A 69 4C 3B
Octal 160 346 107 63 0 105 12 151 114 73
Binary 1110000 11100110 1000111 110011 0 1000101 1010 1101001 1001100 111011

Color Harmonies of #70E647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E647

Black with #70E647

Text Example


Text Example

White with #70E647

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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