#88D076

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

Shades of De York #88D076

Tints of De York #88D076

Color information

#88D076 (or 0x88D076) is unknown color: approx De York. HEX triplet: 88, D0 and 76. RGB value is (136,208,118). Sum of RGB (Red+Green+Blue) = 136+208+118=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #88D076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88D076 is #772F89. Grayscale: #B0B0B0. Windows color (decimal): -7810954 or 7786632. OLE color: 7786632.

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

Color convert

RGB136208118-
CMYK0.3500.430.18
HSL108º48.91%63.92%-
HSV(B)108º43.27%81.57%-
XYZ35.9851.6525.21-
YUV176.2195.1599.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.44%
GREEN value IS 208 (81.64% from 255) = 45.02%
BLUE value IS 118 (46.48% from 255) = 25.54%
R=29.44%
G=45.02%
B=25.54%

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
Decimal1362081180.3500.430.1810848.9163.92
Hex88D0762302B126c3140
Octal210320166430532215461100
Binary1000100011010000111011010001101010111001011011001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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