#88D88B

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

Shades of De York #88D88B

Tints of De York #88D88B

Color information

#88D88B (or 0x88D88B) is unknown color: approx De York. HEX triplet: 88, D8 and 8B. RGB value is (136,216,139). Sum of RGB (Red+Green+Blue) = 136+216+139=491 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.70% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #88D88B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D88B is #772774. Grayscale: #B7B7B7. Windows color (decimal): -7808885 or 9164936. OLE color: 9164936.

HSL color Cylindrical-coordinate representation of color #88D88B: hue angle of 122.25º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88D88B is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB136216139-
CMYK0.3700.360.15
HSL122.25º50.63%69.02%-
HSV(B)122.25º37.04%84.71%-
XYZ39.3756.2133.2-
YUV183.310394.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.70%
GREEN value IS 216 (84.77% from 255) = 43.99%
BLUE value IS 139 (54.69% from 255) = 28.31%
R=27.70%
G=43.99%
B=28.31%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1362161390.3700.360.15122.2550.6369.02
Hex88D88B25024F7a3345
Octal210330213450441717263105
Binary1000100011011000100010111001010100100111111110101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88D88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,216,139); }

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

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

 a { background-color: rgb(136,216,139); }

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

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

 span { border-color: rgb(136,216,139); }

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