#86D27E

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

Shades of De York #86D27E

Tints of De York #86D27E

Color information

#86D27E (or 0x86D27E) is unknown color: approx De York. HEX triplet: 86, D2 and 7E. RGB value is (134,210,126). Sum of RGB (Red+Green+Blue) = 134+210+126=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 210 (82.42% from 255 or 44.68% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 210 - color contains mainly: green. Hex color #86D27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D27E is #792D81. Grayscale: #B1B1B1. Windows color (decimal): -7941506 or 8311430. OLE color: 8311430.

HSL color Cylindrical-coordinate representation of color #86D27E: hue angle of 114.29º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86D27E is Cyan = 0.36, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.18.

Color convert

RGB134210126-
CMYK0.3600.40.18
HSL114.29º48.28%65.88%-
HSV(B)114.29º40%82.35%-
XYZ36.6452.6727.97-
YUV177.798.8296.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.51%
GREEN value IS 210 (82.42% from 255) = 44.68%
BLUE value IS 126 (49.61% from 255) = 26.81%
R=28.51%
G=44.68%
B=26.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1342101260.3600.40.18114.2948.2865.88
Hex86D27E2402812723042
Octal206322176440502216260102
Binary1000011011010010111111010010001010001001011100101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,210,126); }

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

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

 a { background-color: rgb(134,210,126); }

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

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

 span { border-color: rgb(134,210,126); }

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