Html Css Color HEX #70D449 Mantis

📋 copy color: '#70D449'

red 112 ◦ green 212 ◦ blue 73

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

Shades of Mantis #70D449

Tints of Mantis #70D449

RGB

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

 GREEN value IS 212 (83.2% from 255) = 53.4%

 BLUE value IS 73 (28.91% from 255) = 18.39%

R = 28.21%
G = 53.4%
B = 18.39%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#70D449 (or 0x70D449) is known color: Mantis. HEX triplet: 70, D4 and 49. RGB value is (112,212,73). Sum of RGB (Red+Green+Blue) = 112+212+73=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 212 (83.20% from 255 or 53.40% from 397); Blue value is 73 (28.91% from 255 or 18.39% from 397); Max value from RGB is 212 - color contains mainly: green. Hex color #70D449 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D449 is #8F2BB6. Grayscale: #A6A6A6. Windows color (decimal): -9382839 or 4838512. OLE color: 4838512.

HSL color Cylindrical-coordinate representation of color #70D449: hue angle of 103.17º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70D449 is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 112 212 73 -
CMYK 0.47 0 0.66 0.17
HSL 103.17º 0.62% 0.56% -
HSV(B) 103.17º 0.66% 0.83% -
XYZ 31.43 51.01 14.49 -
YUV 166.25 75.37 89.3 -
System Red Green Blue C M Y K H S L
Decimal 112 212 73 0.47 0 0.66 0.17 103.17 0.62 0.56
Hex 70 D4 49 2F 0 42 11 67 3E 38
Octal 160 324 111 57 0 102 21 147 76 70
Binary 1110000 11010100 1001001 101111 0 1000010 10001 1100111 111110 111000

Color Harmonies of #70D449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D449

Black with #70D449

Text Example


Text Example

White with #70D449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,212,73); }

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

background-color css

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

 a { background-color: rgb(112,212,73); }

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

border-color css

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

 span { border-color: rgb(112,212,73); }

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