#77D088

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

Shades of De York #77D088

Tints of De York #77D088

Color information

#77D088 (or 0x77D088) is unknown color: approx De York. HEX triplet: 77, D0 and 88. RGB value is (119,208,136). Sum of RGB (Red+Green+Blue) = 119+208+136=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 136 (53.52% from 255 or 29.37% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #77D088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D088 is #882F77. Grayscale: #ADADAD. Windows color (decimal): -8925048 or 8966263. OLE color: 8966263.

HSL color Cylindrical-coordinate representation of color #77D088: hue angle of 131.46º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77D088 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB119208136-
CMYK0.4300.350.18
HSL131.46º48.63%64.12%-
HSV(B)131.46º42.79%81.57%-
XYZ34.6150.8131.28-
YUV173.18107.0189.35-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.70%
GREEN value IS 208 (81.64% from 255) = 44.92%
BLUE value IS 136 (53.52% from 255) = 29.37%
R=25.70%
G=44.92%
B=29.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1192081360.4300.350.18131.4648.6364.12
Hex77D0882B02312833140
Octal167320210530432220361100
Binary11101111101000010001000101011010001110010100000111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,208,136); }

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

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

 a { background-color: rgb(119,208,136); }

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

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

 span { border-color: rgb(119,208,136); }

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