#80D695

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

Shades of De York #80D695

Tints of De York #80D695

Color information

#80D695 (or 0x80D695) is unknown color: approx De York. HEX triplet: 80, D6 and 95. RGB value is (128,214,149). Sum of RGB (Red+Green+Blue) = 128+214+149=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 149 (58.59% from 255 or 30.35% from 491); Max value from RGB is 214 - color contains mainly: green. Hex color #80D695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D695 is #7F296A. Grayscale: #B5B5B5. Windows color (decimal): -8333675 or 9819776. OLE color: 9819776.

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

Color convert

RGB128214149-
CMYK0.4000.300.16
HSL134.65º51.19%67.06%-
HSV(B)134.65º40.19%83.92%-
XYZ38.3754.8537-
YUV180.88110.0190.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.07%
GREEN value IS 214 (83.98% from 255) = 43.58%
BLUE value IS 149 (58.59% from 255) = 30.35%
R=26.07%
G=43.58%
B=30.35%

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
Decimal1282141490.4000.300.16134.6551.1967.06
Hex80D6952801E10873343
Octal200326225500362020763103
Binary10000000110101101001010110100001111010000100001111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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