Html Css Color HEX #80AD81 Envy

📋 copy color: '#80AD81'

red 128 ◦ green 173 ◦ blue 129

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

Shades of Envy #80AD81

Tints of Envy #80AD81

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.23%

 BLUE value IS 129 (50.78% from 255) = 30%

R = 29.77%
G = 40.23%
B = 30%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#80AD81 (or 0x80AD81) is known color: Envy. HEX triplet: 80, AD and 81. RGB value is (128,173,129). Sum of RGB (Red+Green+Blue) = 128+173+129=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AD81 is #7F527E. Grayscale: #9A9A9A. Windows color (decimal): -8344191 or 8498560. OLE color: 8498560.

HSL color Cylindrical-coordinate representation of color #80AD81: hue angle of 121.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #80AD81 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 173 129 -
CMYK 0.26 0 0.25 0.32
HSL 121.33º 0.22% 0.59% -
HSV(B) 121.33º 0.26% 0.68% -
XYZ 27.81 36.06 26.26 -
YUV 154.53 113.59 109.08 -
System Red Green Blue C M Y K H S L
Decimal 128 173 129 0.26 0 0.25 0.32 121.33 0.22 0.59
Hex 80 AD 81 1A 0 19 20 79 16 3B
Octal 200 255 201 32 0 31 40 171 26 73
Binary 10000000 10101101 10000001 11010 0 11001 100000 1111001 10110 111011

Color Harmonies of #80AD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80AD81

Black with #80AD81

Text Example


Text Example

White with #80AD81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,173,129); }

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

background-color css

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

 a { background-color: rgb(128,173,129); }

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

border-color css

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

 span { border-color: rgb(128,173,129); }

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