#77C280

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

Shades of De York #77C280

Tints of De York #77C280

Color information

#77C280 (or 0x77C280) is unknown color: approx De York. HEX triplet: 77, C2 and 80. RGB value is (119,194,128). Sum of RGB (Red+Green+Blue) = 119+194+128=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 194 - color contains mainly: green. Hex color #77C280 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C280 is #883D7F. Grayscale: #A4A4A4. Windows color (decimal): -8928640 or 8438391. OLE color: 8438391.

HSL color Cylindrical-coordinate representation of color #77C280: hue angle of 127.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C280 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB119194128-
CMYK0.3900.340.24
HSL127.2º38.07%61.37%-
HSV(B)127.2º38.66%76.08%-
XYZ30.844.0627.3-
YUV164.05107.6595.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.98%
GREEN value IS 194 (76.17% from 255) = 43.99%
BLUE value IS 128 (50.39% from 255) = 29.02%
R=26.98%
G=43.99%
B=29.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191941280.3900.340.24127.238.0761.37
Hex77C28027022187f263d
Octal16730220047042301774675
Binary111011111000010100000001001110100010110001111111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,194,128); }

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

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

 a { background-color: rgb(119,194,128); }

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

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

 span { border-color: rgb(119,194,128); }

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