#77D58B

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

Shades of De York #77D58B

Tints of De York #77D58B

Color information

#77D58B (or 0x77D58B) is unknown color: approx De York. HEX triplet: 77, D5 and 8B. RGB value is (119,213,139). Sum of RGB (Red+Green+Blue) = 119+213+139=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #77D58B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D58B is #882A74. Grayscale: #B0B0B0. Windows color (decimal): -8923765 or 9164151. OLE color: 9164151.

HSL color Cylindrical-coordinate representation of color #77D58B: hue angle of 132.77º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77D58B is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB119213139-
CMYK0.4400.350.16
HSL132.77º52.81%65.1%-
HSV(B)132.77º44.13%83.53%-
XYZ36.0653.3732.83-
YUV176.46106.8687.02-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.27%
GREEN value IS 213 (83.59% from 255) = 45.22%
BLUE value IS 139 (54.69% from 255) = 29.51%
R=25.27%
G=45.22%
B=29.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1192131390.4400.350.16132.7752.8165.1
Hex77D58B2C02310853541
Octal167325213540432020565101
Binary11101111101010110001011101100010001110000100001011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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