Html Css Color HEX #70D858 Mantis

📋 copy color: '#70D858'

red 112 ◦ green 216 ◦ blue 88

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

Shades of Mantis #70D858

Tints of Mantis #70D858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 21.15%

R = 26.92%
G = 51.92%
B = 21.15%

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

#70D858 (or 0x70D858) is known color: Mantis. HEX triplet: 70, D8 and 58. RGB value is (112,216,88). Sum of RGB (Red+Green+Blue) = 112+216+88=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 216 (84.77% from 255 or 51.92% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 216 - color contains mainly: green. Hex color #70D858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D858 is #8F27A7. Grayscale: #AAAAAA. Windows color (decimal): -9381800 or 5822576. OLE color: 5822576.

HSL color Cylindrical-coordinate representation of color #70D858: hue angle of 108.75º 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 #70D858 is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 216 88 -
CMYK 0.48 0 0.59 0.15
HSL 108.75º 0.62% 0.6% -
HSV(B) 108.75º 0.59% 0.85% -
XYZ 33 53.26 17.77 -
YUV 170.31 81.54 86.41 -
System Red Green Blue C M Y K H S L
Decimal 112 216 88 0.48 0 0.59 0.15 108.75 0.62 0.6
Hex 70 D8 58 30 0 3B F 6D 3E 3C
Octal 160 330 130 60 0 73 17 155 76 74
Binary 1110000 11011000 1011000 110000 0 111011 1111 1101101 111110 111100

Color Harmonies of #70D858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D858

Black with #70D858

Text Example


Text Example

White with #70D858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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