Html Css Color HEX #70D551 Mantis

📋 copy color: '#70D551'

red 112 ◦ green 213 ◦ blue 81

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

Shades of Mantis #70D551

Tints of Mantis #70D551

RGB

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

 GREEN value IS 213 (83.59% from 255) = 52.46%

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

R = 27.59%
G = 52.46%
B = 19.95%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#70D551 (or 0x70D551) is known color: Mantis. HEX triplet: 70, D5 and 51. RGB value is (112,213,81). Sum of RGB (Red+Green+Blue) = 112+213+81=406 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.59% from 406); Green value is 213 (83.59% from 255 or 52.46% from 406); Blue value is 81 (32.03% from 255 or 19.95% from 406); Max value from RGB is 213 - color contains mainly: green. Hex color #70D551 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D551 is #8F2AAE. Grayscale: #A8A8A8. Windows color (decimal): -9382575 or 5363056. OLE color: 5363056.

HSL color Cylindrical-coordinate representation of color #70D551: hue angle of 105.91º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #70D551 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 213 81 -
CMYK 0.47 0 0.62 0.16
HSL 105.91º 0.61% 0.58% -
HSV(B) 105.91º 0.62% 0.84% -
XYZ 31.96 51.63 16.07 -
YUV 167.75 79.04 88.23 -
System Red Green Blue C M Y K H S L
Decimal 112 213 81 0.47 0 0.62 0.16 105.91 0.61 0.58
Hex 70 D5 51 2F 0 3E 10 6A 3D 3A
Octal 160 325 121 57 0 76 20 152 75 72
Binary 1110000 11010101 1010001 101111 0 111110 10000 1101010 111101 111010

Color Harmonies of #70D551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D551

Black with #70D551

Text Example


Text Example

White with #70D551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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