Html Css Color HEX #80BA77 De York

📋 copy color: '#80BA77'

red 128 ◦ green 186 ◦ blue 119

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

Shades of De York #80BA77

Tints of De York #80BA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.48%

R = 29.56%
G = 42.96%
B = 27.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#80BA77 (or 0x80BA77) is known color: De York. HEX triplet: 80, BA and 77. RGB value is (128,186,119). Sum of RGB (Red+Green+Blue) = 128+186+119=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA77 is #7F4588. Grayscale: #A1A1A1. Windows color (decimal): -8340873 or 7846528. OLE color: 7846528.

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

Color convert

RGB 128 186 119 -
CMYK 0.31 0 0.36 0.27
HSL 111.94º 0.33% 0.6% -
HSV(B) 111.94º 0.36% 0.73% -
XYZ 29.79 41.04 23.8 -
YUV 161.02 104.28 104.45 -
System Red Green Blue C M Y K H S L
Decimal 128 186 119 0.31 0 0.36 0.27 111.94 0.33 0.6
Hex 80 BA 77 1F 0 24 1B 70 21 3C
Octal 200 272 167 37 0 44 33 160 41 74
Binary 10000000 10111010 1110111 11111 0 100100 11011 1110000 100001 111100

Color Harmonies of #80BA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA77

Black with #80BA77

Text Example


Text Example

White with #80BA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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