Html Css Color HEX #70D657 Mantis

📋 copy color: '#70D657'

red 112 ◦ green 214 ◦ blue 87

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

Shades of Mantis #70D657

Tints of Mantis #70D657

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.82%

 BLUE value IS 87 (34.38% from 255) = 21.07%

R = 27.12%
G = 51.82%
B = 21.07%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#70D657 (or 0x70D657) is known color: Mantis. HEX triplet: 70, D6 and 57. RGB value is (112,214,87). Sum of RGB (Red+Green+Blue) = 112+214+87=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 214 (83.98% from 255 or 51.82% from 413); Blue value is 87 (34.38% from 255 or 21.07% from 413); Max value from RGB is 214 - color contains mainly: green. Hex color #70D657 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D657 is #8F29A8. Grayscale: #A9A9A9. Windows color (decimal): -9382313 or 5756528. OLE color: 5756528.

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

Color convert

RGB 112 214 87 -
CMYK 0.48 0 0.59 0.16
HSL 108.19º 0.61% 0.59% -
HSV(B) 108.19º 0.59% 0.84% -
XYZ 32.45 52.23 17.39 -
YUV 169.02 81.71 87.33 -
System Red Green Blue C M Y K H S L
Decimal 112 214 87 0.48 0 0.59 0.16 108.19 0.61 0.59
Hex 70 D6 57 30 0 3B 10 6C 3D 3B
Octal 160 326 127 60 0 73 20 154 75 73
Binary 1110000 11010110 1010111 110000 0 111011 10000 1101100 111101 111011

Color Harmonies of #70D657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D657

Black with #70D657

Text Example


Text Example

White with #70D657

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,214,87); }

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

background-color css

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

 a { background-color: rgb(112,214,87); }

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

border-color css

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

 span { border-color: rgb(112,214,87); }

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