Html Css Color HEX #70DB43 Mantis

📋 copy color: '#70DB43'

red 112 ◦ green 219 ◦ blue 67

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

Shades of Mantis #70DB43

Tints of Mantis #70DB43

RGB

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

 GREEN value IS 219 (85.94% from 255) = 55.03%

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

R = 28.14%
G = 55.03%
B = 16.83%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#70DB43 (or 0x70DB43) is known color: Mantis. HEX triplet: 70, DB and 43. RGB value is (112,219,67). Sum of RGB (Red+Green+Blue) = 112+219+67=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 219 (85.94% from 255 or 55.03% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DB43 is #8F24BC. Grayscale: #AAAAAA. Windows color (decimal): -9381053 or 4447088. OLE color: 4447088.

HSL color Cylindrical-coordinate representation of color #70DB43: hue angle of 102.24º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70DB43 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 219 67 -
CMYK 0.49 0 0.69 0.14
HSL 102.24º 0.68% 0.56% -
HSV(B) 102.24º 0.69% 0.86% -
XYZ 33.03 54.51 14.09 -
YUV 169.68 70.05 86.86 -
System Red Green Blue C M Y K H S L
Decimal 112 219 67 0.49 0 0.69 0.14 102.24 0.68 0.56
Hex 70 DB 43 31 0 45 E 66 44 38
Octal 160 333 103 61 0 105 16 146 104 70
Binary 1110000 11011011 1000011 110001 0 1000101 1110 1100110 1000100 111000

Color Harmonies of #70DB43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DB43

Black with #70DB43

Text Example


Text Example

White with #70DB43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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