#80C38D

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

Shades of De York #80C38D

Tints of De York #80C38D

Color information

#80C38D (or 0x80C38D) is unknown color: approx De York. HEX triplet: 80, C3 and 8D. RGB value is (128,195,141). Sum of RGB (Red+Green+Blue) = 128+195+141=464 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.59% from 464); Green value is 195 (76.56% from 255 or 42.03% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 195 - color contains mainly: green. Hex color #80C38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C38D is #7F3C72. Grayscale: #A8A8A8. Windows color (decimal): -8338547 or 9290624. OLE color: 9290624.

HSL color Cylindrical-coordinate representation of color #80C38D: hue angle of 131.64º 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 #80C38D is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB128195141-
CMYK0.3400.280.24
HSL131.64º35.83%63.33%-
HSV(B)131.64º34.36%76.47%-
XYZ33.2245.5432.24-
YUV168.81112.398.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.59%
GREEN value IS 195 (76.56% from 255) = 42.03%
BLUE value IS 141 (55.47% from 255) = 30.39%
R=27.59%
G=42.03%
B=30.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281951410.3400.280.24131.6435.8363.33
Hex80C38D2201C1884243f
Octal20030321542034302044477
Binary1000000011000011100011011000100111001100010000100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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