#77C580

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

Shades of De York #77C580

Tints of De York #77C580

Color information

#77C580 (or 0x77C580) is unknown color: approx De York. HEX triplet: 77, C5 and 80. RGB value is (119,197,128). Sum of RGB (Red+Green+Blue) = 119+197+128=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 197 - color contains mainly: green. Hex color #77C580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C580 is #883A7F. Grayscale: #A6A6A6. Windows color (decimal): -8927872 or 8439159. OLE color: 8439159.

HSL color Cylindrical-coordinate representation of color #77C580: hue angle of 126.92º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77C580 is Cyan = 0.40, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB119197128-
CMYK0.4000.350.23
HSL126.92º40.21%61.96%-
HSV(B)126.92º39.59%77.25%-
XYZ31.4745.4127.53-
YUV165.81106.6694.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.80%
GREEN value IS 197 (77.34% from 255) = 44.37%
BLUE value IS 128 (50.39% from 255) = 28.83%
R=26.80%
G=44.37%
B=28.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1191971280.4000.350.23126.9240.2161.96
Hex77C58028023177f283e
Octal16730520050043271775076
Binary111011111000101100000001010000100011101111111111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77C580; }

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

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

<style>
 a { background-color: #77C580; }

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

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

<style>
 span { border-color: #77C580; }

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

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