Html Css Color HEX #80D893 De York

📋 copy color: '#80D893'

red 128 ◦ green 216 ◦ blue 147

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

Shades of De York #80D893

Tints of De York #80D893

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.99%

 BLUE value IS 147 (57.81% from 255) = 29.94%

R = 26.07%
G = 43.99%
B = 29.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#80D893 (or 0x80D893) is known color: De York. HEX triplet: 80, D8 and 93. RGB value is (128,216,147). Sum of RGB (Red+Green+Blue) = 128+216+147=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 147 (57.81% from 255 or 29.94% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #80D893 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D893 is #7F276C. Grayscale: #B6B6B6. Windows color (decimal): -8333165 or 9689216. OLE color: 9689216.

HSL color Cylindrical-coordinate representation of color #80D893: hue angle of 132.95º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D893 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 216 147 -
CMYK 0.41 0 0.32 0.15
HSL 132.95º 0.53% 0.67% -
HSV(B) 132.95º 0.41% 0.85% -
XYZ 38.72 55.81 36.33 -
YUV 181.82 108.35 89.61 -
System Red Green Blue C M Y K H S L
Decimal 128 216 147 0.41 0 0.32 0.15 132.95 0.53 0.67
Hex 80 D8 93 29 0 20 F 85 35 43
Octal 200 330 223 51 0 40 17 205 65 103
Binary 10000000 11011000 10010011 101001 0 100000 1111 10000101 110101 1000011

Color Harmonies of #80D893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D893

Black with #80D893

Text Example


Text Example

White with #80D893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,216,147); }

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

background-color css

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

 a { background-color: rgb(128,216,147); }

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

border-color css

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

 span { border-color: rgb(128,216,147); }

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