#80C98D

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

Shades of De York #80C98D

Tints of De York #80C98D

Color information

#80C98D (or 0x80C98D) is unknown color: approx De York. HEX triplet: 80, C9 and 8D. RGB value is (128,201,141). Sum of RGB (Red+Green+Blue) = 128+201+141=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #80C98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80C98D is #7F3672. Grayscale: #ACACAC. Windows color (decimal): -8337011 or 9292160. OLE color: 9292160.

HSL color Cylindrical-coordinate representation of color #80C98D: hue angle of 130.68º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #80C98D is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB128201141-
CMYK0.3600.300.21
HSL130.68º40.33%64.51%-
HSV(B)130.68º36.32%78.82%-
XYZ34.648.2932.7-
YUV172.33110.3296.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.23%
GREEN value IS 201 (78.91% from 255) = 42.77%
BLUE value IS 141 (55.47% from 255) = 30%
R=27.23%
G=42.77%
B=30%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1282011410.3600.300.21130.6840.3364.51
Hex80C98D2401E15832841
Octal200311215440362520350101
Binary10000000110010011000110110010001111010101100000111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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