#77DA94

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

Shades of De York #77DA94

Tints of De York #77DA94

Color information

#77DA94 (or 0x77DA94) is unknown color: approx De York. HEX triplet: 77, DA and 94. RGB value is (119,218,148). Sum of RGB (Red+Green+Blue) = 119+218+148=485 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.54% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #77DA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DA94 is #88256B. Grayscale: #B4B4B4. Windows color (decimal): -8922476 or 9755255. OLE color: 9755255.

HSL color Cylindrical-coordinate representation of color #77DA94: hue angle of 137.58º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77DA94 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB119218148-
CMYK0.4500.320.15
HSL137.58º57.23%66.08%-
HSV(B)137.58º45.41%85.49%-
XYZ38.0256.236.86-
YUV180.42109.784.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.54%
GREEN value IS 218 (85.55% from 255) = 44.95%
BLUE value IS 148 (58.20% from 255) = 30.52%
R=24.54%
G=44.95%
B=30.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1192181480.4500.320.15137.5857.2366.08
Hex77DA942D020F8a3942
Octal167332224550401721271102
Binary1110111110110101001010010110101000001111100010101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,218,148); }

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

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

 a { background-color: rgb(119,218,148); }

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

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

 span { border-color: rgb(119,218,148); }

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