Html Css Color HEX #80D988 De York

📋 copy color: '#80D988'

red 128 ◦ green 217 ◦ blue 136

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

Shades of De York #80D988

Tints of De York #80D988

RGB

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

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

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

R = 26.61%
G = 45.11%
B = 28.27%

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

#80D988 (or 0x80D988) is known color: De York. HEX triplet: 80, D9 and 88. RGB value is (128,217,136). Sum of RGB (Red+Green+Blue) = 128+217+136=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #80D988 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D988 is #7F2677. Grayscale: #B5B5B5. Windows color (decimal): -8332920 or 8968576. OLE color: 8968576.

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

Color convert

RGB 128 217 136 -
CMYK 0.41 0 0.37 0.15
HSL 125.39º 0.54% 0.68% -
HSV(B) 125.39º 0.41% 0.85% -
XYZ 38.16 55.99 32.09 -
YUV 181.16 102.51 90.09 -
System Red Green Blue C M Y K H S L
Decimal 128 217 136 0.41 0 0.37 0.15 125.39 0.54 0.68
Hex 80 D9 88 29 0 25 F 7D 36 44
Octal 200 331 210 51 0 45 17 175 66 104
Binary 10000000 11011001 10001000 101001 0 100101 1111 1111101 110110 1000100

Color Harmonies of #80D988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D988

Black with #80D988

Text Example


Text Example

White with #80D988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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