Html Css Color HEX #70BA59 Mantis

📋 copy color: '#70BA59'

red 112 ◦ green 186 ◦ blue 89

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

Shades of Mantis #70BA59

Tints of Mantis #70BA59

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.06%

 BLUE value IS 89 (35.16% from 255) = 23%

R = 28.94%
G = 48.06%
B = 23%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#70BA59 (or 0x70BA59) is known color: Mantis. HEX triplet: 70, BA and 59. RGB value is (112,186,89). Sum of RGB (Red+Green+Blue) = 112+186+89=387 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.94% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 89 (35.16% from 255 or 23.00% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA59 is #8F45A6. Grayscale: #999999. Windows color (decimal): -9389479 or 5880432. OLE color: 5880432.

HSL color Cylindrical-coordinate representation of color #70BA59: hue angle of 105.77º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70BA59 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 186 89 -
CMYK 0.40 0 0.52 0.27
HSL 105.77º 0.41% 0.54% -
HSV(B) 105.77º 0.52% 0.73% -
XYZ 26.04 39.28 15.66 -
YUV 152.82 91.98 98.89 -
System Red Green Blue C M Y K H S L
Decimal 112 186 89 0.40 0 0.52 0.27 105.77 0.41 0.54
Hex 70 BA 59 28 0 34 1B 6A 29 36
Octal 160 272 131 50 0 64 33 152 51 66
Binary 1110000 10111010 1011001 101000 0 110100 11011 1101010 101001 110110

Color Harmonies of #70BA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BA59

Black with #70BA59

Text Example


Text Example

White with #70BA59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,186,89); }

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

background-color css

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

 a { background-color: rgb(112,186,89); }

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

border-color css

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

 span { border-color: rgb(112,186,89); }

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