Html Css Color HEX #80D58C De York

📋 copy color: '#80D58C'

red 128 ◦ green 213 ◦ blue 140

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

Shades of De York #80D58C

Tints of De York #80D58C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.28%

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

R = 26.61%
G = 44.28%
B = 29.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#80D58C (or 0x80D58C) is known color: De York. HEX triplet: 80, D5 and 8C. RGB value is (128,213,140). Sum of RGB (Red+Green+Blue) = 128+213+140=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #80D58C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D58C is #7F2A73. Grayscale: #B3B3B3. Windows color (decimal): -8333940 or 9229696. OLE color: 9229696.

HSL color Cylindrical-coordinate representation of color #80D58C: hue angle of 128.47º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80D58C is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 213 140 -
CMYK 0.40 0 0.34 0.16
HSL 128.47º 0.5% 0.67% -
HSV(B) 128.47º 0.4% 0.84% -
XYZ 37.43 54.07 33.27 -
YUV 179.26 105.84 91.44 -
System Red Green Blue C M Y K H S L
Decimal 128 213 140 0.40 0 0.34 0.16 128.47 0.5 0.67
Hex 80 D5 8C 28 0 22 10 80 32 43
Octal 200 325 214 50 0 42 20 200 62 103
Binary 10000000 11010101 10001100 101000 0 100010 10000 10000000 110010 1000011

Color Harmonies of #80D58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D58C

Black with #80D58C

Text Example


Text Example

White with #80D58C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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