Html Css Color HEX #70D644 Mantis

📋 copy color: '#70D644'

red 112 ◦ green 214 ◦ blue 68

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

Shades of Mantis #70D644

Tints of Mantis #70D644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.26%

R = 28.43%
G = 54.31%
B = 17.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#70D644 (or 0x70D644) is known color: Mantis. HEX triplet: 70, D6 and 44. RGB value is (112,214,68). Sum of RGB (Red+Green+Blue) = 112+214+68=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 214 (83.98% from 255 or 54.31% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 214 - color contains mainly: green. Hex color #70D644 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D644 is #8F29BB. Grayscale: #A7A7A7. Windows color (decimal): -9382332 or 4511344. OLE color: 4511344.

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

Color convert

RGB 112 214 68 -
CMYK 0.48 0 0.68 0.16
HSL 101.92º 0.64% 0.55% -
HSV(B) 101.92º 0.68% 0.84% -
XYZ 31.77 51.96 13.82 -
YUV 166.86 72.21 88.87 -
System Red Green Blue C M Y K H S L
Decimal 112 214 68 0.48 0 0.68 0.16 101.92 0.64 0.55
Hex 70 D6 44 30 0 44 10 66 40 37
Octal 160 326 104 60 0 104 20 146 100 67
Binary 1110000 11010110 1000100 110000 0 1000100 10000 1100110 1000000 110111

Color Harmonies of #70D644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D644

Black with #70D644

Text Example


Text Example

White with #70D644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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