Html Css Color HEX #70D859 Mantis

📋 copy color: '#70D859'

red 112 ◦ green 216 ◦ blue 89

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

Shades of Mantis #70D859

Tints of Mantis #70D859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 21.34%

R = 26.86%
G = 51.8%
B = 21.34%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#70D859 (or 0x70D859) is known color: Mantis. HEX triplet: 70, D8 and 59. RGB value is (112,216,89). Sum of RGB (Red+Green+Blue) = 112+216+89=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 216 (84.77% from 255 or 51.80% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 216 - color contains mainly: green. Hex color #70D859 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D859 is #8F27A6. Grayscale: #AAAAAA. Windows color (decimal): -9381799 or 5888112. OLE color: 5888112.

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

Color convert

RGB 112 216 89 -
CMYK 0.48 0 0.59 0.15
HSL 109.13º 0.62% 0.6% -
HSV(B) 109.13º 0.59% 0.85% -
XYZ 33.04 53.28 17.99 -
YUV 170.43 82.04 86.33 -
System Red Green Blue C M Y K H S L
Decimal 112 216 89 0.48 0 0.59 0.15 109.13 0.62 0.6
Hex 70 D8 59 30 0 3B F 6D 3E 3C
Octal 160 330 131 60 0 73 17 155 76 74
Binary 1110000 11011000 1011001 110000 0 111011 1111 1101101 111110 111100

Color Harmonies of #70D859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D859

Black with #70D859

Text Example


Text Example

White with #70D859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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