Html Css Color HEX #70B563 Mantis

📋 copy color: '#70B563'

red 112 ◦ green 181 ◦ blue 99

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

Shades of Mantis #70B563

Tints of Mantis #70B563

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.17%

 BLUE value IS 99 (39.06% from 255) = 25.26%

R = 28.57%
G = 46.17%
B = 25.26%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#70B563 (or 0x70B563) is known color: Mantis. HEX triplet: 70, B5 and 63. RGB value is (112,181,99). Sum of RGB (Red+Green+Blue) = 112+181+99=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 181 - color contains mainly: green. Hex color #70B563 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B563 is #8F4A9C. Grayscale: #979797. Windows color (decimal): -9390749 or 6534512. OLE color: 6534512.

HSL color Cylindrical-coordinate representation of color #70B563: hue angle of 110.49º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70B563 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 181 99 -
CMYK 0.38 0 0.45 0.29
HSL 110.49º 0.36% 0.55% -
HSV(B) 110.49º 0.45% 0.71% -
XYZ 25.46 37.39 17.68 -
YUV 151.02 98.64 100.17 -
System Red Green Blue C M Y K H S L
Decimal 112 181 99 0.38 0 0.45 0.29 110.49 0.36 0.55
Hex 70 B5 63 26 0 2D 1D 6E 24 37
Octal 160 265 143 46 0 55 35 156 44 67
Binary 1110000 10110101 1100011 100110 0 101101 11101 1101110 100100 110111

Color Harmonies of #70B563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B563

Black with #70B563

Text Example


Text Example

White with #70B563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,181,99); }

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

background-color css

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

 a { background-color: rgb(112,181,99); }

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

border-color css

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

 span { border-color: rgb(112,181,99); }

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