#80D295

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

Shades of De York #80D295

Tints of De York #80D295

Color information

#80D295 (or 0x80D295) is unknown color: approx De York. HEX triplet: 80, D2 and 95. RGB value is (128,210,149). Sum of RGB (Red+Green+Blue) = 128+210+149=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 210 (82.42% from 255 or 43.12% from 487); Blue value is 149 (58.59% from 255 or 30.60% from 487); Max value from RGB is 210 - color contains mainly: green. Hex color #80D295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D295 is #7F2D6A. Grayscale: #B2B2B2. Windows color (decimal): -8334699 or 9818752. OLE color: 9818752.

HSL color Cylindrical-coordinate representation of color #80D295: hue angle of 135.37º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80D295 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB128210149-
CMYK0.3900.290.18
HSL135.37º47.67%66.27%-
HSV(B)135.37º39.05%82.35%-
XYZ37.3752.8536.67-
YUV178.53111.3391.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.28%
GREEN value IS 210 (82.42% from 255) = 43.12%
BLUE value IS 149 (58.59% from 255) = 30.60%
R=26.28%
G=43.12%
B=30.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1282101490.3900.290.18135.3747.6766.27
Hex80D2952701D12873042
Octal200322225470352220760102
Binary10000000110100101001010110011101110110010100001111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80D295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,210,149); }

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

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

 a { background-color: rgb(128,210,149); }

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

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

 span { border-color: rgb(128,210,149); }

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