Html Css Color HEX #80DA94 De York

📋 copy color: '#80DA94'

red 128 ◦ green 218 ◦ blue 148

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

Shades of De York #80DA94

Tints of De York #80DA94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.96%

R = 25.91%
G = 44.13%
B = 29.96%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#80DA94 (or 0x80DA94) is known color: De York. HEX triplet: 80, DA and 94. RGB value is (128,218,148). Sum of RGB (Red+Green+Blue) = 128+218+148=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DA94 is #7F256B. Grayscale: #B7B7B7. Windows color (decimal): -8332652 or 9755264. OLE color: 9755264.

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

Color convert

RGB 128 218 148 -
CMYK 0.41 0 0.32 0.15
HSL 133.33º 0.55% 0.68% -
HSV(B) 133.33º 0.41% 0.85% -
XYZ 39.32 56.87 36.92 -
YUV 183.11 108.18 88.69 -
System Red Green Blue C M Y K H S L
Decimal 128 218 148 0.41 0 0.32 0.15 133.33 0.55 0.68
Hex 80 DA 94 29 0 20 F 85 37 44
Octal 200 332 224 51 0 40 17 205 67 104
Binary 10000000 11011010 10010100 101001 0 100000 1111 10000101 110111 1000100

Color Harmonies of #80DA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DA94

Black with #80DA94

Text Example


Text Example

White with #80DA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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