Html Css Color HEX #70D148 Mantis

📋 copy color: '#70D148'

red 112 ◦ green 209 ◦ blue 72

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

Shades of Mantis #70D148

Tints of Mantis #70D148

RGB

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

 GREEN value IS 209 (82.03% from 255) = 53.18%

 BLUE value IS 72 (28.52% from 255) = 18.32%

R = 28.5%
G = 53.18%
B = 18.32%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#70D148 (or 0x70D148) is known color: Mantis. HEX triplet: 70, D1 and 48. RGB value is (112,209,72). Sum of RGB (Red+Green+Blue) = 112+209+72=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 209 (82.03% from 255 or 53.18% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 209 - color contains mainly: green. Hex color #70D148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D148 is #8F2EB7. Grayscale: #A4A4A4. Windows color (decimal): -9383608 or 4772208. OLE color: 4772208.

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

Color convert

RGB 112 209 72 -
CMYK 0.46 0 0.66 0.18
HSL 102.48º 0.6% 0.55% -
HSV(B) 102.48º 0.66% 0.82% -
XYZ 30.65 49.51 14.07 -
YUV 164.38 75.86 90.64 -
System Red Green Blue C M Y K H S L
Decimal 112 209 72 0.46 0 0.66 0.18 102.48 0.6 0.55
Hex 70 D1 48 2E 0 42 12 66 3C 37
Octal 160 321 110 56 0 102 22 146 74 67
Binary 1110000 11010001 1001000 101110 0 1000010 10010 1100110 111100 110111

Color Harmonies of #70D148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D148

Black with #70D148

Text Example


Text Example

White with #70D148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,209,72); }

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

background-color css

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

 a { background-color: rgb(112,209,72); }

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

border-color css

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

 span { border-color: rgb(112,209,72); }

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