#80CD88

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

Shades of De York #80CD88

Tints of De York #80CD88

Color information

#80CD88 (or 0x80CD88) is unknown color: approx De York. HEX triplet: 80, CD and 88. RGB value is (128,205,136). Sum of RGB (Red+Green+Blue) = 128+205+136=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #80CD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CD88 is #7F3277. Grayscale: #AEAEAE. Windows color (decimal): -8335992 or 8965504. OLE color: 8965504.

HSL color Cylindrical-coordinate representation of color #80CD88: hue angle of 126.23º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80CD88 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB128205136-
CMYK0.3800.340.20
HSL126.23º43.5%65.29%-
HSV(B)126.23º37.56%80.39%-
XYZ35.1850.0331.1-
YUV174.11106.4995.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.29%
GREEN value IS 205 (80.47% from 255) = 43.71%
BLUE value IS 136 (53.52% from 255) = 29.00%
R=27.29%
G=43.71%
B=29.00%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1282051360.3800.340.20126.2343.565.29
Hex80CD8826022147e2c41
Octal200315210460422417654101
Binary10000000110011011000100010011001000101010011111101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,205,136); }

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

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

 a { background-color: rgb(128,205,136); }

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

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

 span { border-color: rgb(128,205,136); }

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