Html Css Color HEX #70E149 Mantis

📋 copy color: '#70E149'

red 112 ◦ green 225 ◦ blue 73

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

Shades of Mantis #70E149

Tints of Mantis #70E149

RGB

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

 GREEN value IS 225 (88.28% from 255) = 54.88%

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

R = 27.32%
G = 54.88%
B = 17.8%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#70E149 (or 0x70E149) is known color: Mantis. HEX triplet: 70, E1 and 49. RGB value is (112,225,73). Sum of RGB (Red+Green+Blue) = 112+225+73=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 225 (88.28% from 255 or 54.88% from 410); Blue value is 73 (28.91% from 255 or 17.80% from 410); Max value from RGB is 225 - color contains mainly: green. Hex color #70E149 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70E149 is #8F1EB6. Grayscale: #AEAEAE. Windows color (decimal): -9379511 or 4841840. OLE color: 4841840.

HSL color Cylindrical-coordinate representation of color #70E149: hue angle of 104.61º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #70E149 is Cyan = 0.50, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB 112 225 73 -
CMYK 0.50 0 0.68 0.12
HSL 104.61º 0.72% 0.58% -
HSV(B) 104.61º 0.68% 0.88% -
XYZ 34.81 57.78 15.62 -
YUV 173.89 71.06 83.86 -
System Red Green Blue C M Y K H S L
Decimal 112 225 73 0.50 0 0.68 0.12 104.61 0.72 0.58
Hex 70 E1 49 32 0 44 C 69 48 3A
Octal 160 341 111 62 0 104 14 151 110 72
Binary 1110000 11100001 1001001 110010 0 1000100 1100 1101001 1001000 111010

Color Harmonies of #70E149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70E149

Black with #70E149

Text Example


Text Example

White with #70E149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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