Html Css Color HEX #70DC46 Mantis

📋 copy color: '#70DC46'

red 112 ◦ green 220 ◦ blue 70

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

Shades of Mantis #70DC46

Tints of Mantis #70DC46

RGB

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

 GREEN value IS 220 (86.33% from 255) = 54.73%

 BLUE value IS 70 (27.73% from 255) = 17.41%

R = 27.86%
G = 54.73%
B = 17.41%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#70DC46 (or 0x70DC46) is known color: Mantis. HEX triplet: 70, DC and 46. RGB value is (112,220,70). Sum of RGB (Red+Green+Blue) = 112+220+70=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 220 (86.33% from 255 or 54.73% from 402); Blue value is 70 (27.73% from 255 or 17.41% from 402); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70DC46 is #8F23B9. Grayscale: #ABABAB. Windows color (decimal): -9380794 or 4643952. OLE color: 4643952.

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

Color convert

RGB 112 220 70 -
CMYK 0.49 0 0.68 0.14
HSL 103.2º 0.68% 0.57% -
HSV(B) 103.2º 0.68% 0.86% -
XYZ 33.38 55.07 14.67 -
YUV 170.61 71.22 86.2 -
System Red Green Blue C M Y K H S L
Decimal 112 220 70 0.49 0 0.68 0.14 103.2 0.68 0.57
Hex 70 DC 46 31 0 44 E 67 44 39
Octal 160 334 106 61 0 104 16 147 104 71
Binary 1110000 11011100 1000110 110001 0 1000100 1110 1100111 1000100 111001

Color Harmonies of #70DC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70DC46

Black with #70DC46

Text Example


Text Example

White with #70DC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,220,70); }

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

background-color css

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

 a { background-color: rgb(112,220,70); }

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

border-color css

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

 span { border-color: rgb(112,220,70); }

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