#80D392

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

Shades of De York #80D392

Tints of De York #80D392

Color information

#80D392 (or 0x80D392) is unknown color: approx De York. HEX triplet: 80, D3 and 92. RGB value is (128,211,146). Sum of RGB (Red+Green+Blue) = 128+211+146=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 146 (57.42% from 255 or 30.10% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #80D392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D392 is #7F2C6D. Grayscale: #B2B2B2. Windows color (decimal): -8334446 or 9622400. OLE color: 9622400.

HSL color Cylindrical-coordinate representation of color #80D392: hue angle of 133.01º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D392 is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB128211146-
CMYK0.3900.310.17
HSL133.01º48.54%66.47%-
HSV(B)133.01º39.34%82.75%-
XYZ37.3853.2535.5-
YUV178.77109.591.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.39%
GREEN value IS 211 (82.81% from 255) = 43.51%
BLUE value IS 146 (57.42% from 255) = 30.10%
R=26.39%
G=43.51%
B=30.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1282111460.3900.310.17133.0148.5466.47
Hex80D3922701F11853142
Octal200323222470372120561102
Binary10000000110100111001001010011101111110001100001011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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