Html Css Color HEX #70D748 Mantis

📋 copy color: '#70D748'

red 112 ◦ green 215 ◦ blue 72

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

Shades of Mantis #70D748

Tints of Mantis #70D748

RGB

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

 GREEN value IS 215 (84.38% from 255) = 53.88%

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

R = 28.07%
G = 53.88%
B = 18.05%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#70D748 (or 0x70D748) is known color: Mantis. HEX triplet: 70, D7 and 48. RGB value is (112,215,72). Sum of RGB (Red+Green+Blue) = 112+215+72=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 215 (84.38% from 255 or 53.88% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 215 - color contains mainly: green. Hex color #70D748 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D748 is #8F28B7. Grayscale: #A8A8A8. Windows color (decimal): -9382072 or 4773744. OLE color: 4773744.

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

Color convert

RGB 112 215 72 -
CMYK 0.48 0 0.67 0.16
HSL 103.22º 0.64% 0.56% -
HSV(B) 103.22º 0.67% 0.84% -
XYZ 32.15 52.51 14.57 -
YUV 167.9 73.88 88.13 -
System Red Green Blue C M Y K H S L
Decimal 112 215 72 0.48 0 0.67 0.16 103.22 0.64 0.56
Hex 70 D7 48 30 0 43 10 67 40 38
Octal 160 327 110 60 0 103 20 147 100 70
Binary 1110000 11010111 1001000 110000 0 1000011 10000 1100111 1000000 111000

Color Harmonies of #70D748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D748

Black with #70D748

Text Example


Text Example

White with #70D748

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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