Html Css Color HEX #70DD44 Mantis

📋 copy color: '#70DD44'

red 112 ◦ green 221 ◦ blue 68

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

Shades of Mantis #70DD44

Tints of Mantis #70DD44

RGB

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

 GREEN value IS 221 (86.72% from 255) = 55.11%

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

R = 27.93%
G = 55.11%
B = 16.96%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#70DD44 (or 0x70DD44) is known color: Mantis. HEX triplet: 70, DD and 44. RGB value is (112,221,68). Sum of RGB (Red+Green+Blue) = 112+221+68=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 221 (86.72% from 255 or 55.11% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DD44 is #8F22BB. Grayscale: #ABABAB. Windows color (decimal): -9380540 or 4513136. OLE color: 4513136.

HSL color Cylindrical-coordinate representation of color #70DD44: hue angle of 102.75º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70DD44 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 221 68 -
CMYK 0.49 0 0.69 0.13
HSL 102.75º 0.69% 0.57% -
HSV(B) 102.75º 0.69% 0.87% -
XYZ 33.58 55.58 14.43 -
YUV 170.97 69.89 85.94 -
System Red Green Blue C M Y K H S L
Decimal 112 221 68 0.49 0 0.69 0.13 102.75 0.69 0.57
Hex 70 DD 44 31 0 45 D 67 45 39
Octal 160 335 104 61 0 105 15 147 105 71
Binary 1110000 11011101 1000100 110001 0 1000101 1101 1100111 1000101 111001

Color Harmonies of #70DD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DD44

Black with #70DD44

Text Example


Text Example

White with #70DD44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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