#80D691

Color #80D691 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #80D691

Tints of De York #80D691

Color information

#80D691 (or 0x80D691) is unknown color: approx De York. HEX triplet: 80, D6 and 91. RGB value is (128,214,145). Sum of RGB (Red+Green+Blue) = 128+214+145=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 214 (83.98% from 255 or 43.94% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 214 - color contains mainly: green. Hex color #80D691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D691 is #7F296E. Grayscale: #B4B4B4. Windows color (decimal): -8333679 or 9557632. OLE color: 9557632.

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

Color convert

RGB128214145-
CMYK0.4000.320.16
HSL131.86º51.19%67.06%-
HSV(B)131.86º40.19%83.92%-
XYZ38.0654.7335.35-
YUV180.42108.0190.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.28%
GREEN value IS 214 (83.98% from 255) = 43.94%
BLUE value IS 145 (57.03% from 255) = 29.77%
R=26.28%
G=43.94%
B=29.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1282141450.4000.320.16131.8651.1967.06
Hex80D6912802010843343
Octal200326221500402020463103
Binary100000001101011010010001101000010000010000100001001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #80D691;
 }
 .AnyTagClassName
 {
   color: #80D691;
 }
</style>
background-color css

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

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

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

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

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

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