Html Css Color HEX #80D588 De York

📋 copy color: '#80D588'

red 128 ◦ green 213 ◦ blue 136

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

Shades of De York #80D588

Tints of De York #80D588

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.65%

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

R = 26.83%
G = 44.65%
B = 28.51%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#80D588 (or 0x80D588) is known color: De York. HEX triplet: 80, D5 and 88. RGB value is (128,213,136). Sum of RGB (Red+Green+Blue) = 128+213+136=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 213 - color contains mainly: green. Hex color #80D588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D588 is #7F2A77. Grayscale: #B3B3B3. Windows color (decimal): -8333944 or 8967552. OLE color: 8967552.

HSL color Cylindrical-coordinate representation of color #80D588: hue angle of 125.65º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D588 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 213 136 -
CMYK 0.40 0 0.36 0.16
HSL 125.65º 0.5% 0.67% -
HSV(B) 125.65º 0.4% 0.84% -
XYZ 37.14 53.96 31.75 -
YUV 178.81 103.84 91.76 -
System Red Green Blue C M Y K H S L
Decimal 128 213 136 0.40 0 0.36 0.16 125.65 0.5 0.67
Hex 80 D5 88 28 0 24 10 7E 32 43
Octal 200 325 210 50 0 44 20 176 62 103
Binary 10000000 11010101 10001000 101000 0 100100 10000 1111110 110010 1000011

Color Harmonies of #80D588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D588

Black with #80D588

Text Example


Text Example

White with #80D588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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