#80C38A

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

Shades of De York #80C38A

Tints of De York #80C38A

Color information

#80C38A (or 0x80C38A) is unknown color: approx De York. HEX triplet: 80, C3 and 8A. RGB value is (128,195,138). Sum of RGB (Red+Green+Blue) = 128+195+138=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 195 - color contains mainly: green. Hex color #80C38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C38A is #7F3C75. Grayscale: #A8A8A8. Windows color (decimal): -8338550 or 9094016. OLE color: 9094016.

HSL color Cylindrical-coordinate representation of color #80C38A: hue angle of 128.96º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80C38A is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB128195138-
CMYK0.3400.290.24
HSL128.96º35.83%63.33%-
HSV(B)128.96º34.36%76.47%-
XYZ3345.4531.08-
YUV168.47110.899.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.77%
GREEN value IS 195 (76.56% from 255) = 42.30%
BLUE value IS 138 (54.30% from 255) = 29.93%
R=27.77%
G=42.30%
B=29.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281951380.3400.290.24128.9635.8363.33
Hex80C38A2201D1881243f
Octal20030321242035302014477
Binary1000000011000011100010101000100111011100010000001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,195,138); }

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

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

 a { background-color: rgb(128,195,138); }

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

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

 span { border-color: rgb(128,195,138); }

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