Html Css Color HEX #70DA49 Mantis

📋 copy color: '#70DA49'

red 112 ◦ green 218 ◦ blue 73

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

Shades of Mantis #70DA49

Tints of Mantis #70DA49

RGB

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

 GREEN value IS 218 (85.55% from 255) = 54.09%

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

R = 27.79%
G = 54.09%
B = 18.11%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#70DA49 (or 0x70DA49) is known color: Mantis. HEX triplet: 70, DA and 49. RGB value is (112,218,73). Sum of RGB (Red+Green+Blue) = 112+218+73=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 218 (85.55% from 255 or 54.09% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 218 - color contains mainly: green. Hex color #70DA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DA49 is #8F25B6. Grayscale: #AAAAAA. Windows color (decimal): -9381303 or 4840048. OLE color: 4840048.

HSL color Cylindrical-coordinate representation of color #70DA49: hue angle of 103.86º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #70DA49 is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 218 73 -
CMYK 0.49 0 0.67 0.15
HSL 103.86º 0.66% 0.57% -
HSV(B) 103.86º 0.67% 0.85% -
XYZ 32.96 54.07 15 -
YUV 169.78 73.38 86.79 -
System Red Green Blue C M Y K H S L
Decimal 112 218 73 0.49 0 0.67 0.15 103.86 0.66 0.57
Hex 70 DA 49 31 0 43 F 68 42 39
Octal 160 332 111 61 0 103 17 150 102 71
Binary 1110000 11011010 1001001 110001 0 1000011 1111 1101000 1000010 111001

Color Harmonies of #70DA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DA49

Black with #70DA49

Text Example


Text Example

White with #70DA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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