Html Css Color HEX #80D68E De York

📋 copy color: '#80D68E'

red 128 ◦ green 214 ◦ blue 142

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

Shades of De York #80D68E

Tints of De York #80D68E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.21%

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

R = 26.45%
G = 44.21%
B = 29.34%

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

#80D68E (or 0x80D68E) is known color: De York. HEX triplet: 80, D6 and 8E. RGB value is (128,214,142). Sum of RGB (Red+Green+Blue) = 128+214+142=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #80D68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D68E is #7F2971. Grayscale: #B4B4B4. Windows color (decimal): -8333682 or 9361024. OLE color: 9361024.

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

Color convert

RGB 128 214 142 -
CMYK 0.40 0 0.34 0.16
HSL 129.77º 0.51% 0.67% -
HSV(B) 129.77º 0.4% 0.84% -
XYZ 37.83 54.64 34.14 -
YUV 180.08 106.51 90.85 -
System Red Green Blue C M Y K H S L
Decimal 128 214 142 0.40 0 0.34 0.16 129.77 0.51 0.67
Hex 80 D6 8E 28 0 22 10 82 33 43
Octal 200 326 216 50 0 42 20 202 63 103
Binary 10000000 11010110 10001110 101000 0 100010 10000 10000010 110011 1000011

Color Harmonies of #80D68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D68E

Black with #80D68E

Text Example


Text Example

White with #80D68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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