#86DD88

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

Shades of De York #86DD88

Tints of De York #86DD88

Color information

#86DD88 (or 0x86DD88) is unknown color: approx De York. HEX triplet: 86, DD and 88. RGB value is (134,221,136). Sum of RGB (Red+Green+Blue) = 134+221+136=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DD88 is #792277. Grayscale: #B9B9B9. Windows color (decimal): -7938680 or 8969606. OLE color: 8969606.

HSL color Cylindrical-coordinate representation of color #86DD88: hue angle of 121.38º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DD88 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB134221136-
CMYK0.3900.380.13
HSL121.38º56.13%69.61%-
HSV(B)121.38º39.37%86.67%-
XYZ40.1358.5632.48-
YUV185.3100.1891.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.29%
GREEN value IS 221 (86.72% from 255) = 45.01%
BLUE value IS 136 (53.52% from 255) = 27.70%
R=27.29%
G=45.01%
B=27.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1342211360.3900.380.13121.3856.1369.61
Hex86DD8827026D793846
Octal206335210470461517170106
Binary1000011011011101100010001001110100110110111110011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86DD88; }

 p { color: rgb(134,221,136); }

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

<style>
 a { background-color: #86DD88; }

 a { background-color: rgb(134,221,136); }

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

<style>
 span { border-color: #86DD88; }

 span { border-color: rgb(134,221,136); }

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