Html Css Color HEX #70C859 Mantis

📋 copy color: '#70C859'

red 112 ◦ green 200 ◦ blue 89

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

Shades of Mantis #70C859

Tints of Mantis #70C859

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.88%

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

R = 27.93%
G = 49.88%
B = 22.19%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#70C859 (or 0x70C859) is known color: Mantis. HEX triplet: 70, C8 and 59. RGB value is (112,200,89). Sum of RGB (Red+Green+Blue) = 112+200+89=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 200 (78.52% from 255 or 49.88% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 200 - color contains mainly: green. Hex color #70C859 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C859 is #8F37A6. Grayscale: #A1A1A1. Windows color (decimal): -9385895 or 5884016. OLE color: 5884016.

HSL color Cylindrical-coordinate representation of color #70C859: hue angle of 107.57º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70C859 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 200 89 -
CMYK 0.44 0 0.56 0.22
HSL 107.57º 0.5% 0.57% -
HSV(B) 107.57º 0.56% 0.78% -
XYZ 29.14 45.47 16.69 -
YUV 161.03 87.35 93.03 -
System Red Green Blue C M Y K H S L
Decimal 112 200 89 0.44 0 0.56 0.22 107.57 0.5 0.57
Hex 70 C8 59 2C 0 38 16 6C 32 39
Octal 160 310 131 54 0 70 26 154 62 71
Binary 1110000 11001000 1011001 101100 0 111000 10110 1101100 110010 111001

Color Harmonies of #70C859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C859

Black with #70C859

Text Example


Text Example

White with #70C859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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