Html Css Color HEX #80DA8C De York

📋 copy color: '#80DA8C'

red 128 ◦ green 218 ◦ blue 140

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

Shades of De York #80DA8C

Tints of De York #80DA8C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.86%

 BLUE value IS 140 (55.08% from 255) = 28.81%

R = 26.34%
G = 44.86%
B = 28.81%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#80DA8C (or 0x80DA8C) is known color: De York. HEX triplet: 80, DA and 8C. RGB value is (128,218,140). Sum of RGB (Red+Green+Blue) = 128+218+140=486 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.34% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DA8C is #7F2573. Grayscale: #B6B6B6. Windows color (decimal): -8332660 or 9230976. OLE color: 9230976.

HSL color Cylindrical-coordinate representation of color #80DA8C: hue angle of 128º degrees, saturation: 0.55, 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 #80DA8C is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 218 140 -
CMYK 0.41 0 0.36 0.15
HSL 128º 0.55% 0.68% -
HSV(B) 128º 0.41% 0.85% -
XYZ 38.71 56.63 33.7 -
YUV 182.2 104.18 89.34 -
System Red Green Blue C M Y K H S L
Decimal 128 218 140 0.41 0 0.36 0.15 128 0.55 0.68
Hex 80 DA 8C 29 0 24 F 80 37 44
Octal 200 332 214 51 0 44 17 200 67 104
Binary 10000000 11011010 10001100 101001 0 100100 1111 10000000 110111 1000100

Color Harmonies of #80DA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DA8C

Black with #80DA8C

Text Example


Text Example

White with #80DA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,218,140); }

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

background-color css

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

 a { background-color: rgb(128,218,140); }

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

border-color css

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

 span { border-color: rgb(128,218,140); }

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