Html Css Color HEX #70C961 Mantis

📋 copy color: '#70C961'

red 112 ◦ green 201 ◦ blue 97

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

Shades of Mantis #70C961

Tints of Mantis #70C961

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.02%

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

R = 27.32%
G = 49.02%
B = 23.66%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#70C961 (or 0x70C961) is known color: Mantis. HEX triplet: 70, C9 and 61. RGB value is (112,201,97). Sum of RGB (Red+Green+Blue) = 112+201+97=410 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.32% from 410); Green value is 201 (78.91% from 255 or 49.02% from 410); Blue value is 97 (38.28% from 255 or 23.66% from 410); Max value from RGB is 201 - color contains mainly: green. Hex color #70C961 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C961 is #8F369E. Grayscale: #A2A2A2. Windows color (decimal): -9385631 or 6408560. OLE color: 6408560.

HSL color Cylindrical-coordinate representation of color #70C961: hue angle of 111.35º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70C961 is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 201 97 -
CMYK 0.44 0 0.52 0.21
HSL 111.35º 0.49% 0.58% -
HSV(B) 111.35º 0.52% 0.79% -
XYZ 29.73 46.08 18.64 -
YUV 162.53 91.01 91.96 -
System Red Green Blue C M Y K H S L
Decimal 112 201 97 0.44 0 0.52 0.21 111.35 0.49 0.58
Hex 70 C9 61 2C 0 34 15 6F 31 3A
Octal 160 311 141 54 0 64 25 157 61 72
Binary 1110000 11001001 1100001 101100 0 110100 10101 1101111 110001 111010

Color Harmonies of #70C961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C961

Black with #70C961

Text Example


Text Example

White with #70C961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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