Html Css Color HEX #80DA88 De York

📋 copy color: '#80DA88'

red 128 ◦ green 218 ◦ blue 136

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

Shades of De York #80DA88

Tints of De York #80DA88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.22%

R = 26.56%
G = 45.23%
B = 28.22%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#80DA88 (or 0x80DA88) is known color: De York. HEX triplet: 80, DA and 88. RGB value is (128,218,136). Sum of RGB (Red+Green+Blue) = 128+218+136=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 136 (53.52% from 255 or 28.22% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DA88 is #7F2577. Grayscale: #B5B5B5. Windows color (decimal): -8332664 or 8968832. OLE color: 8968832.

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

Color convert

RGB 128 218 136 -
CMYK 0.41 0 0.38 0.15
HSL 125.33º 0.55% 0.68% -
HSV(B) 125.33º 0.41% 0.85% -
XYZ 38.42 56.51 32.18 -
YUV 181.74 102.18 89.67 -
System Red Green Blue C M Y K H S L
Decimal 128 218 136 0.41 0 0.38 0.15 125.33 0.55 0.68
Hex 80 DA 88 29 0 26 F 7D 37 44
Octal 200 332 210 51 0 46 17 175 67 104
Binary 10000000 11011010 10001000 101001 0 100110 1111 1111101 110111 1000100

Color Harmonies of #80DA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DA88

Black with #80DA88

Text Example


Text Example

White with #80DA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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