#80C377

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

Shades of De York #80C377

Tints of De York #80C377

Color information

#80C377 (or 0x80C377) is unknown color: approx De York. HEX triplet: 80, C3 and 77. RGB value is (128,195,119). Sum of RGB (Red+Green+Blue) = 128+195+119=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 195 - color contains mainly: green. Hex color #80C377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C377 is #7F3C88. Grayscale: #A6A6A6. Windows color (decimal): -8338569 or 7848832. OLE color: 7848832.

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

Color convert

RGB128195119-
CMYK0.3400.390.24
HSL112.89º38.78%61.57%-
HSV(B)112.89º38.97%76.47%-
XYZ31.7544.9524.46-
YUV166.3101.3100.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.96%
GREEN value IS 195 (76.56% from 255) = 44.12%
BLUE value IS 119 (46.88% from 255) = 26.92%
R=28.96%
G=44.12%
B=26.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1281951190.3400.390.24112.8938.7861.57
Hex80C377220271871273e
Octal20030316742047301614776
Binary100000001100001111101111000100100111110001110001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80C377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,195,119); }

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

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

 a { background-color: rgb(128,195,119); }

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

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

 span { border-color: rgb(128,195,119); }

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