Html Css Color HEX #70D049 Mantis

📋 copy color: '#70D049'

red 112 ◦ green 208 ◦ blue 73

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

Shades of Mantis #70D049

Tints of Mantis #70D049

RGB

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

 GREEN value IS 208 (81.64% from 255) = 52.93%

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

R = 28.5%
G = 52.93%
B = 18.58%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#70D049 (or 0x70D049) is known color: Mantis. HEX triplet: 70, D0 and 49. RGB value is (112,208,73). Sum of RGB (Red+Green+Blue) = 112+208+73=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #70D049 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D049 is #8F2FB6. Grayscale: #A4A4A4. Windows color (decimal): -9383863 or 4837488. OLE color: 4837488.

HSL color Cylindrical-coordinate representation of color #70D049: hue angle of 102.67º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #70D049 is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 112 208 73 -
CMYK 0.46 0 0.65 0.18
HSL 102.67º 0.59% 0.55% -
HSV(B) 102.67º 0.65% 0.82% -
XYZ 30.44 49.04 14.16 -
YUV 163.91 76.7 90.98 -
System Red Green Blue C M Y K H S L
Decimal 112 208 73 0.46 0 0.65 0.18 102.67 0.59 0.55
Hex 70 D0 49 2E 0 41 12 67 3B 37
Octal 160 320 111 56 0 101 22 147 73 67
Binary 1110000 11010000 1001001 101110 0 1000001 10010 1100111 111011 110111

Color Harmonies of #70D049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D049

Black with #70D049

Text Example


Text Example

White with #70D049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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