#80D595

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

Shades of De York #80D595

Tints of De York #80D595

Color information

#80D595 (or 0x80D595) is unknown color: approx De York. HEX triplet: 80, D5 and 95. RGB value is (128,213,149). Sum of RGB (Red+Green+Blue) = 128+213+149=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #80D595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D595 is #7F2A6A. Grayscale: #B4B4B4. Windows color (decimal): -8333931 or 9819520. OLE color: 9819520.

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

Color convert

RGB128213149-
CMYK0.4000.300.16
HSL134.82º50.3%66.86%-
HSV(B)134.82º39.91%83.53%-
XYZ38.1254.3536.91-
YUV180.29110.3490.7-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.12%
GREEN value IS 213 (83.59% from 255) = 43.47%
BLUE value IS 149 (58.59% from 255) = 30.41%
R=26.12%
G=43.47%
B=30.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1282131490.4000.300.16134.8250.366.86
Hex80D5952801E10873243
Octal200325225500362020762103
Binary10000000110101011001010110100001111010000100001111100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,213,149); }

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

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

 a { background-color: rgb(128,213,149); }

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

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

 span { border-color: rgb(128,213,149); }

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