#86CD95

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

Shades of De York #86CD95

Tints of De York #86CD95

Color information

#86CD95 (or 0x86CD95) is unknown color: approx De York. HEX triplet: 86, CD and 95. RGB value is (134,205,149). Sum of RGB (Red+Green+Blue) = 134+205+149=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 205 - color contains mainly: green. Hex color #86CD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86CD95 is #79326A. Grayscale: #B1B1B1. Windows color (decimal): -7942763 or 9817478. OLE color: 9817478.

HSL color Cylindrical-coordinate representation of color #86CD95: hue angle of 132.68º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86CD95 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB134205149-
CMYK0.3500.270.20
HSL132.68º41.52%66.47%-
HSV(B)132.68º34.63%80.39%-
XYZ37.0950.936.3-
YUV177.39111.9897.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.46%
GREEN value IS 205 (80.47% from 255) = 42.01%
BLUE value IS 149 (58.59% from 255) = 30.53%
R=27.46%
G=42.01%
B=30.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1342051490.3500.270.20132.6841.5266.47
Hex86CD952301B14852a42
Octal206315225430332420552102
Binary10000110110011011001010110001101101110100100001011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,205,149); }

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

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

 a { background-color: rgb(134,205,149); }

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

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

 span { border-color: rgb(134,205,149); }

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