Html Css Color HEX #70C361 Mantis

📋 copy color: '#70C361'

red 112 ◦ green 195 ◦ blue 97

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

Shades of Mantis #70C361

Tints of Mantis #70C361

RGB

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

 GREEN value IS 195 (76.56% from 255) = 48.27%

 BLUE value IS 97 (38.28% from 255) = 24.01%

R = 27.72%
G = 48.27%
B = 24.01%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#70C361 (or 0x70C361) is known color: Mantis. HEX triplet: 70, C3 and 61. RGB value is (112,195,97). Sum of RGB (Red+Green+Blue) = 112+195+97=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #70C361 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C361 is #8F3C9E. Grayscale: #9F9F9F. Windows color (decimal): -9387167 or 6407024. OLE color: 6407024.

HSL color Cylindrical-coordinate representation of color #70C361: hue angle of 110.82º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70C361 is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 112 195 97 -
CMYK 0.43 0 0.50 0.24
HSL 110.82º 0.45% 0.57% -
HSV(B) 110.82º 0.5% 0.76% -
XYZ 28.35 43.34 18.18 -
YUV 159.01 93 94.47 -
System Red Green Blue C M Y K H S L
Decimal 112 195 97 0.43 0 0.50 0.24 110.82 0.45 0.57
Hex 70 C3 61 2B 0 32 18 6F 2D 39
Octal 160 303 141 53 0 62 30 157 55 71
Binary 1110000 11000011 1100001 101011 0 110010 11000 1101111 101101 111001

Color Harmonies of #70C361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C361

Black with #70C361

Text Example


Text Example

White with #70C361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,195,97); }

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

background-color css

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

 a { background-color: rgb(112,195,97); }

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

border-color css

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

 span { border-color: rgb(112,195,97); }

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