#86CB7D

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

Shades of De York #86CB7D

Tints of De York #86CB7D

Color information

#86CB7D (or 0x86CB7D) is unknown color: approx De York. HEX triplet: 86, CB and 7D. RGB value is (134,203,125). Sum of RGB (Red+Green+Blue) = 134+203+125=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 203 (79.69% from 255 or 43.94% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 203 - color contains mainly: green. Hex color #86CB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CB7D is #793482. Grayscale: #ADADAD. Windows color (decimal): -7943299 or 8244102. OLE color: 8244102.

HSL color Cylindrical-coordinate representation of color #86CB7D: hue angle of 113.08º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86CB7D is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB134203125-
CMYK0.3400.380.20
HSL113.08º42.86%64.31%-
HSV(B)113.08º38.42%79.61%-
XYZ34.8949.2627.07-
YUV173.48100.6499.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.00%
GREEN value IS 203 (79.69% from 255) = 43.94%
BLUE value IS 125 (49.22% from 255) = 27.06%
R=29.00%
G=43.94%
B=27.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1342031250.3400.380.20113.0842.8664.31
Hex86CB7D2202614712b40
Octal206313175420462416153100
Binary1000011011001011111110110001001001101010011100011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,203,125); }

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

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

 a { background-color: rgb(134,203,125); }

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

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

 span { border-color: rgb(134,203,125); }

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