Html Css Color HEX #80D08E De York

📋 copy color: '#80D08E'

red 128 ◦ green 208 ◦ blue 142

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

Shades of De York #80D08E

Tints of De York #80D08E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.51%

 BLUE value IS 142 (55.86% from 255) = 29.71%

R = 26.78%
G = 43.51%
B = 29.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#80D08E (or 0x80D08E) is known color: De York. HEX triplet: 80, D0 and 8E. RGB value is (128,208,142). Sum of RGB (Red+Green+Blue) = 128+208+142=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #80D08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D08E is #7F2F71. Grayscale: #B0B0B0. Windows color (decimal): -8335218 or 9359488. OLE color: 9359488.

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

Color convert

RGB 128 208 142 -
CMYK 0.38 0 0.32 0.18
HSL 130.5º 0.46% 0.66% -
HSV(B) 130.5º 0.38% 0.82% -
XYZ 36.34 51.65 33.65 -
YUV 176.56 108.5 93.37 -
System Red Green Blue C M Y K H S L
Decimal 128 208 142 0.38 0 0.32 0.18 130.5 0.46 0.66
Hex 80 D0 8E 26 0 20 12 82 2E 42
Octal 200 320 216 46 0 40 22 202 56 102
Binary 10000000 11010000 10001110 100110 0 100000 10010 10000010 101110 1000010

Color Harmonies of #80D08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D08E

Black with #80D08E

Text Example


Text Example

White with #80D08E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,208,142); }

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

background-color css

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

 a { background-color: rgb(128,208,142); }

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

border-color css

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

 span { border-color: rgb(128,208,142); }

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