#77D485

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

Shades of De York #77D485

Tints of De York #77D485

Color information

#77D485 (or 0x77D485) is unknown color: approx De York. HEX triplet: 77, D4 and 85. RGB value is (119,212,133). Sum of RGB (Red+Green+Blue) = 119+212+133=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #77D485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D485 is #882B7A. Grayscale: #AFAFAF. Windows color (decimal): -8924027 or 8770679. OLE color: 8770679.

HSL color Cylindrical-coordinate representation of color #77D485: hue angle of 129.03º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77D485 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB119212133-
CMYK0.4400.370.17
HSL129.03º51.96%64.9%-
HSV(B)129.03º43.87%83.14%-
XYZ35.3852.730.5-
YUV175.19104.1987.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.65%
GREEN value IS 212 (83.20% from 255) = 45.69%
BLUE value IS 133 (52.34% from 255) = 28.66%
R=25.65%
G=45.69%
B=28.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1192121330.4400.370.17129.0351.9664.9
Hex77D4852C02511813441
Octal167324205540452120164101
Binary11101111101010010000101101100010010110001100000011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,212,133); }

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

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

 a { background-color: rgb(119,212,133); }

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

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

 span { border-color: rgb(119,212,133); }

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