Html Css Color HEX #70BE61 Mantis

📋 copy color: '#70BE61'

red 112 ◦ green 190 ◦ blue 97

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

Shades of Mantis #70BE61

Tints of Mantis #70BE61

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.62%

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

R = 28.07%
G = 47.62%
B = 24.31%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#70BE61 (or 0x70BE61) is known color: Mantis. HEX triplet: 70, BE and 61. RGB value is (112,190,97). Sum of RGB (Red+Green+Blue) = 112+190+97=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BE61 is #8F419E. Grayscale: #9C9C9C. Windows color (decimal): -9388447 or 6405744. OLE color: 6405744.

HSL color Cylindrical-coordinate representation of color #70BE61: hue angle of 110.32º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70BE61 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 190 97 -
CMYK 0.41 0 0.49 0.25
HSL 110.32º 0.42% 0.56% -
HSV(B) 110.32º 0.49% 0.75% -
XYZ 27.25 41.13 17.81 -
YUV 156.08 94.66 96.56 -
System Red Green Blue C M Y K H S L
Decimal 112 190 97 0.41 0 0.49 0.25 110.32 0.42 0.56
Hex 70 BE 61 29 0 31 19 6E 2A 38
Octal 160 276 141 51 0 61 31 156 52 70
Binary 1110000 10111110 1100001 101001 0 110001 11001 1101110 101010 111000

Color Harmonies of #70BE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BE61

Black with #70BE61

Text Example


Text Example

White with #70BE61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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