Html Css Color HEX #80B64F Mantis

📋 copy color: '#80B64F'

red 128 ◦ green 182 ◦ blue 79

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

Shades of Mantis #80B64F

Tints of Mantis #80B64F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.31%

R = 32.9%
G = 46.79%
B = 20.31%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#80B64F (or 0x80B64F) is known color: Mantis. HEX triplet: 80, B6 and 4F. RGB value is (128,182,79). Sum of RGB (Red+Green+Blue) = 128+182+79=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 182 (71.48% from 255 or 46.79% from 389); Blue value is 79 (31.25% from 255 or 20.31% from 389); Max value from RGB is 182 - color contains mainly: green. Hex color #80B64F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B64F is #7F49B0. Grayscale: #9A9A9A. Windows color (decimal): -8341937 or 5224064. OLE color: 5224064.

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

Color convert

RGB 128 182 79 -
CMYK 0.30 0 0.57 0.29
HSL 91.46º 0.41% 0.51% -
HSV(B) 91.46º 0.57% 0.71% -
XYZ 27.04 38.61 13.42 -
YUV 154.11 85.61 109.38 -
System Red Green Blue C M Y K H S L
Decimal 128 182 79 0.30 0 0.57 0.29 91.46 0.41 0.51
Hex 80 B6 4F 1E 0 39 1D 5B 29 33
Octal 200 266 117 36 0 71 35 133 51 63
Binary 10000000 10110110 1001111 11110 0 111001 11101 1011011 101001 110011

Color Harmonies of #80B64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B64F

Black with #80B64F

Text Example


Text Example

White with #80B64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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