Html Css Color HEX #80D78C De York

📋 copy color: '#80D78C'

red 128 ◦ green 215 ◦ blue 140

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

Shades of De York #80D78C

Tints of De York #80D78C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.51%

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

R = 26.5%
G = 44.51%
B = 28.99%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#80D78C (or 0x80D78C) is known color: De York. HEX triplet: 80, D7 and 8C. RGB value is (128,215,140). Sum of RGB (Red+Green+Blue) = 128+215+140=483 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.50% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 215 - color contains mainly: green. Hex color #80D78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D78C is #7F2873. Grayscale: #B4B4B4. Windows color (decimal): -8333428 or 9230208. OLE color: 9230208.

HSL color Cylindrical-coordinate representation of color #80D78C: hue angle of 128.28º degrees, saturation: 0.52, 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 #80D78C is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 215 140 -
CMYK 0.40 0 0.35 0.16
HSL 128.28º 0.52% 0.67% -
HSV(B) 128.28º 0.4% 0.84% -
XYZ 37.94 55.08 33.44 -
YUV 180.44 105.18 90.6 -
System Red Green Blue C M Y K H S L
Decimal 128 215 140 0.40 0 0.35 0.16 128.28 0.52 0.67
Hex 80 D7 8C 28 0 23 10 80 34 43
Octal 200 327 214 50 0 43 20 200 64 103
Binary 10000000 11010111 10001100 101000 0 100011 10000 10000000 110100 1000011

Color Harmonies of #80D78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D78C

Black with #80D78C

Text Example


Text Example

White with #80D78C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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