#77C486

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

Shades of De York #77C486

Tints of De York #77C486

Color information

#77C486 (or 0x77C486) is unknown color: approx De York. HEX triplet: 77, C4 and 86. RGB value is (119,196,134). Sum of RGB (Red+Green+Blue) = 119+196+134=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 196 - color contains mainly: green. Hex color #77C486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C486 is #883B79. Grayscale: #A6A6A6. Windows color (decimal): -8928122 or 8832119. OLE color: 8832119.

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

Color convert

RGB119196134-
CMYK0.3900.320.23
HSL131.69º39.49%61.76%-
HSV(B)131.69º39.29%76.86%-
XYZ31.6545.1229.6-
YUV165.91109.9994.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.50%
GREEN value IS 196 (76.95% from 255) = 43.65%
BLUE value IS 134 (52.73% from 255) = 29.84%
R=26.50%
G=43.65%
B=29.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1191961340.3900.320.23131.6939.4961.76
Hex77C486270201784273e
Octal16730420647040272044776
Binary1110111110001001000011010011101000001011110000100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,196,134); }

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

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

 a { background-color: rgb(119,196,134); }

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

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

 span { border-color: rgb(119,196,134); }

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