#77DE95

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

Shades of De York #77DE95

Tints of De York #77DE95

Color information

#77DE95 (or 0x77DE95) is unknown color: approx De York. HEX triplet: 77, DE and 95. RGB value is (119,222,149). Sum of RGB (Red+Green+Blue) = 119+222+149=490 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.29% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #77DE95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77DE95 is #88216A. Grayscale: #B7B7B7. Windows color (decimal): -8921451 or 9821815. OLE color: 9821815.

HSL color Cylindrical-coordinate representation of color #77DE95: hue angle of 137.48º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DE95 is Cyan = 0.46, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB119222149-
CMYK0.4600.330.13
HSL137.48º60.95%66.86%-
HSV(B)137.48º46.4%87.06%-
XYZ39.1558.3337.63-
YUV182.88108.8882.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.29%
GREEN value IS 222 (87.11% from 255) = 45.31%
BLUE value IS 149 (58.59% from 255) = 30.41%
R=24.29%
G=45.31%
B=30.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1192221490.4600.330.13137.4860.9566.86
Hex77DE952E021D893d43
Octal167336225560411521175103
Binary1110111110111101001010110111001000011101100010011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77DE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,222,149); }

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

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

 a { background-color: rgb(119,222,149); }

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

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

 span { border-color: rgb(119,222,149); }

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