#80C872

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

Shades of De York #80C872

Tints of De York #80C872

Color information

#80C872 (or 0x80C872) is unknown color: approx De York. HEX triplet: 80, C8 and 72. RGB value is (128,200,114). Sum of RGB (Red+Green+Blue) = 128+200+114=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 200 - color contains mainly: green. Hex color #80C872 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C872 is #7F378D. Grayscale: #A8A8A8. Windows color (decimal): -8337294 or 7522432. OLE color: 7522432.

HSL color Cylindrical-coordinate representation of color #80C872: hue angle of 110.23º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80C872 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB128200114-
CMYK0.3600.430.22
HSL110.23º43.88%61.57%-
HSV(B)110.23º43%78.43%-
XYZ32.5947.1123.3-
YUV168.6797.1598.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.96%
GREEN value IS 200 (78.52% from 255) = 45.25%
BLUE value IS 114 (44.92% from 255) = 25.79%
R=28.96%
G=45.25%
B=25.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1282001140.3600.430.22110.2343.8861.57
Hex80C8722402B166e2c3e
Octal20031016244053261565476
Binary100000001100100011100101001000101011101101101110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,200,114); }

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

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

 a { background-color: rgb(128,200,114); }

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

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

 span { border-color: rgb(128,200,114); }

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