Html Css Color HEX #70BE5E Mantis

📋 copy color: '#70BE5E'

red 112 ◦ green 190 ◦ blue 94

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

Shades of Mantis #70BE5E

Tints of Mantis #70BE5E

RGB

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

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

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

R = 28.28%
G = 47.98%
B = 23.74%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#70BE5E (or 0x70BE5E) is known color: Mantis. HEX triplet: 70, BE and 5E. RGB value is (112,190,94). Sum of RGB (Red+Green+Blue) = 112+190+94=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 190 (74.61% from 255 or 47.98% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BE5E is #8F41A1. Grayscale: #9C9C9C. Windows color (decimal): -9388450 or 6209136. OLE color: 6209136.

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

Color convert

RGB 112 190 94 -
CMYK 0.41 0 0.51 0.25
HSL 108.75º 0.42% 0.56% -
HSV(B) 108.75º 0.51% 0.75% -
XYZ 27.12 41.08 17.09 -
YUV 155.73 93.16 96.81 -
System Red Green Blue C M Y K H S L
Decimal 112 190 94 0.41 0 0.51 0.25 108.75 0.42 0.56
Hex 70 BE 5E 29 0 33 19 6D 2A 38
Octal 160 276 136 51 0 63 31 155 52 70
Binary 1110000 10111110 1011110 101001 0 110011 11001 1101101 101010 111000

Color Harmonies of #70BE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BE5E

Black with #70BE5E

Text Example


Text Example

White with #70BE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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