Html Css Color HEX #80DF8C De York

📋 copy color: '#80DF8C'

red 128 ◦ green 223 ◦ blue 140

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

Shades of De York #80DF8C

Tints of De York #80DF8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.51%

R = 26.07%
G = 45.42%
B = 28.51%

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

#80DF8C (or 0x80DF8C) is known color: De York. HEX triplet: 80, DF and 8C. RGB value is (128,223,140). Sum of RGB (Red+Green+Blue) = 128+223+140=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DF8C is #7F2073. Grayscale: #B9B9B9. Windows color (decimal): -8331380 or 9232256. OLE color: 9232256.

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

Color convert

RGB 128 223 140 -
CMYK 0.43 0 0.37 0.13
HSL 127.58º 0.6% 0.69% -
HSV(B) 127.58º 0.43% 0.87% -
XYZ 40.02 59.26 34.14 -
YUV 185.13 102.53 87.25 -
System Red Green Blue C M Y K H S L
Decimal 128 223 140 0.43 0 0.37 0.13 127.58 0.6 0.69
Hex 80 DF 8C 2B 0 25 D 80 3C 45
Octal 200 337 214 53 0 45 15 200 74 105
Binary 10000000 11011111 10001100 101011 0 100101 1101 10000000 111100 1000101

Color Harmonies of #80DF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DF8C

Black with #80DF8C

Text Example


Text Example

White with #80DF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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