#80CB95

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

Shades of De York #80CB95

Tints of De York #80CB95

Color information

#80CB95 (or 0x80CB95) is unknown color: approx De York. HEX triplet: 80, CB and 95. RGB value is (128,203,149). Sum of RGB (Red+Green+Blue) = 128+203+149=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 203 (79.69% from 255 or 42.29% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80CB95 is #7F346A. Grayscale: #AEAEAE. Windows color (decimal): -8336491 or 9816960. OLE color: 9816960.

HSL color Cylindrical-coordinate representation of color #80CB95: hue angle of 136.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80CB95 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB128203149-
CMYK0.3700.270.20
HSL136.8º41.9%64.9%-
HSV(B)136.8º36.95%79.61%-
XYZ35.6849.4736.1-
YUV174.42113.6594.89-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.67%
GREEN value IS 203 (79.69% from 255) = 42.29%
BLUE value IS 149 (58.59% from 255) = 31.04%
R=26.67%
G=42.29%
B=31.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1282031490.3700.270.20136.841.964.9
Hex80CB952501B14892a41
Octal200313225450332421152101
Binary10000000110010111001010110010101101110100100010011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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