#77DA8B

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

Shades of De York #77DA8B

Tints of De York #77DA8B

Color information

#77DA8B (or 0x77DA8B) is unknown color: approx De York. HEX triplet: 77, DA and 8B. RGB value is (119,218,139). Sum of RGB (Red+Green+Blue) = 119+218+139=476 (63% of max value = 765). Red value is 119 (46.88% from 255 or 25% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #77DA8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DA8B is #882574. Grayscale: #B3B3B3. Windows color (decimal): -8922485 or 9165431. OLE color: 9165431.

HSL color Cylindrical-coordinate representation of color #77DA8B: hue angle of 132.12º 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 #77DA8B is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB119218139-
CMYK0.4500.360.15
HSL132.12º57.23%66.08%-
HSV(B)132.12º45.41%85.49%-
XYZ37.3455.9333.25-
YUV179.39105.284.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25%
GREEN value IS 218 (85.55% from 255) = 45.80%
BLUE value IS 139 (54.69% from 255) = 29.20%
R=25%
G=45.80%
B=29.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1192181390.4500.360.15132.1257.2366.08
Hex77DA8B2D024F843942
Octal167332213550441720471102
Binary1110111110110101000101110110101001001111100001001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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