#80D394

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

Shades of De York #80D394

Tints of De York #80D394

Color information

#80D394 (or 0x80D394) is unknown color: approx De York. HEX triplet: 80, D3 and 94. RGB value is (128,211,148). Sum of RGB (Red+Green+Blue) = 128+211+148=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 148 (58.20% from 255 or 30.39% from 487); Max value from RGB is 211 - color contains mainly: green. Hex color #80D394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D394 is #7F2C6B. Grayscale: #B3B3B3. Windows color (decimal): -8334444 or 9753472. OLE color: 9753472.

HSL color Cylindrical-coordinate representation of color #80D394: hue angle of 134.46º 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 #80D394 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB128211148-
CMYK0.3900.300.17
HSL134.46º48.54%66.47%-
HSV(B)134.46º39.34%82.75%-
XYZ37.5453.3236.33-
YUV179110.591.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.28%
GREEN value IS 211 (82.81% from 255) = 43.33%
BLUE value IS 148 (58.20% from 255) = 30.39%
R=26.28%
G=43.33%
B=30.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1282111480.3900.300.17134.4648.5466.47
Hex80D3942701E11863142
Octal200323224470362120661102
Binary10000000110100111001010010011101111010001100001101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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