Html Css Color HEX #80D989 De York

📋 copy color: '#80D989'

red 128 ◦ green 217 ◦ blue 137

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

Shades of De York #80D989

Tints of De York #80D989

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.02%

 BLUE value IS 137 (53.91% from 255) = 28.42%

R = 26.56%
G = 45.02%
B = 28.42%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#80D989 (or 0x80D989) is known color: De York. HEX triplet: 80, D9 and 89. RGB value is (128,217,137). Sum of RGB (Red+Green+Blue) = 128+217+137=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 137 (53.91% from 255 or 28.42% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #80D989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D989 is #7F2676. Grayscale: #B5B5B5. Windows color (decimal): -8332919 or 9034112. OLE color: 9034112.

HSL color Cylindrical-coordinate representation of color #80D989: hue angle of 126.07º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D989 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 217 137 -
CMYK 0.41 0 0.37 0.15
HSL 126.07º 0.54% 0.68% -
HSV(B) 126.07º 0.41% 0.85% -
XYZ 38.23 56.02 32.47 -
YUV 181.27 103.01 90 -
System Red Green Blue C M Y K H S L
Decimal 128 217 137 0.41 0 0.37 0.15 126.07 0.54 0.68
Hex 80 D9 89 29 0 25 F 7E 36 44
Octal 200 331 211 51 0 45 17 176 66 104
Binary 10000000 11011001 10001001 101001 0 100101 1111 1111110 110110 1000100

Color Harmonies of #80D989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D989

Black with #80D989

Text Example


Text Example

White with #80D989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,217,137); }

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

background-color css

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

 a { background-color: rgb(128,217,137); }

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

border-color css

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

 span { border-color: rgb(128,217,137); }

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