#80D58B

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

Shades of De York #80D58B

Tints of De York #80D58B

Color information

#80D58B (or 0x80D58B) is unknown color: approx De York. HEX triplet: 80, D5 and 8B. RGB value is (128,213,139). Sum of RGB (Red+Green+Blue) = 128+213+139=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #80D58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D58B is #7F2A74. Grayscale: #B3B3B3. Windows color (decimal): -8333941 or 9164160. OLE color: 9164160.

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

Color convert

RGB128213139-
CMYK0.4000.350.16
HSL127.76º50.3%66.86%-
HSV(B)127.76º39.91%83.53%-
XYZ37.3654.0432.89-
YUV179.15105.3491.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.67%
GREEN value IS 213 (83.59% from 255) = 44.38%
BLUE value IS 139 (54.69% from 255) = 28.96%
R=26.67%
G=44.38%
B=28.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1282131390.4000.350.16127.7650.366.86
Hex80D58B2802310803243
Octal200325213500432020062103
Binary100000001101010110001011101000010001110000100000001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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