Html Css Color HEX #70D35E Mantis

📋 copy color: '#70D35E'

red 112 ◦ green 211 ◦ blue 94

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

Shades of Mantis #70D35E

Tints of Mantis #70D35E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.54%

R = 26.86%
G = 50.6%
B = 22.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#70D35E (or 0x70D35E) is known color: Mantis. HEX triplet: 70, D3 and 5E. RGB value is (112,211,94). Sum of RGB (Red+Green+Blue) = 112+211+94=417 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.86% from 417); Green value is 211 (82.81% from 255 or 50.60% from 417); Blue value is 94 (37.11% from 255 or 22.54% from 417); Max value from RGB is 211 - color contains mainly: green. Hex color #70D35E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D35E is #8F2CA1. Grayscale: #A8A8A8. Windows color (decimal): -9383074 or 6214512. OLE color: 6214512.

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

Color convert

RGB 112 211 94 -
CMYK 0.47 0 0.55 0.17
HSL 110.77º 0.57% 0.6% -
HSV(B) 110.77º 0.55% 0.83% -
XYZ 32 50.84 18.72 -
YUV 168.06 86.2 88.01 -
System Red Green Blue C M Y K H S L
Decimal 112 211 94 0.47 0 0.55 0.17 110.77 0.57 0.6
Hex 70 D3 5E 2F 0 37 11 6F 39 3C
Octal 160 323 136 57 0 67 21 157 71 74
Binary 1110000 11010011 1011110 101111 0 110111 10001 1101111 111001 111100

Color Harmonies of #70D35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D35E

Black with #70D35E

Text Example


Text Example

White with #70D35E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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