Html Css Color HEX #70D851 Mantis

📋 copy color: '#70D851'

red 112 ◦ green 216 ◦ blue 81

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

Shades of Mantis #70D851

Tints of Mantis #70D851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.8%

R = 27.38%
G = 52.81%
B = 19.8%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#70D851 (or 0x70D851) is known color: Mantis. HEX triplet: 70, D8 and 51. RGB value is (112,216,81). Sum of RGB (Red+Green+Blue) = 112+216+81=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 216 (84.77% from 255 or 52.81% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 216 - color contains mainly: green. Hex color #70D851 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D851 is #8F27AE. Grayscale: #A9A9A9. Windows color (decimal): -9381807 or 5363824. OLE color: 5363824.

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

Color convert

RGB 112 216 81 -
CMYK 0.48 0 0.62 0.15
HSL 106.22º 0.63% 0.58% -
HSV(B) 106.22º 0.63% 0.85% -
XYZ 32.72 53.15 16.32 -
YUV 169.51 78.04 86.98 -
System Red Green Blue C M Y K H S L
Decimal 112 216 81 0.48 0 0.62 0.15 106.22 0.63 0.58
Hex 70 D8 51 30 0 3E F 6A 3F 3A
Octal 160 330 121 60 0 76 17 152 77 72
Binary 1110000 11011000 1010001 110000 0 111110 1111 1101010 111111 111010

Color Harmonies of #70D851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D851

Black with #70D851

Text Example


Text Example

White with #70D851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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