#88D077

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

Shades of De York #88D077

Tints of De York #88D077

Color information

#88D077 (or 0x88D077) is unknown color: approx De York. HEX triplet: 88, D0 and 77. RGB value is (136,208,119). Sum of RGB (Red+Green+Blue) = 136+208+119=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 208 (81.64% from 255 or 44.92% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 208 - color contains mainly: green. Hex color #88D077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88D077 is #772F88. Grayscale: #B0B0B0. Windows color (decimal): -7810953 or 7852168. OLE color: 7852168.

HSL color Cylindrical-coordinate representation of color #88D077: hue angle of 108.54º 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 #88D077 is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB136208119-
CMYK0.3500.430.18
HSL108.54º48.63%64.12%-
HSV(B)108.54º42.79%81.57%-
XYZ36.0451.6825.53-
YUV176.3395.6599.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1362081190.3500.430.18108.5448.6364.12
Hex88D0772302B126d3140
Octal210320167430532215561100
Binary1000100011010000111011110001101010111001011011011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88D077; }

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

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

<style>
 a { background-color: #88D077; }

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

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

<style>
 span { border-color: #88D077; }

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

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