#80DC92

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

Shades of De York #80DC92

Tints of De York #80DC92

Color information

#80DC92 (or 0x80DC92) is unknown color: approx De York. HEX triplet: 80, DC and 92. RGB value is (128,220,146). Sum of RGB (Red+Green+Blue) = 128+220+146=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DC92 is #7F236D. Grayscale: #B8B8B8. Windows color (decimal): -8332142 or 9624704. OLE color: 9624704.

HSL color Cylindrical-coordinate representation of color #80DC92: hue angle of 131.74º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DC92 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB128220146-
CMYK0.4200.340.14
HSL131.74º56.79%68.24%-
HSV(B)131.74º41.82%86.27%-
XYZ39.6857.8536.27-
YUV184.06106.5288.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.91%
GREEN value IS 220 (86.33% from 255) = 44.53%
BLUE value IS 146 (57.42% from 255) = 29.55%
R=25.91%
G=44.53%
B=29.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1282201460.4200.340.14131.7456.7968.24
Hex80DC922A022E843944
Octal200334222520421620471104
Binary10000000110111001001001010101001000101110100001001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,220,146); }

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

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

 a { background-color: rgb(128,220,146); }

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

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

 span { border-color: rgb(128,220,146); }

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