Html Css Color HEX #70B75E Mantis

📋 copy color: '#70B75E'

red 112 ◦ green 183 ◦ blue 94

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

Shades of Mantis #70B75E

Tints of Mantis #70B75E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.04%

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

R = 28.79%
G = 47.04%
B = 24.16%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#70B75E (or 0x70B75E) is known color: Mantis. HEX triplet: 70, B7 and 5E. RGB value is (112,183,94). Sum of RGB (Red+Green+Blue) = 112+183+94=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 183 - color contains mainly: green. Hex color #70B75E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B75E is #8F48A1. Grayscale: #979797. Windows color (decimal): -9390242 or 6207344. OLE color: 6207344.

HSL color Cylindrical-coordinate representation of color #70B75E: hue angle of 107.87º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70B75E is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 183 94 -
CMYK 0.39 0 0.49 0.28
HSL 107.87º 0.38% 0.54% -
HSV(B) 107.87º 0.49% 0.72% -
XYZ 25.64 38.12 16.6 -
YUV 151.63 95.48 99.74 -
System Red Green Blue C M Y K H S L
Decimal 112 183 94 0.39 0 0.49 0.28 107.87 0.38 0.54
Hex 70 B7 5E 27 0 31 1C 6C 26 36
Octal 160 267 136 47 0 61 34 154 46 66
Binary 1110000 10110111 1011110 100111 0 110001 11100 1101100 100110 110110

Color Harmonies of #70B75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B75E

Black with #70B75E

Text Example


Text Example

White with #70B75E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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