Html Css Color HEX #70DE43 Mantis

📋 copy color: '#70DE43'

red 112 ◦ green 222 ◦ blue 67

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

Shades of Mantis #70DE43

Tints of Mantis #70DE43

RGB

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

 GREEN value IS 222 (87.11% from 255) = 55.36%

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

R = 27.93%
G = 55.36%
B = 16.71%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#70DE43 (or 0x70DE43) is known color: Mantis. HEX triplet: 70, DE and 43. RGB value is (112,222,67). Sum of RGB (Red+Green+Blue) = 112+222+67=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 222 (87.11% from 255 or 55.36% from 401); Blue value is 67 (26.56% from 255 or 16.71% from 401); Max value from RGB is 222 - color contains mainly: green. Hex color #70DE43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DE43 is #8F21BC. Grayscale: #ABABAB. Windows color (decimal): -9380285 or 4447856. OLE color: 4447856.

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

Color convert

RGB 112 222 67 -
CMYK 0.50 0 0.70 0.13
HSL 102.58º 0.7% 0.57% -
HSV(B) 102.58º 0.7% 0.87% -
XYZ 33.82 56.09 14.35 -
YUV 171.44 69.06 85.6 -
System Red Green Blue C M Y K H S L
Decimal 112 222 67 0.50 0 0.70 0.13 102.58 0.7 0.57
Hex 70 DE 43 32 0 46 D 67 46 39
Octal 160 336 103 62 0 106 15 147 106 71
Binary 1110000 11011110 1000011 110010 0 1000110 1101 1100111 1000110 111001

Color Harmonies of #70DE43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DE43

Black with #70DE43

Text Example


Text Example

White with #70DE43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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