Html Css Color HEX #70DB44 Mantis

📋 copy color: '#70DB44'

red 112 ◦ green 219 ◦ blue 68

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

Shades of Mantis #70DB44

Tints of Mantis #70DB44

RGB

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

 GREEN value IS 219 (85.94% from 255) = 54.89%

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

R = 28.07%
G = 54.89%
B = 17.04%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#70DB44 (or 0x70DB44) is known color: Mantis. HEX triplet: 70, DB and 44. RGB value is (112,219,68). Sum of RGB (Red+Green+Blue) = 112+219+68=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 219 (85.94% from 255 or 54.89% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DB44 is #8F24BB. Grayscale: #AAAAAA. Windows color (decimal): -9381052 or 4512624. OLE color: 4512624.

HSL color Cylindrical-coordinate representation of color #70DB44: hue angle of 102.52º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70DB44 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 219 68 -
CMYK 0.49 0 0.69 0.14
HSL 102.52º 0.68% 0.56% -
HSV(B) 102.52º 0.69% 0.86% -
XYZ 33.06 54.53 14.25 -
YUV 169.79 70.55 86.78 -
System Red Green Blue C M Y K H S L
Decimal 112 219 68 0.49 0 0.69 0.14 102.52 0.68 0.56
Hex 70 DB 44 31 0 45 E 67 44 38
Octal 160 333 104 61 0 105 16 147 104 70
Binary 1110000 11011011 1000100 110001 0 1000101 1110 1100111 1000100 111000

Color Harmonies of #70DB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DB44

Black with #70DB44

Text Example


Text Example

White with #70DB44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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