Html Css Color HEX #70DD48 Mantis

📋 copy color: '#70DD48'

red 112 ◦ green 221 ◦ blue 72

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

Shades of Mantis #70DD48

Tints of Mantis #70DD48

RGB

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

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

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

R = 27.65%
G = 54.57%
B = 17.78%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#70DD48 (or 0x70DD48) is known color: Mantis. HEX triplet: 70, DD and 48. RGB value is (112,221,72). Sum of RGB (Red+Green+Blue) = 112+221+72=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 221 (86.72% from 255 or 54.57% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DD48 is #8F22B7. Grayscale: #ABABAB. Windows color (decimal): -9380536 or 4775280. OLE color: 4775280.

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

Color convert

RGB 112 221 72 -
CMYK 0.49 0 0.67 0.13
HSL 103.89º 0.69% 0.57% -
HSV(B) 103.89º 0.67% 0.87% -
XYZ 33.71 55.63 15.09 -
YUV 171.42 71.89 85.62 -
System Red Green Blue C M Y K H S L
Decimal 112 221 72 0.49 0 0.67 0.13 103.89 0.69 0.57
Hex 70 DD 48 31 0 43 D 68 45 39
Octal 160 335 110 61 0 103 15 150 105 71
Binary 1110000 11011101 1001000 110001 0 1000011 1101 1101000 1000101 111001

Color Harmonies of #70DD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DD48

Black with #70DD48

Text Example


Text Example

White with #70DD48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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