Html Css Color HEX #70BC59 Mantis

📋 copy color: '#70BC59'

red 112 ◦ green 188 ◦ blue 89

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

Shades of Mantis #70BC59

Tints of Mantis #70BC59

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.33%

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

R = 28.79%
G = 48.33%
B = 22.88%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#70BC59 (or 0x70BC59) is known color: Mantis. HEX triplet: 70, BC and 59. RGB value is (112,188,89). Sum of RGB (Red+Green+Blue) = 112+188+89=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 89 (35.16% from 255 or 22.88% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BC59 is #8F43A6. Grayscale: #9A9A9A. Windows color (decimal): -9388967 or 5880944. OLE color: 5880944.

HSL color Cylindrical-coordinate representation of color #70BC59: hue angle of 106.06º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70BC59 is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 112 188 89 -
CMYK 0.40 0 0.53 0.26
HSL 106.06º 0.42% 0.54% -
HSV(B) 106.06º 0.53% 0.74% -
XYZ 26.47 40.13 15.8 -
YUV 153.99 91.32 98.05 -
System Red Green Blue C M Y K H S L
Decimal 112 188 89 0.40 0 0.53 0.26 106.06 0.42 0.54
Hex 70 BC 59 28 0 35 1A 6A 2A 36
Octal 160 274 131 50 0 65 32 152 52 66
Binary 1110000 10111100 1011001 101000 0 110101 11010 1101010 101010 110110

Color Harmonies of #70BC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BC59

Black with #70BC59

Text Example


Text Example

White with #70BC59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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