Html Css Color HEX #80D28D De York

📋 copy color: '#80D28D'

red 128 ◦ green 210 ◦ blue 141

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

Shades of De York #80D28D

Tints of De York #80D28D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.84%

 BLUE value IS 141 (55.47% from 255) = 29.44%

R = 26.72%
G = 43.84%
B = 29.44%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#80D28D (or 0x80D28D) is known color: De York. HEX triplet: 80, D2 and 8D. RGB value is (128,210,141). Sum of RGB (Red+Green+Blue) = 128+210+141=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 210 (82.42% from 255 or 43.84% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 210 - color contains mainly: green. Hex color #80D28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D28D is #7F2D72. Grayscale: #B1B1B1. Windows color (decimal): -8334707 or 9294464. OLE color: 9294464.

HSL color Cylindrical-coordinate representation of color #80D28D: hue angle of 129.51º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D28D is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 210 141 -
CMYK 0.39 0 0.33 0.18
HSL 129.51º 0.48% 0.66% -
HSV(B) 129.51º 0.39% 0.82% -
XYZ 36.76 52.61 33.42 -
YUV 177.62 107.33 92.61 -
System Red Green Blue C M Y K H S L
Decimal 128 210 141 0.39 0 0.33 0.18 129.51 0.48 0.66
Hex 80 D2 8D 27 0 21 12 82 30 42
Octal 200 322 215 47 0 41 22 202 60 102
Binary 10000000 11010010 10001101 100111 0 100001 10010 10000010 110000 1000010

Color Harmonies of #80D28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D28D

Black with #80D28D

Text Example


Text Example

White with #80D28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,210,141); }

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

background-color css

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

 a { background-color: rgb(128,210,141); }

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

border-color css

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

 span { border-color: rgb(128,210,141); }

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