Html Css Color HEX #80C077 De York

📋 copy color: '#80C077'

red 128 ◦ green 192 ◦ blue 119

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

Shades of De York #80C077

Tints of De York #80C077

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.74%

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

R = 29.16%
G = 43.74%
B = 27.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#80C077 (or 0x80C077) is known color: De York. HEX triplet: 80, C0 and 77. RGB value is (128,192,119). Sum of RGB (Red+Green+Blue) = 128+192+119=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 192 - color contains mainly: green. Hex color #80C077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C077 is #7F3F88. Grayscale: #A4A4A4. Windows color (decimal): -8339337 or 7848064. OLE color: 7848064.

HSL color Cylindrical-coordinate representation of color #80C077: hue angle of 112.6º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80C077 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 192 119 -
CMYK 0.33 0 0.38 0.25
HSL 112.6º 0.37% 0.61% -
HSV(B) 112.6º 0.38% 0.75% -
XYZ 31.08 43.62 24.23 -
YUV 164.54 102.3 101.94 -
System Red Green Blue C M Y K H S L
Decimal 128 192 119 0.33 0 0.38 0.25 112.6 0.37 0.61
Hex 80 C0 77 21 0 26 19 71 25 3D
Octal 200 300 167 41 0 46 31 161 45 75
Binary 10000000 11000000 1110111 100001 0 100110 11001 1110001 100101 111101

Color Harmonies of #80C077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C077

Black with #80C077

Text Example


Text Example

White with #80C077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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