Html Css Color HEX #70BF5E Mantis

📋 copy color: '#70BF5E'

red 112 ◦ green 191 ◦ blue 94

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

Shades of Mantis #70BF5E

Tints of Mantis #70BF5E

RGB

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

 GREEN value IS 191 (75% from 255) = 48.11%

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

R = 28.21%
G = 48.11%
B = 23.68%

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

#70BF5E (or 0x70BF5E) is known color: Mantis. HEX triplet: 70, BF and 5E. RGB value is (112,191,94). Sum of RGB (Red+Green+Blue) = 112+191+94=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BF5E is #8F40A1. Grayscale: #9C9C9C. Windows color (decimal): -9388194 or 6209392. OLE color: 6209392.

HSL color Cylindrical-coordinate representation of color #70BF5E: hue angle of 108.87º degrees, saturation: 0.43, 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 #70BF5E is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 191 94 -
CMYK 0.41 0 0.51 0.25
HSL 108.87º 0.43% 0.56% -
HSV(B) 108.87º 0.51% 0.75% -
XYZ 27.33 41.51 17.16 -
YUV 156.32 92.83 96.39 -
System Red Green Blue C M Y K H S L
Decimal 112 191 94 0.41 0 0.51 0.25 108.87 0.43 0.56
Hex 70 BF 5E 29 0 33 19 6D 2B 38
Octal 160 277 136 51 0 63 31 155 53 70
Binary 1110000 10111111 1011110 101001 0 110011 11001 1101101 101011 111000

Color Harmonies of #70BF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BF5E

Black with #70BF5E

Text Example


Text Example

White with #70BF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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