Html Css Color HEX #80DD8F De York

📋 copy color: '#80DD8F'

red 128 ◦ green 221 ◦ blue 143

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

Shades of De York #80DD8F

Tints of De York #80DD8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.07%

R = 26.02%
G = 44.92%
B = 29.07%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#80DD8F (or 0x80DD8F) is known color: De York. HEX triplet: 80, DD and 8F. RGB value is (128,221,143). Sum of RGB (Red+Green+Blue) = 128+221+143=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DD8F is #7F2270. Grayscale: #B8B8B8. Windows color (decimal): -8331889 or 9428352. OLE color: 9428352.

HSL color Cylindrical-coordinate representation of color #80DD8F: hue angle of 129.68º 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 #80DD8F is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 221 143 -
CMYK 0.42 0 0.35 0.13
HSL 129.68º 0.58% 0.68% -
HSV(B) 129.68º 0.42% 0.87% -
XYZ 39.72 58.29 35.14 -
YUV 184.3 104.69 87.84 -
System Red Green Blue C M Y K H S L
Decimal 128 221 143 0.42 0 0.35 0.13 129.68 0.58 0.68
Hex 80 DD 8F 2A 0 23 D 82 3A 44
Octal 200 335 217 52 0 43 15 202 72 104
Binary 10000000 11011101 10001111 101010 0 100011 1101 10000010 111010 1000100

Color Harmonies of #80DD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DD8F

Black with #80DD8F

Text Example


Text Example

White with #80DD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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