Html Css Color HEX #70DD50 Mantis

📋 copy color: '#70DD50'

red 112 ◦ green 221 ◦ blue 80

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

Shades of Mantis #70DD50

Tints of Mantis #70DD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.37%

R = 27.12%
G = 53.51%
B = 19.37%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#70DD50 (or 0x70DD50) is known color: Mantis. HEX triplet: 70, DD and 50. RGB value is (112,221,80). Sum of RGB (Red+Green+Blue) = 112+221+80=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DD50 is #8F22AF. Grayscale: #ACACAC. Windows color (decimal): -9380528 or 5299568. OLE color: 5299568.

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

Color convert

RGB 112 221 80 -
CMYK 0.49 0 0.64 0.13
HSL 106.38º 0.67% 0.59% -
HSV(B) 106.38º 0.64% 0.87% -
XYZ 33.99 55.74 16.56 -
YUV 172.34 75.89 84.96 -
System Red Green Blue C M Y K H S L
Decimal 112 221 80 0.49 0 0.64 0.13 106.38 0.67 0.59
Hex 70 DD 50 31 0 40 D 6A 43 3B
Octal 160 335 120 61 0 100 15 152 103 73
Binary 1110000 11011101 1010000 110001 0 1000000 1101 1101010 1000011 111011

Color Harmonies of #70DD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DD50

Black with #70DD50

Text Example


Text Example

White with #70DD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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