Html Css Color HEX #80DD8E De York

📋 copy color: '#80DD8E'

red 128 ◦ green 221 ◦ blue 142

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

Shades of De York #80DD8E

Tints of De York #80DD8E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.01%

 BLUE value IS 142 (55.86% from 255) = 28.92%

R = 26.07%
G = 45.01%
B = 28.92%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#80DD8E (or 0x80DD8E) is known color: De York. HEX triplet: 80, DD and 8E. RGB value is (128,221,142). Sum of RGB (Red+Green+Blue) = 128+221+142=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DD8E is #7F2271. Grayscale: #B8B8B8. Windows color (decimal): -8331890 or 9362816. OLE color: 9362816.

HSL color Cylindrical-coordinate representation of color #80DD8E: hue angle of 129.03º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DD8E is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 221 142 -
CMYK 0.42 0 0.36 0.13
HSL 129.03º 0.58% 0.68% -
HSV(B) 129.03º 0.42% 0.87% -
XYZ 39.64 58.26 34.75 -
YUV 184.19 104.19 87.92 -
System Red Green Blue C M Y K H S L
Decimal 128 221 142 0.42 0 0.36 0.13 129.03 0.58 0.68
Hex 80 DD 8E 2A 0 24 D 81 3A 44
Octal 200 335 216 52 0 44 15 201 72 104
Binary 10000000 11011101 10001110 101010 0 100100 1101 10000001 111010 1000100

Color Harmonies of #80DD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DD8E

Black with #80DD8E

Text Example


Text Example

White with #80DD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,221,142); }

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

background-color css

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

 a { background-color: rgb(128,221,142); }

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

border-color css

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

 span { border-color: rgb(128,221,142); }

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