#80DD98

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

Shades of De York #80DD98

Tints of De York #80DD98

Color information

#80DD98 (or 0x80DD98) is unknown color: approx De York. HEX triplet: 80, DD and 98. RGB value is (128,221,152). Sum of RGB (Red+Green+Blue) = 128+221+152=501 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.55% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DD98 is #7F2267. Grayscale: #B9B9B9. Windows color (decimal): -8331880 or 10018176. OLE color: 10018176.

HSL color Cylindrical-coordinate representation of color #80DD98: hue angle of 135.48º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DD98 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB128221152-
CMYK0.4200.310.13
HSL135.48º57.76%68.43%-
HSV(B)135.48º42.08%86.67%-
XYZ40.4358.5738.88-
YUV185.33109.1987.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.55%
GREEN value IS 221 (86.72% from 255) = 44.11%
BLUE value IS 152 (59.77% from 255) = 30.34%
R=25.55%
G=44.11%
B=30.34%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1282211520.4200.310.13135.4857.7668.43
Hex80DD982A01FD873a44
Octal200335230520371520772104
Binary1000000011011101100110001010100111111101100001111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,221,152); }

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

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

 a { background-color: rgb(128,221,152); }

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

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

 span { border-color: rgb(128,221,152); }

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