Html Css Color HEX #70DD3E Mantis

📋 copy color: '#70DD3E'

red 112 ◦ green 221 ◦ blue 62

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

Shades of Mantis #70DD3E

Tints of Mantis #70DD3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.7%

R = 28.35%
G = 55.95%
B = 15.7%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#70DD3E (or 0x70DD3E) is known color: Mantis. HEX triplet: 70, DD and 3E. RGB value is (112,221,62). Sum of RGB (Red+Green+Blue) = 112+221+62=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 221 (86.72% from 255 or 55.95% from 395); Blue value is 62 (24.61% from 255 or 15.70% from 395); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DD3E is #8F22C1. Grayscale: #AAAAAA. Windows color (decimal): -9380546 or 4119920. OLE color: 4119920.

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

Color convert

RGB 112 221 62 -
CMYK 0.49 0 0.72 0.13
HSL 101.13º 0.7% 0.55% -
HSV(B) 101.13º 0.72% 0.87% -
XYZ 33.41 55.51 13.51 -
YUV 170.28 66.89 86.43 -
System Red Green Blue C M Y K H S L
Decimal 112 221 62 0.49 0 0.72 0.13 101.13 0.7 0.55
Hex 70 DD 3E 31 0 48 D 65 46 37
Octal 160 335 76 61 0 110 15 145 106 67
Binary 1110000 11011101 111110 110001 0 1001000 1101 1100101 1000110 110111

Color Harmonies of #70DD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DD3E

Black with #70DD3E

Text Example


Text Example

White with #70DD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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