Html Css Color HEX #80DF8D De York

📋 copy color: '#80DF8D'

red 128 ◦ green 223 ◦ blue 141

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

Shades of De York #80DF8D

Tints of De York #80DF8D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.33%

 BLUE value IS 141 (55.47% from 255) = 28.66%

R = 26.02%
G = 45.33%
B = 28.66%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#80DF8D (or 0x80DF8D) is known color: De York. HEX triplet: 80, DF and 8D. RGB value is (128,223,141). Sum of RGB (Red+Green+Blue) = 128+223+141=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 141 (55.47% from 255 or 28.66% from 492); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DF8D is #7F2072. Grayscale: #B9B9B9. Windows color (decimal): -8331379 or 9297792. OLE color: 9297792.

HSL color Cylindrical-coordinate representation of color #80DF8D: hue angle of 128.21º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80DF8D is Cyan = 0.43, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 223 141 -
CMYK 0.43 0 0.37 0.13
HSL 128.21º 0.6% 0.69% -
HSV(B) 128.21º 0.43% 0.87% -
XYZ 40.1 59.29 34.53 -
YUV 185.25 103.03 87.17 -
System Red Green Blue C M Y K H S L
Decimal 128 223 141 0.43 0 0.37 0.13 128.21 0.6 0.69
Hex 80 DF 8D 2B 0 25 D 80 3C 45
Octal 200 337 215 53 0 45 15 200 74 105
Binary 10000000 11011111 10001101 101011 0 100101 1101 10000000 111100 1000101

Color Harmonies of #80DF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DF8D

Black with #80DF8D

Text Example


Text Example

White with #80DF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,223,141); }

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

background-color css

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

 a { background-color: rgb(128,223,141); }

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

border-color css

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

 span { border-color: rgb(128,223,141); }

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