Html Css Color HEX #70D358 Mantis

📋 copy color: '#70D358'

red 112 ◦ green 211 ◦ blue 88

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

Shades of Mantis #70D358

Tints of Mantis #70D358

RGB

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

 GREEN value IS 211 (82.81% from 255) = 51.34%

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

R = 27.25%
G = 51.34%
B = 21.41%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#70D358 (or 0x70D358) is known color: Mantis. HEX triplet: 70, D3 and 58. RGB value is (112,211,88). Sum of RGB (Red+Green+Blue) = 112+211+88=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 211 (82.81% from 255 or 51.34% from 411); Blue value is 88 (34.77% from 255 or 21.41% from 411); Max value from RGB is 211 - color contains mainly: green. Hex color #70D358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D358 is #8F2CA7. Grayscale: #A7A7A7. Windows color (decimal): -9383080 or 5821296. OLE color: 5821296.

HSL color Cylindrical-coordinate representation of color #70D358: hue angle of 108.29º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #70D358 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 112 211 88 -
CMYK 0.47 0 0.58 0.17
HSL 108.29º 0.58% 0.59% -
HSV(B) 108.29º 0.58% 0.83% -
XYZ 31.74 50.74 17.35 -
YUV 167.38 83.2 88.5 -
System Red Green Blue C M Y K H S L
Decimal 112 211 88 0.47 0 0.58 0.17 108.29 0.58 0.59
Hex 70 D3 58 2F 0 3A 11 6C 3A 3B
Octal 160 323 130 57 0 72 21 154 72 73
Binary 1110000 11010011 1011000 101111 0 111010 10001 1101100 111010 111011

Color Harmonies of #70D358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D358

Black with #70D358

Text Example


Text Example

White with #70D358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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