Html Css Color HEX #70D648 Mantis

📋 copy color: '#70D648'

red 112 ◦ green 214 ◦ blue 72

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

Shades of Mantis #70D648

Tints of Mantis #70D648

RGB

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

 GREEN value IS 214 (83.98% from 255) = 53.77%

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

R = 28.14%
G = 53.77%
B = 18.09%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#70D648 (or 0x70D648) is known color: Mantis. HEX triplet: 70, D6 and 48. RGB value is (112,214,72). Sum of RGB (Red+Green+Blue) = 112+214+72=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #70D648 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D648 is #8F29B7. Grayscale: #A7A7A7. Windows color (decimal): -9382328 or 4773488. OLE color: 4773488.

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

Color convert

RGB 112 214 72 -
CMYK 0.48 0 0.66 0.16
HSL 103.1º 0.63% 0.56% -
HSV(B) 103.1º 0.66% 0.84% -
XYZ 31.9 52.01 14.49 -
YUV 167.31 74.21 88.55 -
System Red Green Blue C M Y K H S L
Decimal 112 214 72 0.48 0 0.66 0.16 103.1 0.63 0.56
Hex 70 D6 48 30 0 42 10 67 3F 38
Octal 160 326 110 60 0 102 20 147 77 70
Binary 1110000 11010110 1001000 110000 0 1000010 10000 1100111 111111 111000

Color Harmonies of #70D648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D648

Black with #70D648

Text Example


Text Example

White with #70D648

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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