#80C273

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

Shades of De York #80C273

Tints of De York #80C273

Color information

#80C273 (or 0x80C273) is unknown color: approx De York. HEX triplet: 80, C2 and 73. RGB value is (128,194,115). Sum of RGB (Red+Green+Blue) = 128+194+115=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 115 (45.31% from 255 or 26.32% from 437); Max value from RGB is 194 - color contains mainly: green. Hex color #80C273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C273 is #7F3D8C. Grayscale: #A5A5A5. Windows color (decimal): -8338829 or 7586432. OLE color: 7586432.

HSL color Cylindrical-coordinate representation of color #80C273: hue angle of 110.13º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80C273 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB128194115-
CMYK0.3400.410.24
HSL110.13º39.3%60.59%-
HSV(B)110.13º40.72%76.08%-
XYZ31.2944.4123.14-
YUV165.2699.63101.42-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.29%
GREEN value IS 194 (76.17% from 255) = 44.39%
BLUE value IS 115 (45.31% from 255) = 26.32%
R=29.29%
G=44.39%
B=26.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281941150.3400.410.24110.1339.360.59
Hex80C27322029186e273d
Octal20030216342051301564775
Binary100000001100001011100111000100101001110001101110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,194,115); }

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

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

 a { background-color: rgb(128,194,115); }

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

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

 span { border-color: rgb(128,194,115); }

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