Html Css Color HEX #80B66D Mantis

📋 copy color: '#80B66D'

red 128 ◦ green 182 ◦ blue 109

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

Shades of Mantis #80B66D

Tints of Mantis #80B66D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.44%

 BLUE value IS 109 (42.97% from 255) = 26.01%

R = 30.55%
G = 43.44%
B = 26.01%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#80B66D (or 0x80B66D) is known color: Mantis. HEX triplet: 80, B6 and 6D. RGB value is (128,182,109). Sum of RGB (Red+Green+Blue) = 128+182+109=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 182 (71.48% from 255 or 43.44% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 182 - color contains mainly: green. Hex color #80B66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B66D is #7F4992. Grayscale: #9D9D9D. Windows color (decimal): -8341907 or 7190144. OLE color: 7190144.

HSL color Cylindrical-coordinate representation of color #80B66D: hue angle of 104.38º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80B66D is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 182 109 -
CMYK 0.30 0 0.40 0.29
HSL 104.38º 0.33% 0.57% -
HSV(B) 104.38º 0.4% 0.71% -
XYZ 28.39 39.15 20.53 -
YUV 157.53 100.61 106.94 -
System Red Green Blue C M Y K H S L
Decimal 128 182 109 0.30 0 0.40 0.29 104.38 0.33 0.57
Hex 80 B6 6D 1E 0 28 1D 68 21 39
Octal 200 266 155 36 0 50 35 150 41 71
Binary 10000000 10110110 1101101 11110 0 101000 11101 1101000 100001 111001

Color Harmonies of #80B66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B66D

Black with #80B66D

Text Example


Text Example

White with #80B66D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,182,109); }

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

background-color css

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

 a { background-color: rgb(128,182,109); }

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

border-color css

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

 span { border-color: rgb(128,182,109); }

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