Html Css Color HEX #80DF8F De York

📋 copy color: '#80DF8F'

red 128 ◦ green 223 ◦ blue 143

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

Shades of De York #80DF8F

Tints of De York #80DF8F

RGB

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

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

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

R = 25.91%
G = 45.14%
B = 28.95%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#80DF8F (or 0x80DF8F) is known color: De York. HEX triplet: 80, DF and 8F. RGB value is (128,223,143). Sum of RGB (Red+Green+Blue) = 128+223+143=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 223 (87.5% from 255 or 45.14% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DF8F is #7F2070. Grayscale: #B9B9B9. Windows color (decimal): -8331377 or 9428864. OLE color: 9428864.

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

Color convert

RGB 128 223 143 -
CMYK 0.43 0 0.36 0.13
HSL 129.47º 0.6% 0.69% -
HSV(B) 129.47º 0.43% 0.87% -
XYZ 40.25 59.35 35.32 -
YUV 185.48 104.03 87 -
System Red Green Blue C M Y K H S L
Decimal 128 223 143 0.43 0 0.36 0.13 129.47 0.6 0.69
Hex 80 DF 8F 2B 0 24 D 81 3C 45
Octal 200 337 217 53 0 44 15 201 74 105
Binary 10000000 11011111 10001111 101011 0 100100 1101 10000001 111100 1000101

Color Harmonies of #80DF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DF8F

Black with #80DF8F

Text Example


Text Example

White with #80DF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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