Html Css Color HEX #80BA70 Mantis

📋 copy color: '#80BA70'

red 128 ◦ green 186 ◦ blue 112

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

Shades of Mantis #80BA70

Tints of Mantis #80BA70

RGB

 RED value IS 128 (50.39% from 255) = 30.05%

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

 BLUE value IS 112 (44.14% from 255) = 26.29%

R = 30.05%
G = 43.66%
B = 26.29%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#80BA70 (or 0x80BA70) is known color: Mantis. HEX triplet: 80, BA and 70. RGB value is (128,186,112). Sum of RGB (Red+Green+Blue) = 128+186+112=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA70 is #7F458F. Grayscale: #A0A0A0. Windows color (decimal): -8340880 or 7387776. OLE color: 7387776.

HSL color Cylindrical-coordinate representation of color #80BA70: hue angle of 107.03º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80BA70 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 186 112 -
CMYK 0.31 0 0.40 0.27
HSL 107.03º 0.35% 0.58% -
HSV(B) 107.03º 0.4% 0.73% -
XYZ 29.39 40.88 21.67 -
YUV 160.22 100.78 105.02 -
System Red Green Blue C M Y K H S L
Decimal 128 186 112 0.31 0 0.40 0.27 107.03 0.35 0.58
Hex 80 BA 70 1F 0 28 1B 6B 23 3A
Octal 200 272 160 37 0 50 33 153 43 72
Binary 10000000 10111010 1110000 11111 0 101000 11011 1101011 100011 111010

Color Harmonies of #80BA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA70

Black with #80BA70

Text Example


Text Example

White with #80BA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80BA70; }

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

 H1.HeaderClassName
 {
   color: #80BA70;
 }
 .AnyTagClassName
 {
   color: #80BA70;
 }
</style>

background-color css

<style>
 a { background-color: #80BA70; }

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

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

border-color css

<style>
 span { border-color: #80BA70; }

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

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