Html Css Color HEX #80BA6E Mantis

📋 copy color: '#80BA6E'

red 128 ◦ green 186 ◦ blue 110

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

Shades of Mantis #80BA6E

Tints of Mantis #80BA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.94%

R = 30.19%
G = 43.87%
B = 25.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#80BA6E (or 0x80BA6E) is known color: Mantis. HEX triplet: 80, BA and 6E. RGB value is (128,186,110). Sum of RGB (Red+Green+Blue) = 128+186+110=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA6E is #7F4591. Grayscale: #A0A0A0. Windows color (decimal): -8340882 or 7256704. OLE color: 7256704.

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

Color convert

RGB 128 186 110 -
CMYK 0.31 0 0.41 0.27
HSL 105.79º 0.36% 0.58% -
HSV(B) 105.79º 0.41% 0.73% -
XYZ 29.28 40.83 21.09 -
YUV 159.99 99.78 105.18 -
System Red Green Blue C M Y K H S L
Decimal 128 186 110 0.31 0 0.41 0.27 105.79 0.36 0.58
Hex 80 BA 6E 1F 0 29 1B 6A 24 3A
Octal 200 272 156 37 0 51 33 152 44 72
Binary 10000000 10111010 1101110 11111 0 101001 11011 1101010 100100 111010

Color Harmonies of #80BA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA6E

Black with #80BA6E

Text Example


Text Example

White with #80BA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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