Html Css Color HEX #80B982 De York

📋 copy color: '#80B982'

red 128 ◦ green 185 ◦ blue 130

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

Shades of De York #80B982

Tints of De York #80B982

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.76%

 BLUE value IS 130 (51.17% from 255) = 29.35%

R = 28.89%
G = 41.76%
B = 29.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#80B982 (or 0x80B982) is known color: De York. HEX triplet: 80, B9 and 82. RGB value is (128,185,130). Sum of RGB (Red+Green+Blue) = 128+185+130=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 185 (72.66% from 255 or 41.76% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 185 - color contains mainly: green. Hex color #80B982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80B982 is #7F467D. Grayscale: #A1A1A1. Windows color (decimal): -8341118 or 8567168. OLE color: 8567168.

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

Color convert

RGB 128 185 130 -
CMYK 0.31 0 0.30 0.27
HSL 122.11º 0.29% 0.61% -
HSV(B) 122.11º 0.31% 0.73% -
XYZ 30.28 40.9 27.42 -
YUV 161.69 110.12 103.97 -
System Red Green Blue C M Y K H S L
Decimal 128 185 130 0.31 0 0.30 0.27 122.11 0.29 0.61
Hex 80 B9 82 1F 0 1E 1B 7A 1D 3D
Octal 200 271 202 37 0 36 33 172 35 75
Binary 10000000 10111001 10000010 11111 0 11110 11011 1111010 11101 111101

Color Harmonies of #80B982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B982

Black with #80B982

Text Example


Text Example

White with #80B982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,185,130); }

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

background-color css

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

 a { background-color: rgb(128,185,130); }

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

border-color css

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

 span { border-color: rgb(128,185,130); }

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