Html Css Color HEX #70D845 Mantis

📋 copy color: '#70D845'

red 112 ◦ green 216 ◦ blue 69

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

Shades of Mantis #70D845

Tints of Mantis #70D845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.38%

R = 28.21%
G = 54.41%
B = 17.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#70D845 (or 0x70D845) is known color: Mantis. HEX triplet: 70, D8 and 45. RGB value is (112,216,69). Sum of RGB (Red+Green+Blue) = 112+216+69=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 216 (84.77% from 255 or 54.41% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 216 - color contains mainly: green. Hex color #70D845 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #70D845 is #8F27BA. Grayscale: #A8A8A8. Windows color (decimal): -9381819 or 4577392. OLE color: 4577392.

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

Color convert

RGB 112 216 69 -
CMYK 0.48 0 0.68 0.15
HSL 102.45º 0.65% 0.56% -
HSV(B) 102.45º 0.68% 0.85% -
XYZ 32.31 52.99 14.15 -
YUV 168.15 72.04 87.95 -
System Red Green Blue C M Y K H S L
Decimal 112 216 69 0.48 0 0.68 0.15 102.45 0.65 0.56
Hex 70 D8 45 30 0 44 F 66 41 38
Octal 160 330 105 60 0 104 17 146 101 70
Binary 1110000 11011000 1000101 110000 0 1000100 1111 1100110 1000001 111000

Color Harmonies of #70D845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D845

Black with #70D845

Text Example


Text Example

White with #70D845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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