Html Css Color HEX #70D84A Mantis

📋 copy color: '#70D84A'

red 112 ◦ green 216 ◦ blue 74

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

Shades of Mantis #70D84A

Tints of Mantis #70D84A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 53.73%

 BLUE value IS 74 (29.3% from 255) = 18.41%

R = 27.86%
G = 53.73%
B = 18.41%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#70D84A (or 0x70D84A) is known color: Mantis. HEX triplet: 70, D8 and 4A. RGB value is (112,216,74). Sum of RGB (Red+Green+Blue) = 112+216+74=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 216 (84.77% from 255 or 53.73% from 402); Blue value is 74 (29.30% from 255 or 18.41% from 402); Max value from RGB is 216 - color contains mainly: green. Hex color #70D84A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D84A is #8F27B5. Grayscale: #A9A9A9. Windows color (decimal): -9381814 or 4905072. OLE color: 4905072.

HSL color Cylindrical-coordinate representation of color #70D84A: hue angle of 103.94º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #70D84A is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 216 74 -
CMYK 0.48 0 0.66 0.15
HSL 103.94º 0.65% 0.57% -
HSV(B) 103.94º 0.66% 0.85% -
XYZ 32.47 53.05 15.01 -
YUV 168.72 74.54 87.55 -
System Red Green Blue C M Y K H S L
Decimal 112 216 74 0.48 0 0.66 0.15 103.94 0.65 0.57
Hex 70 D8 4A 30 0 42 F 68 41 39
Octal 160 330 112 60 0 102 17 150 101 71
Binary 1110000 11011000 1001010 110000 0 1000010 1111 1101000 1000001 111001

Color Harmonies of #70D84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D84A

Black with #70D84A

Text Example


Text Example

White with #70D84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,216,74); }

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

background-color css

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

 a { background-color: rgb(112,216,74); }

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

border-color css

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

 span { border-color: rgb(112,216,74); }

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