Html Css Color HEX #70D848 Mantis

📋 copy color: '#70D848'

red 112 ◦ green 216 ◦ blue 72

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

Shades of Mantis #70D848

Tints of Mantis #70D848

RGB

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

 GREEN value IS 216 (84.77% from 255) = 54%

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

R = 28%
G = 54%
B = 18%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#70D848 (or 0x70D848) is known color: Mantis. HEX triplet: 70, D8 and 48. RGB value is (112,216,72). Sum of RGB (Red+Green+Blue) = 112+216+72=400 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28% from 400); Green value is 216 (84.77% from 255 or 54% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 216 - color contains mainly: green. Hex color #70D848 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D848 is #8F27B7. Grayscale: #A8A8A8. Windows color (decimal): -9381816 or 4774000. OLE color: 4774000.

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

Color convert

RGB 112 216 72 -
CMYK 0.48 0 0.67 0.15
HSL 103.33º 0.65% 0.56% -
HSV(B) 103.33º 0.67% 0.85% -
XYZ 32.41 53.02 14.66 -
YUV 168.49 73.54 87.71 -
System Red Green Blue C M Y K H S L
Decimal 112 216 72 0.48 0 0.67 0.15 103.33 0.65 0.56
Hex 70 D8 48 30 0 43 F 67 41 38
Octal 160 330 110 60 0 103 17 147 101 70
Binary 1110000 11011000 1001000 110000 0 1000011 1111 1100111 1000001 111000

Color Harmonies of #70D848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D848

Black with #70D848

Text Example


Text Example

White with #70D848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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